From 698e2e3b93336bc67deade2ea611f7ff240fd8e0 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Tue, 18 Jul 2017 23:31:18 +0200 Subject: 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 --- docker/services/ceph-ansible/ceph-base.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docker/services/ceph-ansible') 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: -- cgit 1.2.3-korg