Merge "[doc] Add placement definition to config samples"
This commit is contained in:
commit
a922a12a10
@ -142,6 +142,9 @@ storage_hosts: *infrastructure_hosts
|
||||
# glance
|
||||
image_hosts: *infrastructure_hosts
|
||||
|
||||
# placement
|
||||
placement-infra_hosts: *infrastructure_hosts
|
||||
|
||||
# nova api, conductor, etc services
|
||||
compute-infra_hosts: *infrastructure_hosts
|
||||
|
||||
|
@ -174,6 +174,15 @@ image_hosts:
|
||||
type: "nfs"
|
||||
options: "_netdev,auto"
|
||||
|
||||
# placement
|
||||
placement-infra_hosts:
|
||||
infra1:
|
||||
ip: 172.29.236.11
|
||||
infra2:
|
||||
ip: 172.29.236.12
|
||||
infra3:
|
||||
ip: 172.29.236.13
|
||||
|
||||
# nova api, conductor, etc services
|
||||
compute-infra_hosts:
|
||||
infra1:
|
||||
|
@ -227,6 +227,15 @@ image_hosts:
|
||||
type: "nfs"
|
||||
options: "_netdev,auto"
|
||||
|
||||
# placement
|
||||
placement-infra_hosts:
|
||||
infra1:
|
||||
ip: 172.29.236.11
|
||||
infra2:
|
||||
ip: 172.29.236.12
|
||||
infra3:
|
||||
ip: 172.29.236.13
|
||||
|
||||
# nova api, conductor, etc services
|
||||
compute-infra_hosts:
|
||||
infra1:
|
||||
|
@ -18,7 +18,6 @@ fsid: 116f14c4-7fe1-40e4-94eb-9240b63de5c1 # Replace with your generated UUID
|
||||
monitor_address_block: "{{ cidr_networks.container }}"
|
||||
public_network: "{{ cidr_networks.container }}"
|
||||
cluster_network: "{{ cidr_networks.storage }}"
|
||||
osd_scenario: collocated
|
||||
journal_size: 10240 # size in MB
|
||||
# ceph-ansible automatically creates pools & keys for OpenStack services
|
||||
openstack_config: true
|
||||
|
Loading…
Reference in New Issue
Block a user