Skip to content

Instantly share code, notes, and snippets.

@jcoufal
Last active December 17, 2015 16:09
Show Gist options
  • Save jcoufal/5636633 to your computer and use it in GitHub Desktop.
Save jcoufal/5636633 to your computer and use it in GitHub Desktop.
# sample for this file is in samples/localrc
# http://fedoraproject.org/wiki/OpenStack_devstack
# http://devstack.org/localrc.html
DEST=$HOME/openstack
DATA_DIR=$DEST/data
LOGFILE=$DATA_DIR/logs/stack.log
SCREEN_LOGDIR=$DATA_DIR/logs
VERBOSE=False
# VERBOSE=True
disable_service rabbit
enable_service qpid
disable_service mysql
enable_service postgresql
HOST_IP_IFACE=p7p1
PUBLIC_INTERFACE=p7p1
VLAN_INTERFACE=p7p1
FLAT_INTERFACE=p7p1
DATABASE_PASSWORD=nopassword
SERVICE_TOKEN=nopassword
SERVICE_PASSWORD=nopassword
ADMIN_PASSWORD=nopassword
IMAGE_URLS="http://berrange.fedorapeople.org/images/2012-02-29/f16-x86_64-openstack-sda.qcow2"
# CINDER_BRANCH=stable/grizzly
# GLANCE_BRANCH=stable/grizzly
# HORIZON_BRANCH=stable/grizzly
# KEYSTONE_BRANCH=stable/grizzly
# KEYSTONECLIENT_BRANCH=stable/grizzly
# NOVA_BRANCH=stable/grizzly
# NOVACLIENT_BRANCH=stable/grizzly
# QUANTUM_BRANCH=stable/grizzly
# NEUTRON_BRANCH=stable/grizzly
# SWIFT_BRANCH=stable/grizzly
# swift configuration
ENABLED_SERVICES+=,swift
SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f4
SWIFT_REPLICAS=1
SWIFT_DATA_DIR=$DEST/data
# quantum configuration (https://wiki.openstack.org/wiki/QuantumDevstack)
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
# Optional, to enable tempest configuration as part of devstack
# enable_service tempest
# heat
ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng
## It would also be useful to automatically download and register VM images that Heat can launch.
# 64bit image (~660MB)
IMAGE_URLS+=",http://fedorapeople.org/groups/heat/prebuilt-jeos-images/F17-x86_64-cfntools.qcow2"
# 32bit image (~640MB)
IMAGE_URLS+=",http://fedorapeople.org/groups/heat/prebuilt-jeos-images/F17-i386-cfntools.qcow2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment