739646cff6
This PS does the following: * Add support for testing Cinder. * Fix tests for Nova/Neutron. * Add some Ceph more docs. * Add support for a second osd for testing. * Add a ceph-admin pod for easier Ceph admin related activities. * Add a ceph-rbd daemonset that that lets you use rbd with Kubernetes without needing to install Ceph on the host. * Add back missing Cinder Keystone endpoints. * Make storage provider filesystem type configurable. * Add a ton more logging to the gate job. * Support Ubuntu containers in the gate. Change-Id: Ib1241ec5e997ccc6e6a9bf0cc15ed11faf3a122b
20 lines
462 B
Plaintext
20 lines
462 B
Plaintext
kolla_kubernetes_ovs_setup_bridge: "yes"
|
|
kolla_kubernetes_ovs_add_port: "no"
|
|
enable_resolve_conf_net_host_workaround: "yes"
|
|
rabbitmq_management_external: "yes"
|
|
|
|
kolla_kubernetes_external_bridge_ip: "172.18.0.1"
|
|
kolla_kubernetes_external_subnet: "24"
|
|
|
|
storage_provider: "ceph"
|
|
storage_provider_fstype: "xfs"
|
|
|
|
storage_interface: "docker0"
|
|
storage_ceph:
|
|
monitors:
|
|
- 172.17.0.1
|
|
user: kolla
|
|
pool: kollavolumes
|
|
secretName: ceph-kolla
|
|
initial_mon: minikube
|