Skip to content

Instantly share code, notes, and snippets.

@amuessig
Created December 23, 2013 15:50
Show Gist options
  • Save amuessig/8099351 to your computer and use it in GitHub Desktop.
Save amuessig/8099351 to your computer and use it in GitHub Desktop.
# localrc for the compute node
HOST_IP=172.16.34.10
SERVICE_HOST=172.16.34.11
ENABLED_SERVICES=n-cpu,n-novnc,neutron,rabbit
# the following 2 lines are probably not necessary as we configure ovs manually beforehand
Q_PLUGIN=bigswitch_floodlight
Q_HOST=$SERVICE_HOST
Q_USE_NAMESPACES=TRUE
BS_FL_CONTROLLERS_PORT=172.16.150.34:8080
BS_FL_CONTROLLER_TIMEOUT=10
DATABASE_TYPE=mysql
MYSQL_HOST=$SERVICE_HOST
RABBIT_HOST=$SERVICE_HOST
DATABASE_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_TOKEN=password
SERVICE_PASSWORD=password
ADMIN_PASSWORD=password
VNCSERVER_LISTEN=$HOST_IP
VNCSERVER_PROXYCLIENT_ADDRESS=$HOST_IP
#Image to be used
IMAGE_URLS="https://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img"
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