Skip to content

Instantly share code, notes, and snippets.

@amuessig
Created December 23, 2013 14:52
Show Gist options
  • Save amuessig/8098390 to your computer and use it in GitHub Desktop.
Save amuessig/8098390 to your computer and use it in GitHub Desktop.
# localrc for the controller node
MULTI_HOST=true
HOST_IP=172.16.34.11
# add n-novnc if you want to run nova-compute on the controller node too
ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-sch,n-cauth,horizon,mysql,rabbit,sysstat,n-cond,n-novnc,n-xvnc,n-cpu
disable_service c-api c-sch c-vol cinder
enable_service n-vol
disable_service n-net
enable_service q-svc
enable_service q-dhcp
enable_service q-meta
enable_service neutron
enable_service bigswitch_floodlight
Q_PLUGIN=bigswitch_floodlight
BS_FL_CONTROLLERS_PORT=172.16.150.34:8080
BS_FL_CONTROLLER_TIMEOUT=10
Q_OVS_USE_VETH=true
DATABASE_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_TOKEN=password
SERVICE_PASSWORD=password
ADMIN_PASSWORD=password
#Download ubuntu-Image
IMAGE_URLS="https://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img"
#Logging
LOGFILE=/opt/stack/logs/stack.sh.log
VERBOSE=True
LOG_COLOR=True
SCREEN_LOGDIR=/opt/stack/logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment