diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-08-19 03:14:19 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-08-19 03:14:19 +0000 |
commit | 8a1798c43684da879f3bace5104ece73afa76702 (patch) | |
tree | c3cab4068e4dcd578fd3c358b46045b19472c168 /docker/services | |
parent | 6637f2fdf2793e9ee6b892d4dd99b6df5c18a6fe (diff) | |
parent | 698e2e3b93336bc67deade2ea611f7ff240fd8e0 (diff) |
Merge "Convert scenario001-multinode-containers job to ceph-ansible"
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 2364afc8..72ab53db 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. @@ -154,6 +158,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: |