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