
- Stop installing Neutron on the physical host - Migrate Nova RabbitMQ and Memcache to Kubernetes - Added Neutron metadata agent to Kubernetes - Stop running metering agent - Moved DHCP agent to Kubernetes - Migrate Neutron L3 agent to Kubernetes Change-Id: I9dadb88b072183b6bdacb030e3585d1d17e9a479
25 lines
433 B
YAML
25 lines
433 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: operator-config
|
|
data:
|
|
operator-config.yaml: |
|
|
barbican: {}
|
|
cinder: {}
|
|
ceilometer:
|
|
dbUri: "sqlite:///:memory:"
|
|
horizon:
|
|
ingress:
|
|
host: "horizon.vexxhost.com"
|
|
keystone: {}
|
|
heat: {}
|
|
magnum: {}
|
|
chronyd: {}
|
|
placement: {}
|
|
neutron: {}
|
|
nova: {}
|
|
backup:
|
|
secretName: aws-backup
|
|
url: s3://backups/
|
|
glance: {}
|