Last active
February 17, 2016 21:02
-
-
Save idvoretskyi/2e1abe3ecf12b5b7bfe6 to your computer and use it in GitHub Desktop.
local.conf.murano
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]] | |
| # Minimal config | |
| ADMIN_PASSWORD=admin | |
| DEST=/opt/stack | |
| DATABASE_PASSWORD=$ADMIN_PASSWORD | |
| RABBIT_PASSWORD=$ADMIN_PASSWORD | |
| MYSQL_PASSWORD=$ADMIN_PASSWORD | |
| SERVICE_PASSWORD=$ADMIN_PASSWORD | |
| SERVICE_TOKEN=a682f596-76f3-11e3-b3b2-e716f9080d50 | |
| #FIXED_RANGE=172.31.1.0/24 | |
| #FLOATING_RANGE=192.168.20.0/25 | |
| HOST_IP=172.18.186.95 | |
| # logging | |
| LOGFILE=$DEST/logs/stack.sh.log | |
| # Neutron | |
| 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 q-metering | |
| # Heat | |
| enable_service heat h-api h-api-cfn h-api-cw h-eng | |
| # Enable Murano | |
| enable_service murano murano-api murano-engine | |
| # Swift | |
| enable_service s-proxy s-object s-container s-account | |
| SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5 | |
| SWIFT_REPLCIAS=1 | |
| SWIFT_DATA_DIR=$DEST/data/swift | |
| # Branches | |
| CINDER_BRANCH=stable/liberty | |
| GLANCE_BRANCH=stable/liberty | |
| HORIZON_BRANCH=stable/liberty | |
| KEYSTONE_BRANCH=stable/liberty | |
| KEYSTONECLIENT_BRANCH=stable/liberty | |
| NOVA_BRANCH=stable/liberty | |
| NOVACLIENT_BRANCH=stable/liberty | |
| NEUTRON_BRANCH=stable/liberty | |
| SWIFT_BRANCH=stable/liberty | |
| TROVE_BRANCH=stable/liberty | |
| HEAT_BRANCH=stable/liberty | |
| MURANO_BRANCH=stable/liberty | |
| # Sahara | |
| enable_service sahara | |
| # Ceilometer | |
| enable_service ceilometer-acompute ceilometer-acentral ceilometer-anotification ceilometer-collector | |
| enable_service ceilometer-alarm-evaluator,ceilometer-alarm-notifier | |
| enable_service ceilometer-api | |
| # Trove | |
| enable_service trove tr-api tr-tmgr tr-cond |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment