Merge "Add tripleo_cephadm_extra_args to bootstrap" into stable/wallaby

This commit is contained in:
Zuul 2022-04-18 19:51:59 +00:00 committed by Gerrit Code Review
commit 1fbbf40615
2 changed files with 2 additions and 0 deletions

View File

@ -69,3 +69,4 @@ tripleo_cephadm_rbd_trash_interval: 15
tripleo_cephadm_apply_ceph_conf_overrides_on_update: false
tripleo_cephadm_default_container: false
tripleo_cephadm_single_host_defaults: false
tripleo_cephadm_extra_args: ""

View File

@ -62,6 +62,7 @@
{% if tripleo_cephadm_assimilate_conf_stat.stat.exists %}--config {{ tripleo_cephadm_assimilate_conf }} \{% endif %}
{% if tripleo_cephadm_single_host_defaults %}--single-host-defaults \{% endif %}
--skip-monitoring-stack --skip-dashboard \
{% if tripleo_cephadm_extra_args|length > 0 %}{{ tripleo_cephadm_extra_args }} \{% endif %}
--mon-ip {{ tripleo_cephadm_first_mon_ip }}
register: cephadm_bootstrap
become: true