From ab3c9ad0f9a40a57044c75c014404953b3941eb3 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Thu, 23 Nov 2017 18:16:49 +0100 Subject: Move contents of os-nosdn-ovs into os-nosdn-nofeature This change fixes the scenario os-nosdn-nofeature by moving directories/files from os-nosdn-ovs to os-nosdn-nofeature. The contents of the files and variables are also either adjusted or removed in order to prevent impacts on CI. Change-Id: Icfde27f413c8f93d097f9f262c8cb1230b7fe59d Signed-off-by: Fatih Degirmenci --- xci/playbooks/bootstrap-scenarios.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xci/playbooks/bootstrap-scenarios.yml') diff --git a/xci/playbooks/bootstrap-scenarios.yml b/xci/playbooks/bootstrap-scenarios.yml index d7b43dd6..55882804 100644 --- a/xci/playbooks/bootstrap-scenarios.yml +++ b/xci/playbooks/bootstrap-scenarios.yml @@ -9,10 +9,10 @@ # name: "foobar" # when: OPNFV_SCENARIO == "foobar" -- name: Prepare everything to run the os-nosdn-ovs scenario +- name: Prepare everything to run the os-nosdn-nofeature scenario include_role: - name: "os-nosdn-ovs" - when: OPNFV_SCENARIO == 'os-nosdn-ovs' + name: "os-nosdn-nofeature" + when: OPNFV_SCENARIO == 'os-nosdn-nofeature' - name: Prepare everything to run the os-odl-nofeature scenario include_role: name: "os-odl-nofeature" -- cgit 1.2.3-korg