kolla-kubernetes/services
Ken Wronkiewicz acc3c0bb54 Neutron control bootstraps and runs without host network
* Neutron control service runs as a replication controller
* Fixed bootstrap to connect to the MariaDB service
* Config files are fixed for Kubernetes with underscores
* Fixed bugs in bootstrap
* Fixed typo in service_resources.yaml
* Preserving the existing behavior (keystone_database_address
  / neutron_database_address, but all on the same port number)
  as Kolla-Ansible

Current config file:

api_interface_address: "0.0.0.0"

memcached_servers: "memcached"

keystone_database_address: "mariadb"
neutron_database_address: "mariadb"
keystone_admin_url: "http://keystone-admin:35357/v3"
keystone_internal_url: "http://keystone-public:5000/v3"
keystone_public_url: "http://keystone-public:5000/v3"
glance_registry_host: "glance-registry"
glance_database_address: "mariadb"
enable_rabbitmq_cluster: "no"

Change-Id: I87492b554836bcd2be09b972450c3964c526d91b
Partially-implements: blueprint remove-net-host
Partially-implements: blueprint replication-controllers
Partially-implements: blueprint openstack-services
2016-08-01 20:59:48 -07:00
..
glance Git mv'd all bootstrap dir files into services dir 2016-07-19 20:51:04 +00:00
horizon Fix Horizon's configmap to work with underscores 2016-06-16 16:07:22 -07:00
keystone Git mv'd all bootstrap dir files into services dir 2016-07-19 20:51:04 +00:00
mariadb Git mv'd all bootstrap dir files into services dir 2016-07-19 20:51:04 +00:00
memcached Convert Memcached to work without HostNetwork=True 2016-06-08 09:19:53 -07:00
neutron Neutron control bootstraps and runs without host network 2016-08-01 20:59:48 -07:00
nova Git mv'd all bootstrap dir files into services dir 2016-07-19 20:51:04 +00:00
rabbitmq Git mv'd all bootstrap dir files into services dir 2016-07-19 20:51:04 +00:00
skydns Adding dns service to kolla-kubernetes service list 2016-07-18 00:08:58 -04:00
swift Implement swift pods and serivces 2016-05-26 14:22:30 +02:00