Created
May 1, 2016 21:39
-
-
Save anchoo2kewl/2d51da685e715509de27df4bf3c4f894 to your computer and use it in GitHub Desktop.
This file contains 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
# Controller configuration | |
[[local|localrc]] | |
DEST=/opt/stack | |
SERVICE_TOKEN=passwordToken | |
ADMIN_PASSWORD=password | |
MYSQL_PASSWORD=password | |
SERVICE_PASSWORD=password | |
DATABASE_PASSWORD=password | |
RABBIT_PASSWORD=password | |
# Github's Branch | |
GLANCE_BRANCH=stable/liberty | |
HORIZON_BRANCH=stable/liberty | |
KEYSTONE_BRANCH=stable/liberty | |
NOVA_BRANCH=stable/liberty | |
NEUTRON_BRANCH=stable/liberty | |
HEAT_BRANCH=stable/liberty | |
CEILOMETER_BRANCH=stable/liberty | |
HOST_IP=192.168.42.102 | |
PUBLIC_INTERFACE=eth0 | |
# Logging | |
LOGFILE=$DEST/logs/stack.sh.log | |
VERBOSE=True | |
LOG_COLOR=False | |
SCREEN_LOGDIR=$DEST/logs/screen | |
# Neutron - Networking Service | |
DISABLED_SERVICES=n-net | |
ENABLED_SERVICES+=,q-svc,q-agt,q-dhcp,q-l3,q-meta,q-metering,neutron | |
# Neutron - Load Balancing | |
ENABLED_SERVICES+=,q-lbaas | |
# Heat - Orchestration Service | |
ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng | |
HEAT_STANDALONE=True | |
# Ceilometer - Metering Service (metering + alarming) | |
ENABLED_SERVICES+=,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-api | |
ENABLED_SERVICES+=,ceilometer-alarm-notify,ceilometer-alarm-eval |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment