From 57c4f03c0d70d434507f87c3a8821613a230b602 Mon Sep 17 00:00:00 2001 From: Marios Andreou Date: Thu, 6 Dec 2018 16:17:41 +0200 Subject: [PATCH] Remove CephAnsibleSkipTags from scenario1/4 standalone ci envs We should not be overriding the skip tags otherwise we get the bug below Closes-Bug: #1806853 Change-Id: I5a549eca8d2a750c751b193c24f77d3466acc2f9 --- ci/environments/scenario001-standalone.yaml | 1 - ci/environments/scenario004-standalone.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/ci/environments/scenario001-standalone.yaml b/ci/environments/scenario001-standalone.yaml index e2ce493684..b4b8d8f9e4 100644 --- a/ci/environments/scenario001-standalone.yaml +++ b/ci/environments/scenario001-standalone.yaml @@ -51,7 +51,6 @@ parameter_defaults: centos_package_dependencies: [] ceph_osd_docker_memory_limit: '1g' ceph_mds_docker_memory_limit: '1g' - 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. diff --git a/ci/environments/scenario004-standalone.yaml b/ci/environments/scenario004-standalone.yaml index c3a6a6005a..80a54f9cb6 100644 --- a/ci/environments/scenario004-standalone.yaml +++ b/ci/environments/scenario004-standalone.yaml @@ -47,7 +47,6 @@ parameter_defaults: centos_package_dependencies: [] ceph_osd_docker_memory_limit: '1g' ceph_mds_docker_memory_limit: '1g' - 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.