bugfix: Add symlinks for interface files for additional hosts 75/40975/2
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 4 Sep 2017 07:44:44 +0000 (09:44 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 4 Sep 2017 07:58:52 +0000 (09:58 +0200)
This is a temporary fix to get noha and ha flavors working.
We should normally use bifrost inventory and have templates for
opnfv, controller, and compute groups rather than per host basis.
But since that is still pending to be done, this change tries to
make sure what we have now continues working.

Change-Id: I9132c474754f4d11d1b9e4b1288b449703994db8
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
xci/playbooks/roles/configure-network/templates/debian/compute01.interface.j2 [new symlink]
xci/playbooks/roles/configure-network/templates/debian/controller01.interface.j2 [new symlink]
xci/playbooks/roles/configure-network/templates/debian/controller02.interface.j2 [new symlink]

diff --git a/xci/playbooks/roles/configure-network/templates/debian/compute01.interface.j2 b/xci/playbooks/roles/configure-network/templates/debian/compute01.interface.j2
new file mode 120000 (symlink)
index 0000000..a74df1c
--- /dev/null
@@ -0,0 +1 @@
+compute00.interface.j2
\ No newline at end of file
diff --git a/xci/playbooks/roles/configure-network/templates/debian/controller01.interface.j2 b/xci/playbooks/roles/configure-network/templates/debian/controller01.interface.j2
new file mode 120000 (symlink)
index 0000000..e835d7c
--- /dev/null
@@ -0,0 +1 @@
+controller00.interface.j2
\ No newline at end of file
diff --git a/xci/playbooks/roles/configure-network/templates/debian/controller02.interface.j2 b/xci/playbooks/roles/configure-network/templates/debian/controller02.interface.j2
new file mode 120000 (symlink)
index 0000000..e835d7c
--- /dev/null
@@ -0,0 +1 @@
+controller00.interface.j2
\ No newline at end of file