kolla-ansible/k8s/pod/neutron-network-pod.yaml
Ryan Hallisey 8229c1f6c3 Start and stop scripts are outdated after Kubernetes update
Kubernetes no longer uses 'kubecfg', but rather 'kubectl'.
Therefore, the way that pods and services are being created
needs to be changed.

In order to create a pod, the parameter 'kind' needs to be set
to 'pod' in the yaml file and the api version specified.

The stop script now reads from k8s/{pod,service,replication}/ in order
to stop all the started pods, services, and replication controllers.

Change-Id: Ibd39fa402e9df883df83272c3aefbb69009dfbd2
2015-01-05 23:26:19 +00:00

33 lines
922 B
YAML

apiVersion: v1beta1
kind: Pod
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