Merge "Allow ceph metal CI deployments"

This commit is contained in:
Zuul 2020-01-27 14:32:20 +00:00 committed by Gerrit Code Review
commit 23f15e6c45

View File

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