Skip to content

Instantly share code, notes, and snippets.

@jcoufal
Created August 21, 2013 17:01
Show Gist options
  • Save jcoufal/6297100 to your computer and use it in GitHub Desktop.
Save jcoufal/6297100 to your computer and use it in GitHub Desktop.
devstack - localrc (baremetal)
# 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
# ENABLED_SERVICES+=,swift
# SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f4
# SWIFT_REPLICAS=1
# SWIFT_DATA_DIR=$DEST/data
# QUANTUM
# 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
# HEAT
# enable_service heat
# enable_service h-api
# enable_service h-api-cfn
# enable_service h-api-cw
# enable_service h-eng
# 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"
# NOVA BAREMETAL
VIRT_DRIVER=baremetal
enable_service baremetal
# TEMPEST
# enable_service tempest
disable_service tempest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment