Merge "Configure kuryr not creating SGs"
This commit is contained in:
commit
4297eb06f1
@ -16,6 +16,7 @@ enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devs
|
||||
# but we must change it to `global` in the multinode scenario.
|
||||
KURYR_CAPABILITY_SCOPE=global
|
||||
KURYR_ETCD_PORT=2379
|
||||
KURYR_PROCESS_EXTERNAL_CONNECTIVITY=False
|
||||
enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork
|
||||
|
||||
# install python-zunclient from git
|
||||
|
@ -9,6 +9,7 @@ enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devs
|
||||
enable_plugin zun https://git.openstack.org/openstack/zun
|
||||
|
||||
KURYR_CAPABILITY_SCOPE=global
|
||||
KURYR_PROCESS_EXTERNAL_CONNECTIVITY=False
|
||||
enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork
|
||||
|
||||
# Following is for multi host settings
|
||||
|
@ -188,13 +188,15 @@ Install and configure components
|
||||
# systemctl restart docker
|
||||
|
||||
* Edit the Kuryr config file ``/etc/kuryr/kuryr.conf``.
|
||||
Set capability_scope to global:
|
||||
Set ``capability_scope`` to ``global`` and
|
||||
``process_external_connectivity`` to ``False``:
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
[DEFAULT]
|
||||
...
|
||||
capability_scope = global
|
||||
process_external_connectivity = False
|
||||
|
||||
* Restart Kuryr-libnetwork:
|
||||
|
||||
|
@ -32,6 +32,7 @@
|
||||
enable_plugin zun git://git.openstack.org/openstack/zun
|
||||
LIBS_FROM_GIT="python-zunclient"
|
||||
KURYR_CAPABILITY_SCOPE=global
|
||||
KURYR_PROCESS_EXTERNAL_CONNECTIVITY=False
|
||||
|
||||
EOF
|
||||
executable: /bin/bash
|
||||
|
@ -31,6 +31,7 @@
|
||||
[[local|localrc]]
|
||||
enable_plugin zun git://git.openstack.org/openstack/zun
|
||||
LIBS_FROM_GIT="python-zunclient"
|
||||
KURYR_PROCESS_EXTERNAL_CONNECTIVITY=False
|
||||
|
||||
EOF
|
||||
executable: /bin/bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user