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/templates/nbp.hosts.j2 | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 plugins/stor4nfv/roles/stor4nfv/templates/nbp.hosts.j2 (limited to 'plugins/stor4nfv/roles/stor4nfv/templates/nbp.hosts.j2') diff --git a/plugins/stor4nfv/roles/stor4nfv/templates/nbp.hosts.j2 b/plugins/stor4nfv/roles/stor4nfv/templates/nbp.hosts.j2 deleted file mode 100644 index 0e8fa4c9..00000000 --- a/plugins/stor4nfv/roles/stor4nfv/templates/nbp.hosts.j2 +++ /dev/null @@ -1,4 +0,0 @@ -[worker-nodes] -{% for worker in hostvars[inventory_hostname]['groups']['storage_master'] %} -{{ worker }} ansible_ssh_host={{ hostvars[worker]['ansible_ssh_host'] }} -{% endfor %} -- cgit 1.2.3-korg