From 6feca7e129a5ecf4af089c93abb1ec647b87d3dd Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Fri, 20 Mar 2020 18:21:57 +0530 Subject: [PATCH] Remove CephAnsibleSkipTags override We want to skip tags for installing packages as is the default. https://github.com/openstack/tripleo-ansible/blob/master/tripleo_ansible/roles/tripleo_ceph_common/defaults/main.yml#L64 Depends-On: https://review.opendev.org/#/c/714768/ Closes-Bug: #1868731 Change-Id: I85af342e3a546e1c195c7ba3d39d53e85e6fdd7e Signed-off-by: Chandan Kumar (raukadah) --- ci/environments/scenario001-multinode-containers.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/environments/scenario001-multinode-containers.yaml b/ci/environments/scenario001-multinode-containers.yaml index 15eb3aae2e..64d7f01694 100644 --- a/ci/environments/scenario001-multinode-containers.yaml +++ b/ci/environments/scenario001-multinode-containers.yaml @@ -141,7 +141,6 @@ parameter_defaults: ceph_mds_docker_memory_limit: '1g' handler_health_mon_check_retries: 10 handler_health_mon_check_delay: 20 - CephAnsibleSkipTags: '' #NOTE: These ID's and keys should be regenerated for # a production deployment. What is here is suitable for # developer and CI testing only.