my best localrc for devstack

来源:互联网 发布:数据集中存储 编辑:程序博客网 时间:2024/05/23 01:25
# MiscDATABASE_PASSWORD=passwordADMIN_PASSWORD=passwordSERVICE_PASSWORD=passwordSERVICE_TOKEN=passwordRABBIT_PASSWORD=password# Reclone each timeRECLONE=yes## For KeystoneKEYSTONE_TOKEN_FORMAT=PKI## For SwiftSWIFT_REPLICAS=1SWIFT_HASH=011688b44136573e209e## For CephENABLED_SERVICES+=,cephCEPH_LOOPBACK_DISK_SIZE=10GCEPH_CONF=/etc/ceph/ceph.confCEPH_REPLICAS=1GLANCE_CEPH_USER=glancyGLANCE_CEPH_POOL=imajeezCINDER_DRIVER=cephCINDER_CEPH_USER=cindyCINDER_CEPH_POOL=volumeuhCINDER_CEPH_UUID=6d52eb95-12f3-47e3-9eb9-0c1fe4142426CINDER_BAK_CEPH_POOL=backeupsCINDER_BAK_CEPH_USER=cind-backeupsCINDER_ENABLED_BACKENDS=ceph,lvmNOVA_CEPH_POOL=vmz# Enable LoggingLOGFILE=/opt/stack/logs/stack.sh.logVERBOSE=TrueLOG_COLOR=TrueSCREEN_LOGDIR=/opt/stack/logs# Pre-requisiteENABLED_SERVICES=rabbit,mysql,key## If you want ZeroMQ instead of RabbitMQ (don't forget to un-declare 'rabbit' from the pre-requesite)ENABLED_SERVICES+=,-rabbit,-qpid,zeromq## If you want Qpid instead of RabbitMQ (don't forget to un-declare 'rabbit' from the pre-requesite)ENABLED_SERVICES+=,-rabbit,-zeromq,qpid# Horizon (Dashboard UI) - (always use the trunk)ENABLED_SERVICES+=,horizonHORIZON_REPO=https://github.com/openstack/horizonHORIZON_BRANCH=master# Nova - Compute ServiceENABLED_SERVICES+=,n-api,n-crt,n-obj,n-cpu,n-cond,n-schIMAGE_URLS+=",https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img"# Nova Network - If you don't want to use Neutron and need a simple network setup (old good stuff!)ENABLED_SERVICES+=,n-net## Nova CellsENABLED_SERVICES+=,n-cell# Glance - Image ServiceENABLED_SERVICES+=,g-api,g-reg# Swift - Object StorageENABLED_SERVICES+=,s-proxy,s-object,s-container,s-account# Neutron - Networking Service# If Neutron is not declared the old good nova-network will be usedENABLED_SERVICES+=,q-svc,q-agt,q-dhcp,q-l3,q-meta,neutron## Neutron - Load BalancingENABLED_SERVICES+=,q-lbaas## Neutron - VPN as a ServiceENABLED_SERVICES+=,q-vpn## Neutron - Firewall as a ServiceENABLED_SERVICES+=,q-fwaas# VLAN configurationQ_PLUGIN=ml2ENABLE_TENANT_VLANS=True# GRE tunnel configurationQ_PLUGIN=ml2ENABLE_TENANT_TUNNELS=True# VXLAN tunnel configurationQ_PLUGIN=ml2Q_ML2_TENANT_NETWORK_TYPE=vxlan   # Cinder - Block Device ServiceENABLED_SERVICES+=,cinder,c-api,c-vol,c-sch,c-bak# Heat - Orchestration ServiceENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-engIMAGE_URLS+=",http://fedorapeople.org/groups/heat/prebuilt-jeos-images/F17-x86_64-cfntools.qcow2"# Ceilometer - Metering Service (metering + alarming)ENABLED_SERVICES+=,ceilometer-acompute,ceilometer-acentral,ceilometer-collector,ceilometer-apiENABLED_SERVICES+=,ceilometer-alarm-notify,ceilometer-alarm-eval# Apache fronted for WSGIAPACHE_ENABLED_SERVICES+=keystone,swift
0 0
原创粉丝点击