Created
June 29, 2016 19:15
-
-
Save achanda/8c42260557341559f1ae49b2f241fffe to your computer and use it in GitHub Desktop.
Magnum devstack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[local|localrc]] | |
# Modify to your environment | |
FLOATING_RANGE=192.168.1.224/27 | |
PUBLIC_NETWORK_GATEWAY=192.168.1.225 | |
PUBLIC_INTERFACE=eth1 | |
RECLONE=yes | |
# Credentials | |
ADMIN_PASSWORD=password | |
DATABASE_PASSWORD=password | |
RABBIT_PASSWORD=password | |
SERVICE_PASSWORD=password | |
SERVICE_TOKEN=password | |
enable_service rabbit | |
# Ensure we are using neutron networking rather than nova networking | |
# (Neutron is enabled by default since Kilo) | |
disable_service n-net | |
disable_service q-lbaas | |
enable_service q-svc | |
enable_service q-agt | |
enable_service q-dhcp | |
enable_service q-l3 | |
enable_service q-meta | |
enable_service neutron | |
# Enable heat services | |
enable_service h-eng | |
enable_service h-api | |
enable_service h-api-cfn | |
enable_service h-api-cw | |
# Enable barbican services | |
enable_plugin barbican https://git.openstack.org/openstack/barbican | |
enable_plugin magnum https://github.com/openstack/magnum | |
FIXED_RANGE=10.0.0.0/24 | |
Q_USE_SECGROUP=True | |
ENABLE_TENANT_VLANS=True | |
TENANT_VLAN_RANGE= | |
PHYSICAL_NETWORK=public | |
OVS_PHYSICAL_BRIDGE=br-ex | |
# Log all output to files | |
LOGFILE=/home/stack/logs/devstack.log | |
SCREEN_LOGDIR=/home/stack/logs | |
VOLUME_BACKING_FILE_SIZE=20G |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment