diff options
author | Giulio Fidente <gfidente@redhat.com> | 2017-07-18 23:31:18 +0200 |
---|---|---|
committer | Jiri Stransky <jistr@redhat.com> | 2017-08-18 10:41:09 +0000 |
commit | 698e2e3b93336bc67deade2ea611f7ff240fd8e0 (patch) | |
tree | 1cc6e75daeebb9560d534c85e12ea7e429590ed9 /docker/services | |
parent | 26789ee5b387d22a531079295599fe6ed9f016ef (diff) |
Convert scenario001-multinode-containers job to ceph-ansible
Updates ci/environments/scenario001-multinode-containers.yaml
to use ceph-ansible instead of puppet-ceph.
Change-Id: Idbd02a3c7404daecdc6e2c45ea6d3478bf70552c
Depends-On: Ifa4937624ed14a3ece48dd92ba4f69b5e4928e77
Diffstat (limited to 'docker/services')
-rw-r--r-- | docker/services/ceph-ansible/ceph-base.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/services/ceph-ansible/ceph-base.yaml b/docker/services/ceph-ansible/ceph-base.yaml index 52c4a65c..c38c4d1d 100644 --- a/docker/services/ceph-ansible/ceph-base.yaml +++ b/docker/services/ceph-ansible/ceph-base.yaml @@ -42,6 +42,10 @@ parameters: type: json description: Extra vars for the ceph-ansible playbook default: {} + CephAnsibleSkipTags: + type: string + description: List of ceph-ansible tags to skip + default: 'package-install,with_pkg' CephClusterFSID: type: string description: The Ceph cluster FSID. Must be a UUID. @@ -146,6 +150,7 @@ outputs: - name: ceph_base_ansible_workflow workflow: { get_param: CephAnsibleWorkflowName } input: + ansible_skip_tags: {get_param: CephAnsibleSkipTags} ceph_ansible_extra_vars: {get_param: CephAnsibleExtraConfig} ceph_ansible_playbook: {get_param: CephAnsiblePlaybook} config_settings: |