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
This commit is contained in:
parent
7729fcdede
commit
3ae22f65ea
@ -5,24 +5,24 @@ desiredState:
|
|||||||
source:
|
source:
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
containers:
|
containers:
|
||||||
env:
|
- name: neutron-server
|
||||||
- name: DB_ROOT_PASSWORD
|
env:
|
||||||
value: password
|
- name: DB_ROOT_PASSWORD
|
||||||
- name: NEUTRON_DB_PASSWORD
|
value: password
|
||||||
value: password
|
- name: NEUTRON_DB_PASSWORD
|
||||||
- name: NEUTRON_KEYSTONE_PASSWORD
|
value: password
|
||||||
value: password
|
- name: NEUTRON_KEYSTONE_PASSWORD
|
||||||
- name: KEYSTONE_ADMIN_TOKEN
|
value: password
|
||||||
value: ADMINTOKEN
|
- name: KEYSTONE_ADMIN_TOKEN
|
||||||
- name: NOVA_ADMIN_PASSWORD
|
value: ADMINTOKEN
|
||||||
value: kolla
|
- name: NOVA_ADMIN_PASSWORD
|
||||||
image: danehans/fedora-rdo-neutron-server
|
value: kolla
|
||||||
name: neutron-server
|
image: kollaglue/fedora-rdo-neutron-server
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9696
|
- containerPort: 9696
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: neutron-data
|
- name: neutron-data
|
||||||
mountPath: /var/lib/neutron
|
mountPath: /var/lib/neutron
|
||||||
id: neutron-controller-1
|
id: neutron-controller-1
|
||||||
version: v1beta1
|
version: v1beta1
|
||||||
id: neutron-controller
|
id: neutron-controller
|
||||||
|
Loading…
x
Reference in New Issue
Block a user