From 5ca2702b17de85ee748ccdf991ee14fa70745b6a Mon Sep 17 00:00:00 2001 From: Brent Eagles Date: Tue, 1 Jun 2021 11:05:08 -0230 Subject: [PATCH] Temporarily remove the unbound resolver from scenario 003 The unbound resolver template and related code was not added to scenario 003 triggers. This patch temporarily removes the unbound resolver to be added once the triggers land. Change-Id: I491785af24a780bc75476b4c55ff458c8375dda5 --- ci/environments/scenario003-standalone.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/environments/scenario003-standalone.yaml b/ci/environments/scenario003-standalone.yaml index e58d10eb5d..237b2cfb19 100644 --- a/ci/environments/scenario003-standalone.yaml +++ b/ci/environments/scenario003-standalone.yaml @@ -19,7 +19,6 @@ resource_registry: OS::TripleO::Services::DesignateMDNS: ../../deployment/experimental/designate/designate-mdns-container-puppet.yaml OS::TripleO::Services::DesignateBind: ../../deployment/experimental/designate/designate-bind-container.yaml OS::TripleO::Services::Redis: ../../deployment/database/redis-container-puppet.yaml - OS::TripleO::Services::Unbound: ../../deployment/unbound/unbound-container-ansible.yaml parameter_defaults: Debug: true