nova: yaml indentation fixes

Change-Id: I45b6c691ce9ea4bb1cd4607efcf71a2dc068be3c
This commit is contained in:
Chris Wedgwood 2018-04-11 21:04:19 +00:00
parent ab3626190d
commit bad317c515

View File

@ -94,35 +94,35 @@ bootstrap:
enabled: true enabled: true
options: options:
m1_tiny: m1_tiny:
name: "m1.tiny" name: "m1.tiny"
id: "auto" id: "auto"
ram: 512 ram: 512
disk: 1 disk: 1
vcpus: 1 vcpus: 1
m1_small: m1_small:
name: "m1.small" name: "m1.small"
id: "auto" id: "auto"
ram: 2048 ram: 2048
disk: 20 disk: 20
vcpus: 1 vcpus: 1
m1_medium: m1_medium:
name: "m1.medium" name: "m1.medium"
id: "auto" id: "auto"
ram: 4096 ram: 4096
disk: 40 disk: 40
vcpus: 2 vcpus: 2
m1_large: m1_large:
name: "m1.large" name: "m1.large"
id: "auto" id: "auto"
ram: 8192 ram: 8192
disk: 80 disk: 80
vcpus: 4 vcpus: 4
m1_xlarge: m1_xlarge:
name: "m1.xlarge" name: "m1.xlarge"
id: "auto" id: "auto"
ram: 16384 ram: 16384
disk: 160 disk: 160
vcpus: 8 vcpus: 8
network: network:
# provide what type of network wiring will be used # provide what type of network wiring will be used
@ -330,8 +330,8 @@ dependencies:
service: identity service: identity
rabbit_init: rabbit_init:
services: services:
- service: oslo_messaging - service: oslo_messaging
endpoint: internal endpoint: internal
novncproxy: novncproxy:
jobs: jobs:
- nova-db-sync - nova-db-sync
@ -984,7 +984,7 @@ conf:
cpu_allocation_ratio: 3.0 cpu_allocation_ratio: 3.0
state_path: /var/lib/nova state_path: /var/lib/nova
osapi_compute_listen: 0.0.0.0 osapi_compute_listen: 0.0.0.0
#NOTE(portdirect): the bind port should not be defined, and is manipulated # NOTE(portdirect): the bind port should not be defined, and is manipulated
# via the endpoints section. # via the endpoints section.
osapi_compute_listen_port: null osapi_compute_listen_port: null
osapi_compute_workers: 1 osapi_compute_workers: 1
@ -1189,7 +1189,7 @@ endpoints:
project_name: service project_name: service
user_domain_name: default user_domain_name: default
project_domain_name: default project_domain_name: default
#NOTE(portdirect): the neutron user is not managed by the nova chart # NOTE(portdirect): the neutron user is not managed by the nova chart
# these values should match those set in the neutron chart. # these values should match those set in the neutron chart.
neutron: neutron:
region_name: RegionOne region_name: RegionOne
@ -1198,7 +1198,7 @@ endpoints:
user_domain_name: default user_domain_name: default
username: neutron username: neutron
password: password password: password
#NOTE(portdirect): the ironic user is not managed by the nova chart # NOTE(portdirect): the ironic user is not managed by the nova chart
# these values should match those set in the ironic chart. # these values should match those set in the ironic chart.
ironic: ironic:
auth_type: password auth_type: password
@ -1366,11 +1366,11 @@ pod:
nova: nova:
uid: 42424 uid: 42424
affinity: affinity:
anti: anti:
type: type:
default: preferredDuringSchedulingIgnoredDuringExecution default: preferredDuringSchedulingIgnoredDuringExecution
topologyKey: topologyKey:
default: kubernetes.io/hostname default: kubernetes.io/hostname
mounts: mounts:
nova_compute: nova_compute:
init_container: null init_container: null