stackube/devstack/local.conf.sample
Ian Wienand d6d27752ad Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I37d57e12ebe5af5f02429831fe3249c5da0d1bad
2019-03-24 20:36:10 +00:00

36 lines
1.0 KiB
Plaintext

[[local|localrc]]
# Supported container runtimes: frakti, docker
CONTAINER_RUNTIME=frakti
ADMIN_PASSWORD=password
DATABASE_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD
SERVICE_PASSWORD=$ADMIN_PASSWORD
ENABLED_SERVICES="tls-proxy"
# Keystone
enable_service key
enable_service mysql
enable_service rabbit
# Neutron
enable_service neutron
enable_service q-agt
enable_service q-dhcp
enable_service q-l3
enable_service q-svc
enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas stable/ocata
enable_service q-lbaasv2
NEUTRON_LBAAS_SERVICE_PROVIDERV2="LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default"
# Kubernetes
enable_plugin stackube https://git.openstack.org/openstack/stackube
enable_service stackube
# Enable kubernetes master components
enable_service kubernetes_master
# Cinder
ENABLE_CEPH_CINDER=True
enable_service cinder c-api c-vol c-sch c-bak
enable_plugin devstack-plugin-ceph https://git.openstack.org/openstack/devstack-plugin-ceph