b4897d0385
Zun will manage security groups by itself so it is unnecessary for kuryr to create additional security groups if it is used with Zun. Disable it will significant improve the performance on starting/stopping containers. Depends-On: I6d6d176512e6b30bb7372408aec1a7bac12335ab Change-Id: Ic281e17ef3920c0e85c3b52b97e1b43887040caf
30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
[[local|localrc]]
|
|
HOST_IP=10.0.0.11 # change this to your IP address
|
|
DATABASE_PASSWORD=password
|
|
RABBIT_PASSWORD=password
|
|
SERVICE_TOKEN=password
|
|
SERVICE_PASSWORD=password
|
|
ADMIN_PASSWORD=password
|
|
enable_plugin zun https://git.openstack.org/openstack/zun
|
|
enable_plugin zun-tempest-plugin https://git.openstack.org/openstack/zun-tempest-plugin
|
|
|
|
#This below plugin enables installation of container engine on Devstack.
|
|
#The default container engine is Docker
|
|
enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devstack-plugin-container
|
|
|
|
# In Kuryr, KURYR_CAPABILITY_SCOPE is `local` by default,
|
|
# 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
|
|
LIBS_FROM_GIT="python-zunclient"
|
|
|
|
# Optional: uncomment to enable the Zun UI plugin in Horizon
|
|
# enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui
|
|
|
|
# Optional: uncomment to enable the Heat plugin for container orchestration
|
|
# enable_plugin heat https://git.openstack.org/openstack/heat
|