ba9fa99f6c
Add install tool The tool aims to make the deploying of stackube as easy as possible. User could set up a whole Stackube cluster automatically by using it. It uses docker images provided by OpenStack Kolla Project to run a containerized OpenStack, and uses kubeadm to deploy kubenetes, then bootstrap the Stackube cluster. Change-Id: I6f18cf4d1a792bc505f955937f000dc0967341ce Implements: blueprint cluster-installation
13 lines
357 B
Plaintext
13 lines
357 B
Plaintext
[service_providers]
|
|
service_provider = LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
|
|
|
|
[service_auth]
|
|
auth_url = http://__KEYSTONE_API_IP__:5000/v2.0
|
|
admin_tenant_name = service
|
|
admin_user = neutron
|
|
admin_password = __NEUTRON_KEYSTONE_PWD__
|
|
auth_version = 2
|
|
region = RegionOne
|
|
endpoint_type = internal
|
|
|