From a9eacd36a847f9ab980c3afa0e13943057675ce9 Mon Sep 17 00:00:00 2001 From: Vladimir Khlyunev Date: Fri, 20 Sep 2019 10:30:23 +0400 Subject: [PATCH] Disable SSL for ironic test Latest updates requires proper configuration of DNS on host machine. For now we are unable to do this so disabling ssl is a spike-to-fix. Change-Id: Ica5b2d5cff38a054d6ec5f350f8e599288759225 --- maintenance-ci/mos/jobs/9.x.swarm.tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maintenance-ci/mos/jobs/9.x.swarm.tests.yaml b/maintenance-ci/mos/jobs/9.x.swarm.tests.yaml index 0611f07..832e80d 100644 --- a/maintenance-ci/mos/jobs/9.x.swarm.tests.yaml +++ b/maintenance-ci/mos/jobs/9.x.swarm.tests.yaml @@ -63,11 +63,13 @@ swarm-test/custom-overrides-plain-properties: | IRONIC_ENABLED=true IRONIC_NODES_COUNT=1 + DISABLE_SSL=true - ironic_deploy_ceph: swarm-test/env-name-suffix: "ironic" swarm-test/custom-overrides-plain-properties: | IRONIC_ENABLED=true IRONIC_NODES_COUNT=1 + DISABLE_SSL=true - services_reconfiguration_thread_1: swarm-test/custom-overrides-plain-properties: | DISABLE_SSL=true -- 2.45.2