Skip to content

Instantly share code, notes, and snippets.

@johnsom
Last active February 12, 2020 23:44
Show Gist options
  • Save johnsom/8b94ecd5967700395872b4ef9f729bd1 to your computer and use it in GitHub Desktop.
Save johnsom/8b94ecd5967700395872b4ef9f729bd1 to your computer and use it in GitHub Desktop.
GIT_BASE=http://opendev.org
# Load the external Octavia plugin.
enable_plugin octavia https://github.com/openstack/octavia.git
# Load the barbican devstack plugin:
enable_plugin barbican https://github.com/openstack/barbican.git
# Load the octavia-dashboard plugin for horizon
# enable_plugin octavia-dashboard https://github.com/openstack/octavia-dashboard.git
# OCTAVIA_AMP_BASE_OS=centos
# RECLONE=yes
USE_PYTHON3=True
PIP_UPGRADE=TRUE
#Q_AGENT=linuxbridge
#Q_PLUGIN=ml2
#Q_ML2_TENANT_NETWORK_TYPE=vxlan
#Q_DVR_MODE=dvr_snat
# ===== BEGIN localrc =====
# Begin Al's notes
#
# Depending on network filewalls and proxy settings, you may not be
# able to use the git protocol, in which case, override GIT_BASE to
# use http/https. In the HP public cloud you will not need to do
# this, but you may need to do so in environments requiring http
# proxy.
# GIT_BASE=http://git.openstack.org
# End Al's notes
# Originally from http://www.sebastien-han.fr/blog/2013/08/08/devstack-in-1-minute/
# Misc
DATABASE_PASSWORD=password
ADMIN_PASSWORD=password
SERVICE_PASSWORD=password
SERVICE_TOKEN=password
RABBIT_PASSWORD=password
# Enable Logging
LOGFILE=/opt/stack/logs/stack.sh.log
VERBOSE=True
LOG_COLOR=True
SCREEN_LOGDIR=/opt/stack/logs
# Pre-requisite
ENABLED_SERVICES=rabbit,mysql,key
# Horizon (always use the trunk) - Uncomment these three lines to install horizon
# ENABLED_SERVICES+=,horizon
# HORIZON_REPO=https://github.com/openstack/horizon
# HORIZON_BRANCH=master
# Nova
ENABLED_SERVICES+=,n-api,n-obj,n-cpu,n-cond,n-sch
# Placement service needed for Nova
ENABLED_SERVICES+=,placement-api,placement-client
# Glance
ENABLED_SERVICES+=,g-api,g-reg
# Neutron
ENABLED_SERVICES+=,q-svc,q-agt,q-dhcp,q-l3,q-meta,neutron
# Tempest
ENABLED_SERVICES+=,tempest
ENABLED_SERVICES+=,octavia,o-cw,o-hk,o-hm,o-api
ENABLED_SERVICES+=,barbican
# ===== END localrc =====
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment