From f9425c8accb3e1fac5237377f7d5615c3eeb93e0 Mon Sep 17 00:00:00 2001 From: ramamani yeleswarapu Date: Mon, 19 Mar 2018 07:42:47 -0700 Subject: Fix Stor4nfv CI issues due to repo changes Applies the changes in stor4nfv repo and consolidates opensds and nbp inventories. This fixes the CI failure in stor4nfv scenarios. Change-Id: I91f291d52488771934e0e0e93da2c56715abc877 Signed-off-by: Ramamani Yeleswarapu --- plugins/stor4nfv/roles/stor4nfv/tasks/opensds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/stor4nfv/roles/stor4nfv/tasks/opensds.yml') diff --git a/plugins/stor4nfv/roles/stor4nfv/tasks/opensds.yml b/plugins/stor4nfv/roles/stor4nfv/tasks/opensds.yml index afd65bc7..7866e808 100644 --- a/plugins/stor4nfv/roles/stor4nfv/tasks/opensds.yml +++ b/plugins/stor4nfv/roles/stor4nfv/tasks/opensds.yml @@ -57,10 +57,10 @@ src: ceph.hosts.j2 dest: $HOME/gopath/src/github.com/stor4nfv/stor4nfv/ci/ansible/group_vars/ceph/ceph.hosts -- name: render opensds inventory +- name: render opensds, nbp inventory remote_user: root template: - src: opensds.hosts.j2 + src: opensds-nbp.hosts.j2 dest: $HOME/gopath/src/github.com/stor4nfv/stor4nfv/ci/ansible/local.hosts - name: force to run the second etcd cluster -- cgit 1.2.3-korg