
Previously Kolla did not support Neutron. This patch provides initial Neutron support by implementing neutron-server functionality. It also creates a neutron-base image that provides common config and packages for all Neutron-based services. Partially Implements: Blueprint Kubernetes Neutron Container Change-Id: I2399a1331992fae0f387f01e5b5c1c1d34f0637d
31 lines
747 B
YAML
31 lines
747 B
YAML
desiredState:
|
|
manifest:
|
|
volumes:
|
|
- name: neutron-data
|
|
source:
|
|
emptyDir: {}
|
|
containers:
|
|
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: danehans/fedora-rdo-neutron-server
|
|
name: 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
|