diff --git a/ci/environments/scenario001-multinode-containers.yaml b/ci/environments/scenario001-multinode-containers.yaml index ea9eabd31a..1329334d8d 100644 --- a/ci/environments/scenario001-multinode-containers.yaml +++ b/ci/environments/scenario001-multinode-containers.yaml @@ -152,8 +152,8 @@ parameter_defaults: CephClientKey: 'AQC+vYNXgDAgAhAAc8UoYt+OTz5uhV7ItLdwUw==' CephAnsiblePlaybookVerbosity: 1 CephAnsibleEnvironmentVariables: - ANSIBLE_SSH_RETRIES: '4' - DEFAULT_FORKS: '3' + ANSIBLE_SSH_RETRIES: 4 + DEFAULT_FORKS: 3 CephEnableDashboard: true NovaEnableRbdBackend: true CinderEnableRbdBackend: true diff --git a/ci/environments/scenario001-standalone.yaml b/ci/environments/scenario001-standalone.yaml index 5a921b20e0..94a5e8c08d 100644 --- a/ci/environments/scenario001-standalone.yaml +++ b/ci/environments/scenario001-standalone.yaml @@ -127,8 +127,8 @@ parameter_defaults: dashboard_enabled: false CephAnsiblePlaybookVerbosity: 1 CephAnsibleEnvironmentVariables: - ANSIBLE_SSH_RETRIES: '4' - DEFAULT_FORKS: '3' + ANSIBLE_SSH_RETRIES: 4 + DEFAULT_FORKS: 3 NovaEnableRbdBackend: true CinderEnableRbdBackend: true CinderBackupBackend: ceph diff --git a/ci/environments/scenario004-standalone.yaml b/ci/environments/scenario004-standalone.yaml index 4f3acafdb5..16244e7aa9 100644 --- a/ci/environments/scenario004-standalone.yaml +++ b/ci/environments/scenario004-standalone.yaml @@ -61,8 +61,8 @@ parameter_defaults: CephAnsiblePlaybookVerbosity: 1 CephAnsibleRepo: "tripleo-centos-ceph-nautilus" CephAnsibleEnvironmentVariables: - ANSIBLE_SSH_RETRIES: '4' - DEFAULT_FORKS: '3' + ANSIBLE_SSH_RETRIES: 4 + DEFAULT_FORKS: 3 ManilaCephFSDataPoolPGNum: 16 ManilaCephFSMetadataPoolPGNum: 16 NovaEnableRbdBackend: true diff --git a/ci/environments/scenario010-standalone.yaml b/ci/environments/scenario010-standalone.yaml index 8769b4c574..c9a05caf6f 100644 --- a/ci/environments/scenario010-standalone.yaml +++ b/ci/environments/scenario010-standalone.yaml @@ -65,8 +65,8 @@ parameter_defaults: CephClientKey: 'AQC+vYNXgDAgAhAAc8UoYt+OTz5uhV7ItLdwUw==' CephAnsiblePlaybookVerbosity: 1 CephAnsibleEnvironmentVariables: - ANSIBLE_SSH_RETRIES: '4' - DEFAULT_FORKS: '3' + ANSIBLE_SSH_RETRIES: 4 + DEFAULT_FORKS: 3 NovaEnableRbdBackend: true CinderEnableRbdBackend: true CephAnsibleRepo: "tripleo-centos-ceph-nautilus" diff --git a/deployment/ceph-ansible/ceph-base.yaml b/deployment/ceph-ansible/ceph-base.yaml index b0d987ad62..8ef45b74b5 100644 --- a/deployment/ceph-ansible/ceph-base.yaml +++ b/deployment/ceph-ansible/ceph-base.yaml @@ -640,7 +640,7 @@ outputs: ceph_ansible_environment_variables: yaql: data: {get_param: CephAnsibleEnvironmentVariables} - expression: $.data.items().select($[0] + '=' + $[1]) + expression: $.data.items().select($.join('=')) ceph_ansible_skip_tags: {get_param: CephAnsibleSkipTags} - name: get ssh private key include_role: