Skip to content

Instantly share code, notes, and snippets.

@goulon
Created May 11, 2016 15:53
Show Gist options
  • Save goulon/a8bc437c64d4f912dd2fab056818ef90 to your computer and use it in GitHub Desktop.
Save goulon/a8bc437c64d4f912dd2fab056818ef90 to your computer and use it in GitHub Desktop.
Configuration file for devstack installation. To include in the devstack repository.
# 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)
ENABLED_SERVICES+=,horizon
HORIZON_REPO=https://github.com/openstack/horizon
HORIZON_BRANCH=stable/mitaka
# 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
HOST_IP=172.16.21.3
# Cinder
#ENABLED_SERVICES+=,cinder,c-api,c-vol,c-sch
# Devstack install
RECLONE=yes
OFFLINE=False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment