summaryrefslogtreecommitdiffstats
path: root/xci/scenarios/k8-nosdn-nofeature/role/k8-nosdn-nofeature/tasks/main.yml
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-05-11 11:00:55 +0100
committerMarkos Chandras <mchandras@suse.de>2018-05-11 11:03:46 +0100
commitade43f7f3c6503378ff375043b262425361d335f (patch)
tree88799a60a6ff1078d4da85a5f393cbaab3d6569a /xci/scenarios/k8-nosdn-nofeature/role/k8-nosdn-nofeature/tasks/main.yml
parentd36aa803ab5b4a141b5487cd782949fecdd5382b (diff)
xci: Connect releng-xci-scenarios repository
The releng-xci scenarions have been moved to their own repository so we delete the copies from the releng-xci repository and also update the opnfv-scenario-requirements to point to the new repository. deploy-scenario:os-nosdn-nofeature installer-type:osa Change-Id: I1b7b3182a5e0c5b346c00b5734fd0cd3fdd5c98b Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/scenarios/k8-nosdn-nofeature/role/k8-nosdn-nofeature/tasks/main.yml')
-rw-r--r--xci/scenarios/k8-nosdn-nofeature/role/k8-nosdn-nofeature/tasks/main.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/xci/scenarios/k8-nosdn-nofeature/role/k8-nosdn-nofeature/tasks/main.yml b/xci/scenarios/k8-nosdn-nofeature/role/k8-nosdn-nofeature/tasks/main.yml
deleted file mode 100644
index 5b2939f1..00000000
--- a/xci/scenarios/k8-nosdn-nofeature/role/k8-nosdn-nofeature/tasks/main.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-##############################################################################
-# Copyright (c) 2018 HUAWEI TECHNOLOGIES CO.,LTD and others.
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Apache License, Version 2.0
-# which accompanies this distribution, and is available at
-# http://www.apache.org/licenses/LICENSE-2.0
-##############################################################################
----
-
-- name: copy k8s-cluster.yml
- copy:
- src: "k8s-cluster.yml"
- dest: "{{ remote_xci_path }}/.cache/repos/kubespray/opnfv_inventory/group_vars/k8s-cluster.yml"