# this file is used as configuration 
# for openstack-quickstart-demosetup
# and openstack-quickstart-extranodesetup scripts

# password for demo accounts
pw=openstack

# mysql password
mpw=m$pw

# cloud controller IP-Addr - must adapt to routable Address for multi-node-setup
IP=127.0.0.1

# this defines which addresses are assigned to VMs - should be part of your regular subnet, unless you arrange for routing
testnet=10.10.134.0/24

# floating ip address, should not be a part of your network
floatingnet=172.31.0.0/24

# this defines which database to use
#DB=mysql
DB=postgresql

SERVICE_TOKEN=999888777666

# Setup Barbican
with_barbican=no

# Setup Horizon dashboard
with_horizon=yes

# Setup Manila
with_manila=yes

# Setup Magnum
with_magnum=no

# Setup Tempest ?
with_tempest=no

# Setup Nova Compute ?
node_is_compute=yes

# network bridge device name
br=br0

# fixed network VLAN
FIXED_VLAN=999

# VLAN range for tenant networks
TENANT_VLAN_RANGE=1000:2000

# eth device to use for tenant networks
TENANT_ETH=eth0

# eth devide to use for floating gateway
FLOATING_ETH=eth0

# optional: set vlan segmentation id for floating network
FLOATING_VLAN=

# optional: specify floating ip range
floatingpool=

# optional: specify --gateway x.x.x.x
floatinggateway=
