Skip to content

Instantly share code, notes, and snippets.

@amuessig
Created December 18, 2013 15:52
Show Gist options
  • Save amuessig/8024695 to your computer and use it in GitHub Desktop.
Save amuessig/8024695 to your computer and use it in GitHub Desktop.
HOST_IP=172.16.34.10
SERVICE_HOST=172.16.34.11
MULTI_HOST=True
DATABASE_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_TOKEN=23de8a6122bd3f9afdcf
SERVICE_PASSWORD=74857beec2462815f2a6
ADMIN_PASSWORD=secrete
#http://networkstatic.net/openstack-multi-node-devstack-nova-network-tutorial/
KEYSTONE_AUTH_HOST=$SERVICE_HOST
KEYSTONE_SERVICE_HOST=$SERVICE_HOST
GLANCE_HOSTPORT=$SERVICE_HOST:9292
DATABASE_TYPE=mysql
LOGFILE=/opt/stack/logs/stack.sh.log
VERBOSE=True
LOG_COLOR=True
SCREEN_LOGDIR=/opt/stack/logs
ENABLED_SERVICES=n-cpu,n-novnc,neutron
# the following 2 lines are probably not necessary as we configure ovs manually beforehand
Q_PLUGIN=bigswitch_floodlight
Q_HOST=$SERVICE_HOST
BS_FL_CONTROLLERS_PORT=172.16.150.6:8080,172.16.34.11:8080
enable_service rabbit
enable_service q-l3
MYSQL_HOST=$SERVICE_HOST
RABBIT_HOST=$SERVICE_HOST
VNCSERVER_LISTEN=$HOST_IP
VNCSERVER_PROXYCLIENT_ADDRESS=$HOST_IP
IMAGE_URLS="https://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img"
#NEUTRON_REPO=https://github.com/openstack/neutron
#NEUTRON_BRANCH=stable/havana
#NEUTRONCLIENT_BRANCH=stable/havana
#NOVA_BRANCH=stable/havana
#NOVACLIENT_BRANCH=stable/havana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment