# Pastebin asSehg33 GIT_BASE=http://github.com USE_PYTHON3=True # Load the external LBaaS plugin. enable_plugin neutron-lbaas https://review.openstack.org/openstack/neutron-lbaas enable_plugin octavia https://github.com/openstack/octavia.git # Until Kilo 2 packages are available, get the neutron client with V2 support from git: LIBS_FROM_GIT+=python-neutronclient # RECLONE=yes #Q_PLUGIN=ml2 #Q_ML2_TENANT_NETWORK_TYPE=vxlan #Q_DVR_MODE=dvr_snat DATABASE_PASSWORD= ADMIN_PASSWORD= SERVICE_PASSWORD= SERVICE_TOKEN= RABBIT_PASSWORD= # Enable Logging LOGFILE=/opt/stack/logs/stack.sh.log VERBOSE=True LOG_COLOR=True SCREEN_LOGDIR=/opt/stack/logs # Pre-requisite ENABLED_SERVICES=rabbit,mysql,key # Horizon (always use the trunk) # ENABLED_SERVICES+=,horizon # HORIZON_REPO=https://github.com/openstack/horizon # HORIZON_BRANCH=master # Nova ENABLED_SERVICES+=,n-api,n-crt,n-obj,n-cpu,n-cond,n-sch # Placement service needed for Nova ENABLED_SERVICES+=,placement-api,placement-client IMAGE_URLS+=",http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img" #IMAGE_URLS+=",file:///mnt/DIB/octavia/diskimage-create/amphora-x64-haproxy.qcow2" # Glance ENABLED_SERVICES+=,g-api,g-reg # Neutron ENABLED_SERVICES+=,q-svc,q-agt,q-dhcp,q-l3,q-meta,neutron # Enable LBaaS V2 ENABLED_SERVICES+=,q-lbaasv2 # Cinder ENABLED_SERVICES+=,cinder,c-api,c-vol,c-sch # Tempest ENABLED_SERVICES+=,tempest ENABLED_SERVICES+=,octavia,o-cw,o-hk,o-hm,o-api # ===== END localrc =====