Created
May 17, 2016 21:50
-
-
Save the2hill/34740e6be261e639310fd493e09d5c62 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#PIP_UPGRADE=True | |
#OFFLINE=True | |
RECLONE=no | |
#GIT_BASE=${GIT_BASE:-http://git.openstack.org} | |
enable_plugin barbican https://review.openstack.org/openstack/barbican | |
enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas | |
enable_plugin octavia https://git.openstack.org/openstack/octavia | |
#LIBS_FROM_GIT+=python-neutronclient,python-novaclient | |
LIBS_FROM_GIT+=python-neutronclient | |
KEYSTONE_TOKEN_FORMAT=UUID | |
DATABASE_PASSWORD=password | |
ADMIN_PASSWORD=password | |
SERVICE_PASSWORD=password | |
SERVICE_TOKEN=password | |
RABBIT_PASSWORD=password | |
# Serial console | |
ENABLED_SERVICES=n-sproxy | |
# 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) | |
ENABLED_SERVICES+=,horizon | |
HORIZON_REPO=https://github.com/openstack/horizon | |
HORIZON_BRANCH=master | |
# Nova | |
ENABLED_SERVICES+=,n-api,n-crt,n-obj,n-cpu,n-cond,n-sch | |
IMAGE_URLS+=",https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img" | |
# Glance | |
ENABLED_SERVICES+=,g-api,g-reg | |
# Neutron | |
ENABLED_SERVICES+=,q-svc,q-agt,q-dhcp,q-l3,q-meta,neutron | |
# Enable LBaaS V2 | |
ENABLED_SERVICES+=,q-lbaasv2 | |
ENABLED_SERVICES+=,octavia,o-api,o-cw,o-hm,o-hk | |
# Cinder | |
ENABLED_SERVICES+=,cinder,c-api,c-vol,c-sch | |
# Tempest | |
ENABLED_SERVICES+=,tempest | |
# Barbican | |
ENABLED_SERVICES+=,barbican |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment