summaryrefslogtreecommitdiffstats
path: root/plugins/stor4nfv/roles/stor4nfv/tasks/nbp.yml
diff options
context:
space:
mode:
authorYifei Xue <xueyifei@huawei.com>2018-03-21 03:18:19 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-21 03:18:19 +0000
commit9c5ae544e3f1adbc5bb0df1fc7388012bdf642fa (patch)
treedabac5e31f0cb413406ae1f371c0af0c9e9e8e73 /plugins/stor4nfv/roles/stor4nfv/tasks/nbp.yml
parent5663222a6ca1de03a28a4d1f85f827b81b91439f (diff)
parentf9425c8accb3e1fac5237377f7d5615c3eeb93e0 (diff)
Merge "Fix Stor4nfv CI issues due to repo changes"
Diffstat (limited to 'plugins/stor4nfv/roles/stor4nfv/tasks/nbp.yml')
-rw-r--r--plugins/stor4nfv/roles/stor4nfv/tasks/nbp.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/plugins/stor4nfv/roles/stor4nfv/tasks/nbp.yml b/plugins/stor4nfv/roles/stor4nfv/tasks/nbp.yml
deleted file mode 100644
index 5361f5cd..00000000
--- a/plugins/stor4nfv/roles/stor4nfv/tasks/nbp.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-# #############################################################################
-# Copyright (c) 2018 Intel Corp.
-#
-# 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: render nbp inventory
- remote_user: root
- template:
- src: nbp.hosts.j2
- dest: $HOME/gopath/src/github.com/stor4nfv/stor4nfv/ci/nbp-ansible/nbp.hosts
-
-- name: set nbp to csi
- remote_user: root
- shell: |
- cd $HOME/gopath/src/github.com/stor4nfv/stor4nfv/ci/nbp-ansible;
- sed -i 's/^nbp_plugin_type.*/nbp_plugin_type: csi/g' group_vars/common.yml
-
-- name: run playbook
- remote_user: root
- shell: |
- cd $HOME/gopath/src/github.com/stor4nfv/stor4nfv/ci/nbp-ansible;
- ansible-playbook site.yml -i nbp.hosts | tee /var/log/stor4nfv-nbp.log