Skip to content

Instantly share code, notes, and snippets.

@spotz
Created July 13, 2018 03:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spotz/69c5cfa958b233b4c3d232bbfcc451ea to your computer and use it in GitHub Desktop.
Save spotz/69c5cfa958b233b4c3d232bbfcc451ea to your computer and use it in GitHub Desktop.
local.conf for zun install
stack@zunui:~/devstack$ cat local.conf
[[local|localrc]]
HOST_IP=X.X.X.X # change this to your IP address
DATABASE_PASSWORD=openstack
RABBIT_PASSWORD=openstack
SERVICE_TOKEN=openstack
SERVICE_PASSWORD=openstack
ADMIN_PASSWORD=openstack
#PIP_UPGRADE=True
RECLONE=no
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=local
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment