kolla-kubernetes/services/neutron
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
..
neutron-bootstrap-job.yml.j2 Neutron control bootstraps and runs without host network 2016-08-01 20:59:48 -07:00
neutron-compute-pod.yml.j2 Implement neutron pods and service 2016-05-24 10:25:59 +02:00
neutron-control-pod.yml.j2 Neutron control bootstraps and runs without host network 2016-08-01 20:59:48 -07:00
neutron-network-pod.yml.j2 Implement neutron pods and service 2016-05-24 10:25:59 +02:00
neutron-server-service.yml.j2 Neutron control bootstraps and runs without host network 2016-08-01 20:59:48 -07:00