Skip to content

Instantly share code, notes, and snippets.

@pcarver
Created January 23, 2018 20:09
Show Gist options
  • Save pcarver/58d28db4f4399758f5c85f6d927db168 to your computer and use it in GitHub Desktop.
Save pcarver/58d28db4f4399758f5c85f6d927db168 to your computer and use it in GitHub Desktop.
[[local|localrc]]
LOG=True
LOGDAYS=1
PASSWORD="redacted"
DATABASE_PASSWORD=$PASSWORD
RABBIT_PASSWORD=$PASSWORD
SERVICE_TOKEN=$PASSWORD
SERVICE_PASSWORD=$PASSWORD
ADMIN_PASSWORD=$PASSWORD
HOST_IP=10.0.2.15
# disable some nova services
disable_service n-obj n-novnc n-cauth
# disable cinder
disable_service cinder c-api c-vol c-sch
# disable heat
disable_service h-eng h-api h-api-cfn h-api-cw
# diable horizon
disable_service horizon
# disable swift
disable_service swift s-proxy s-object s-container s-account
# disable some contrail services
#disable_service ui-webs ui-jobs named dns query-engine
DEST=/opt/stack/openstack
CONTRAIL_DEST=/opt/stack/contrail
enable_plugin contrail https://github.com/Doude/contrail-devstack-plugin.git
enable_plugin networking-bgpvpn git://git.openstack.org/openstack/networking-bgpvpn.git
NETWORKING_BGPVPN_DRIVER="BGPVPN:OpenContrail:neutron_plugin_contrail.plugins.opencontrail.networking_bgpvpn.contrail.ContrailBGPVPNDriver:default"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment