Skip to content

Instantly share code, notes, and snippets.

@mrhillsman
Last active June 10, 2018 14:30
Show Gist options
  • Save mrhillsman/6a127aa6b993682c2592e787e663f3c2 to your computer and use it in GitHub Desktop.
Save mrhillsman/6a127aa6b993682c2592e787e663f3c2 to your computer and use it in GitHub Desktop.
trying out some devstack stuff
[[local|localrc]]
disable_all_services
enable_plugin barbican https://git.openstack.org/openstack/barbican stable/queens
enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas stable/queens
enable_plugin octavia https://git.openstack.org/openstack/octavia stable/queens
enable_plugin octavia-dashboard https://git.openstack.org/openstack/octavia-dashboard stable/queens
LIBS_FROM_GIT+=python-octaviaclient
#KEYSTONE_TOKEN_FORMAT=fernet
RECLONE=yes
PIP_UPGRADE=True
LIBVIRT_TYPE=kvm
DATABASE_PASSWORD=secretdatabase
RABBIT_PASSWORD=secretrabbit
ADMIN_PASSWORD=admin
SERVICE_PASSWORD=secretservice
SERVICE_TOKEN=123456789012
# Enable Logging
LOGFILE=/opt/stack/logs/stack.sh.log
VERBOSE=True
LOG_COLOR=True
# Pre-requisite
ENABLED_SERVICES=key,rabbit,mysql,dstat
# Nova
ENABLED_SERVICES+=,n-api,n-cpu,n-cond,n-sch,n-novnc,n-cauth,n-api-meta
# Placement service needed for Nova
ENABLED_SERVICES+=,placement-api,placement-client
# Glance
ENABLED_SERVICES+=,g-api,g-reg
# Cinder
ENABLED_SERVICES+=,c-sch,c-api,c-vol
# Neutron (this does not work with lbaasv2)
ENABLED_SERVICES+=,neutron,neutron-agent,neutron-api,neutron-dhcp,neutron-l3,neutron-metadata-agent,neutron-metering
# Neutron
# ENABLED_SERVICES+=,q-svc,q-agt,q-dhcp,q-l3,q-meta,neutron
# Dashboard
ENABLED_SERVICES+=,horizon
# Tempest (optional)
#ENABLED_SERVICES+=,tempest
# LBaaS v2 (this does not work with lbaasv2)
# ENABLED_SERVICES+=,neutron-lbaasv2
# LBaaS v2
# ENABLED_SERVICES+=,q-lbaasv2
# Octavia
ENABLED_SERVICES+=,octavia,o-api,o-cw,o-hm,o-hk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment