[doc] Add placement definition to config samples

Change-Id: Id3fae8f94f99327fb9c6486df9cdf3aee5fd9ef8
This commit is contained in:
Dmitriy Rabotyagov 2020-01-16 19:29:09 +02:00 committed by Dmitriy Rabotyagov (noonedeadpunk)
parent 11112b4085
commit 9d2a3c07eb
4 changed files with 21 additions and 1 deletions

View File

@ -135,6 +135,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

View File

@ -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:

View File

@ -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:

View File

@ -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