6dc2866167
We decided to deprecated NovaDocker driver in the team meeting [1]. Therefore, we moved the driver to the contrib folder. NovaDocker was an experimental driver that attempts to leverage Nova to provide networking to containers. However, as kuryr integration implemented, this driver is not needed anymore. [1] http://eavesdrop.openstack.org/meetings/zun/2017/ zun.2017-07-11-03.00.log.html Change-Id: I770fe13a004dc56ad20fe8eca545f05c4504e48e
27 lines
958 B
Plaintext
27 lines
958 B
Plaintext
HOST_IP=$(ip addr | grep 'state UP' -A2 | tail -n1 | awk '{print $2}' | cut -f1 -d'/')
|
|
DATABASE_PASSWORD=password
|
|
RABBIT_PASSWORD=password
|
|
SERVICE_TOKEN=password
|
|
SERVICE_PASSWORD=password
|
|
ADMIN_PASSWORD=password
|
|
enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devstack-plugin-container
|
|
enable_plugin zun https://git.openstack.org/openstack/zun
|
|
enable_plugin kuryr-libnetwork https://git.openstack.org/openstack/kuryr-libnetwork
|
|
|
|
#Optional: uncomment to enable the Zun UI plugin in Horizon
|
|
#enable_plugin zun-ui https://git.openstack.org/openstack/zun-ui
|
|
|
|
#Uncomment below variables and enable nova and neutron
|
|
#services to use nova docker driver
|
|
#IP_VERSION=4
|
|
disable_service n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth
|
|
|
|
#comment out below line to use Horizon Dashboard
|
|
disable_service horizon
|
|
|
|
#comment out below line to use Cinder
|
|
disable_service c-sch,c-api,c-vol
|
|
|
|
#comment out below line to use tempest
|
|
disable_service tempest
|