kolla-ansible/k8s/pod/neutron-controller-pod.yaml
Daneyon Hansen 3ae22f65ea Fixes k8s neutron pod image source and formatting
Previously, the k8s neutron pod was pulling the image from
danehans instead of kollaglue. Additionally, the formatting was
incorrect causing kube not to pull the image at all.

Change-Id: I6f787a432ffb9cae404f915ac5228ddcb88e877c
2014-10-17 23:38:04 +00:00

31 lines
784 B
YAML

desiredState:
manifest:
volumes:
- name: neutron-data
source:
emptyDir: {}
containers:
- name: neutron-server
env:
- name: DB_ROOT_PASSWORD
value: password
- name: NEUTRON_DB_PASSWORD
value: password
- name: NEUTRON_KEYSTONE_PASSWORD
value: password
- name: KEYSTONE_ADMIN_TOKEN
value: ADMINTOKEN
- name: NOVA_ADMIN_PASSWORD
value: kolla
image: kollaglue/fedora-rdo-neutron-server
ports:
- containerPort: 9696
volumeMounts:
- name: neutron-data
mountPath: /var/lib/neutron
id: neutron-controller-1
version: v1beta1
id: neutron-controller
labels:
name: neutron