Merge "Allow ceph metal CI deployments"
This commit is contained in:
commit
23f15e6c45
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
## ceph-ansible AIO settings
|
## ceph-ansible AIO settings
|
||||||
common_single_host_mode: true
|
common_single_host_mode: true
|
||||||
monitor_interface: eth1 # Management network in the AIO
|
monitor_interface: "{{ ('metal' in bootstrap_host_scenarios_expanded) | ternary('br-mgmt', 'eth1') }}" # Management network in the AIO
|
||||||
public_network: "{{ (mgmt_range ~ '.0/' ~ netmask) | ipaddr('net') }}"
|
public_network: "{{ (mgmt_range ~ '.0/' ~ netmask) | ipaddr('net') }}"
|
||||||
journal_size: 100
|
journal_size: 100
|
||||||
osd_scenario: collocated
|
osd_scenario: collocated
|
||||||
|
Loading…
x
Reference in New Issue
Block a user