kolla-ansible/k8s/pod/neutron-network-pod.yaml
Daneyon Hansen fe28973675 Adds Neutron Networking Support
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
2014-11-25 17:30:41 +00:00

31 lines
892 B
YAML

desiredState:
manifest:
containers:
- name: neutron-linux-bridge
image: kollaglue/fedora-rdo-linux-bridge:l3_ovs_wip
env:
- name: CONFIG_NETWORK
value: true
- name: NEUTRON_KEYSTONE_PASSWORD
value: password
- name: neutron-l3-agent
image: kollaglue/fedora-rdo-l3:l3_ovs_wip
env:
- name: NEUTRON_KEYSTONE_PASSWORD
value: password
- name: neutron-dhcp-agent
image: kollaglue/fedora-rdo-dhcp:l3_ovs_wip
env:
- name: NEUTRON_KEYSTONE_PASSWORD
value: password
- name: neutron-metadata-agent
image: kollaglue/fedora-rdo-metadata:l3_ovs_wip
env:
- name: NEUTRON_KEYSTONE_PASSWORD
value: password
id: neutron-network-1
version: v1beta1
id: neutron-network
labels:
name: neutron-network