Remove monitor_interface from ceph-ansible parameters
We should not pass any hardcoded value for monitor_interface and rely on monitor_address_block only instead. Also removes journal_collocation which is not consumed by newer (and stable) builds of ceph-ansible. Change-Id: Idf213a1f43a66506f76d07102f122839b5096948 Closes-Bug: #1715246
This commit is contained in:
parent
3e7ea2202f
commit
3e90ae3df5
@ -101,7 +101,6 @@ parameter_defaults:
|
||||
devices:
|
||||
- /dev/loop3
|
||||
journal_size: 512
|
||||
journal_collocation: true
|
||||
osd_scenario: collocated
|
||||
CephAnsibleExtraConfig:
|
||||
ceph_conf_overrides:
|
||||
|
@ -83,4 +83,3 @@ outputs:
|
||||
- {get_attr: [CephBase, role_data, config_settings, ceph_common_ansible_vars]}
|
||||
- monitor_secret: {get_param: CephMonKey}
|
||||
admin_secret: {get_param: CephAdminKey}
|
||||
monitor_interface: br_ex
|
||||
|
@ -37,7 +37,6 @@ parameters:
|
||||
devices:
|
||||
- /dev/vdb
|
||||
journal_size: 512
|
||||
journal_collocation: true
|
||||
osd_scenario: collocated
|
||||
|
||||
resources:
|
||||
|
Loading…
x
Reference in New Issue
Block a user