19f6d7854d
Docker has removed external cluster store in latest version. Therefore, we switch to "local" mode to work around. Closes-Bug: #2007142 Change-Id: I31d140a75dae2ddd23551e648d0492327a8d8c8e
27 lines
859 B
Plaintext
27 lines
859 B
Plaintext
[[local|localrc]]
|
|
HOST_IP=10.0.0.31 # change this to your IP address
|
|
DATABASE_PASSWORD=password
|
|
RABBIT_PASSWORD=password
|
|
SERVICE_TOKEN=password
|
|
SERVICE_PASSWORD=password
|
|
ADMIN_PASSWORD=password
|
|
|
|
ENABLE_CONTAINERD_CRI=True
|
|
enable_plugin devstack-plugin-container https://opendev.org/openstack/devstack-plugin-container $TARGET_BRANCH
|
|
enable_plugin zun https://opendev.org/openstack/zun $TARGET_BRANCH
|
|
|
|
# Optional: uncomment to enable Kata Container
|
|
# ENABLE_KATA_CONTAINERS=True
|
|
|
|
KURYR_PROCESS_EXTERNAL_CONNECTIVITY=False
|
|
enable_plugin kuryr-libnetwork https://opendev.org/openstack/kuryr-libnetwork $TARGET_BRANCH
|
|
|
|
# Following is for multi host settings
|
|
MULTI_HOST=True
|
|
SERVICE_HOST=10.0.0.11 # change this to controller's IP address
|
|
DATABASE_TYPE=mysql
|
|
MYSQL_HOST=$SERVICE_HOST
|
|
RABBIT_HOST=$SERVICE_HOST
|
|
|
|
ENABLED_SERVICES=zun-compute,kuryr-libnetwork,q-agt
|