
Implements: blueprint kube-neutron-container Previously, only the neutron-server service was functional. This patch adds support the the rest of the neutron services need by Nova instances to function. The linux-bridge agent is used instead of the OVS agent to realize network abstractions. This is because the ovs-agent package will install the kernel module version of OVS instead of the userspace version. Additionally, the OVS userspace code is still very experimental and reduces performance. Requires: https://github.com/larsks/heat-kubernetes/pull/8 Change-Id: I5ef34ddeb48d4954934571a928cc82ae7f3a0f20
49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
desiredState:
|
|
manifest:
|
|
containers:
|
|
- env:
|
|
- name: NETWORK_MANAGER
|
|
value: neutron
|
|
- name: DB_ROOT_PASSWORD
|
|
value: password
|
|
- name: NOVA_DB_PASSWORD
|
|
value: novadbpassword
|
|
- name: KEYSTONE_ADMIN_TOKEN
|
|
value: ADMINTOKEN
|
|
- name: NEUTRON_SHARED_SECRET
|
|
value: sharedsecret
|
|
image: kollaglue/fedora-rdo-nova-conductor:l3_ovs_wip
|
|
name: nova-conductor
|
|
- env:
|
|
- name: NETWORK_MANAGER
|
|
value: neutron
|
|
- name: DB_ROOT_PASSWORD
|
|
value: password
|
|
- name: NOVA_DB_PASSWORD
|
|
value: novadbpassword
|
|
- name: KEYSTONE_ADMIN_TOKEN
|
|
value: ADMINTOKEN
|
|
- name: NEUTRON_SHARED_SECRET
|
|
value: sharedsecret
|
|
image: kollaglue/fedora-rdo-nova-scheduler:l3_ovs_wip
|
|
name: nova-scheduler
|
|
- env:
|
|
- name: NETWORK_MANAGER
|
|
value: neutron
|
|
- name: DB_ROOT_PASSWORD
|
|
value: password
|
|
- name: NOVA_DB_PASSWORD
|
|
value: novadbpassword
|
|
- name: KEYSTONE_ADMIN_TOKEN
|
|
value: ADMINTOKEN
|
|
- name: NEUTRON_SHARED_SECRET
|
|
value: sharedsecret
|
|
image: kollaglue/fedora-rdo-nova-api:l3_ovs_wip
|
|
name: nova-api
|
|
privileged: true
|
|
id: nova-1
|
|
version: v1beta1
|
|
id: nova
|
|
labels:
|
|
name: nova-controller
|