Merge "Allow ceph metal CI deployments"
This commit is contained in:
commit
23f15e6c45
@ -15,7 +15,7 @@
|
||||
|
||||
## ceph-ansible AIO settings
|
||||
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') }}"
|
||||
journal_size: 100
|
||||
osd_scenario: collocated
|
||||
|
Loading…
x
Reference in New Issue
Block a user