Allow ceph metal CI deployments
eth1 interface is not a valid interface for metal deployments. br-mgmt interface should be used instead as a `monitor_interface`. Change-Id: I8310c2485f2bfb9b283068d43c8acd35f29197c3
This commit is contained in:
parent
11112b4085
commit
18a35faea1
@ -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