Merge "Refresh ceph-ansible group_vars values" into stable/train

This commit is contained in:
Zuul 2020-11-24 10:18:35 +00:00 committed by Gerrit Code Review
commit 1a31770152
2 changed files with 4 additions and 4 deletions

View File

@ -719,6 +719,10 @@ outputs:
data: {get_param: CephAnsibleEnvironmentVariables}
expression: $.data.items().select($.join('='))
ceph_ansible_skip_tags: {get_param: CephAnsibleSkipTags}
- name: Refresh ceph-ansible group_vars variables
include_role:
name: tripleo_ceph_work_dir
tasks_from: prepare
- name: get ssh private key
include_role:
name: tripleo-ceph-work-dir

View File

@ -147,10 +147,6 @@ outputs:
- radosgw_frontend_ssl_certificate: '/etc/pki/tls/certs/ceph_rgw.pem'
- {get_attr: [CephRgwAnsibleVars, value, vars]}
ceph_rgw_config_overrides: {get_attr: [CephRgwConfigOverrides, value, vars]}
- name: create ceph-ansible working directory
include_role:
name: tripleo-ceph-work-dir
tasks_from: prepare
- name: generate ceph-ansible group vars rgws
copy:
dest: "{{playbook_dir}}/ceph-ansible/group_vars/rgws.yml"