Skip to content

Instantly share code, notes, and snippets.

@daipham3213
Last active May 18, 2022 14:23
Show Gist options
  • Save daipham3213/e2cc15b190bb3eb69711fb5a5690d3d6 to your computer and use it in GitHub Desktop.
Save daipham3213/e2cc15b190bb3eb69711fb5a5690d3d6 to your computer and use it in GitHub Desktop.
[[local|localrc]]
HOST_IP=10.0.0.3
MYSQL_HOST=$HOST_IP
RABBIT_HOST=$HOST_IP
GLANCE_HOSTPORT=$HOST_IP:9292
IP_VERSION=4
FLOATING_RANGE=10.0.0.128/25
FIXED_RANGE=10.10.1.0/24
#PUBLIC_INTERFACE=eth1
LOGFILE=/opt/stack/logs/stack.sh.log
ADMIN_PASSWORD=password
DATABASE_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD
SERVICE_TOKEN=$ADMIN_PASSWORD
SERVICE_PASSWORD=$ADMIN_PASSWORD
enable_plugin zun https://opendev.org/openstack/zun $TARGET_BRANCH
enable_plugin zun-tempest-plugin https://opendev.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://opendev.org/openstack/devstack-plugin-container $TARGET_BRANCH
# This enables CRI plugin for containerd
ENABLE_CONTAINERD_CRI=True
# Optional: uncomment to enable Kata Container
ENABLE_KATA_CONTAINERS=True
# 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_PROCESS_EXTERNAL_CONNECTIVITY=False
enable_plugin kuryr-libnetwork https://opendev.org/openstack/kuryr-libnetwork $TARGET_BRANCH
# 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://opendev.org/openstack/zun-ui $TARGET_BRANCH
# Optional: uncomment to enable the Heat plugin for container orchestration
enable_plugin heat https://opendev.org/openstack/heat $TARGET_BRANCH
enable_plugin heat-dashboard https://opendev.org/openstack/heat-dashboard $TARGET_BRANCH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment