Last active
August 29, 2015 14:09
-
-
Save anantpatil/7819cec867d0f1ac61c0 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
[[local|localrc]] | |
DATABASE_PASSWORD=stackdb | |
ADMIN_PASSWORD=nomoresecrete | |
SERVICE_PASSWORD=$ADMIN_PASSWORD | |
# openssl rand -hex 10 | |
SERVICE_TOKEN=thequickbrownfox | |
RABBIT_PASSWORD=stackqueue | |
#DEST=/home/passwordlessuserondebian | |
#RECLONE=yes | |
HOST_IP=10.1.195.119 | |
FLAT_INTERFACE=eth0 | |
FIXED_RANGE=10.0.1.0/24 | |
NETWORK_GATEWAY=10.0.1.1 | |
FIXED_NETWORK_SIZE=254 | |
export no_proxy=10.1.195.119,localhost,127.0.0.1,::1,10.0.1.* | |
# Logging | |
LOGFILE=$DEST/logs/stack.sh.log | |
VERBOSE=True | |
LOGDAYS=1 | |
LOG_COLOR=False | |
SCREEN_LOGDIR=/opt/stack/logs | |
# All the services to be disabled/enabled | |
disable_service n-net | |
enable_service q-svc | |
enable_service q-agt | |
enable_service q-dhcp | |
enable_service q-l3 | |
enable_service q-meta | |
enable_service neutron | |
enable_service heat,h-api,h-api-cfn,h-api-cw,h-eng | |
enable_service tempest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment