nova: yaml indentation fixes
Change-Id: I45b6c691ce9ea4bb1cd4607efcf71a2dc068be3c
This commit is contained in:
parent
ab3626190d
commit
bad317c515
@ -94,35 +94,35 @@ bootstrap:
|
||||
enabled: true
|
||||
options:
|
||||
m1_tiny:
|
||||
name: "m1.tiny"
|
||||
id: "auto"
|
||||
ram: 512
|
||||
disk: 1
|
||||
vcpus: 1
|
||||
name: "m1.tiny"
|
||||
id: "auto"
|
||||
ram: 512
|
||||
disk: 1
|
||||
vcpus: 1
|
||||
m1_small:
|
||||
name: "m1.small"
|
||||
id: "auto"
|
||||
ram: 2048
|
||||
disk: 20
|
||||
vcpus: 1
|
||||
name: "m1.small"
|
||||
id: "auto"
|
||||
ram: 2048
|
||||
disk: 20
|
||||
vcpus: 1
|
||||
m1_medium:
|
||||
name: "m1.medium"
|
||||
id: "auto"
|
||||
ram: 4096
|
||||
disk: 40
|
||||
vcpus: 2
|
||||
name: "m1.medium"
|
||||
id: "auto"
|
||||
ram: 4096
|
||||
disk: 40
|
||||
vcpus: 2
|
||||
m1_large:
|
||||
name: "m1.large"
|
||||
id: "auto"
|
||||
ram: 8192
|
||||
disk: 80
|
||||
vcpus: 4
|
||||
name: "m1.large"
|
||||
id: "auto"
|
||||
ram: 8192
|
||||
disk: 80
|
||||
vcpus: 4
|
||||
m1_xlarge:
|
||||
name: "m1.xlarge"
|
||||
id: "auto"
|
||||
ram: 16384
|
||||
disk: 160
|
||||
vcpus: 8
|
||||
name: "m1.xlarge"
|
||||
id: "auto"
|
||||
ram: 16384
|
||||
disk: 160
|
||||
vcpus: 8
|
||||
|
||||
network:
|
||||
# provide what type of network wiring will be used
|
||||
@ -330,8 +330,8 @@ dependencies:
|
||||
service: identity
|
||||
rabbit_init:
|
||||
services:
|
||||
- service: oslo_messaging
|
||||
endpoint: internal
|
||||
- service: oslo_messaging
|
||||
endpoint: internal
|
||||
novncproxy:
|
||||
jobs:
|
||||
- nova-db-sync
|
||||
@ -984,7 +984,7 @@ conf:
|
||||
cpu_allocation_ratio: 3.0
|
||||
state_path: /var/lib/nova
|
||||
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.
|
||||
osapi_compute_listen_port: null
|
||||
osapi_compute_workers: 1
|
||||
@ -1189,7 +1189,7 @@ endpoints:
|
||||
project_name: service
|
||||
user_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.
|
||||
neutron:
|
||||
region_name: RegionOne
|
||||
@ -1198,7 +1198,7 @@ endpoints:
|
||||
user_domain_name: default
|
||||
username: neutron
|
||||
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.
|
||||
ironic:
|
||||
auth_type: password
|
||||
@ -1366,11 +1366,11 @@ pod:
|
||||
nova:
|
||||
uid: 42424
|
||||
affinity:
|
||||
anti:
|
||||
type:
|
||||
default: preferredDuringSchedulingIgnoredDuringExecution
|
||||
topologyKey:
|
||||
default: kubernetes.io/hostname
|
||||
anti:
|
||||
type:
|
||||
default: preferredDuringSchedulingIgnoredDuringExecution
|
||||
topologyKey:
|
||||
default: kubernetes.io/hostname
|
||||
mounts:
|
||||
nova_compute:
|
||||
init_container: null
|
||||
|
Loading…
x
Reference in New Issue
Block a user