Ver código fonte

Add kuryr-kubernetes external lock_path
* Lock path is now configurable to run cni daemon without error.

Signed-off-by: Eunsoo Park <esevan.park@samsung.com>

Eunsoo Park 7 anos atrás
pai
commit
6f5b638ee5
1 arquivos alterados com 7 adições e 0 exclusões
  1. 7 0
      roles/kuryr/templates/configmap.yaml.j2

+ 7 - 0
roles/kuryr/templates/configmap.yaml.j2

@@ -665,3 +665,10 @@ data:
 
     # Minimun interval (in seconds) between pool updates (integer value)
     ports_pool_update_frequency = {{ kuryr_openstack_pool_update_frequency | default(20) }}
+
+    [oslo_concurrency]
+
+    #
+    # From kuryr_kubernetes
+    #
+    lock_path = {{ kuryr_openstack_lock_path | default('/var/kuryr-lock') }}