From: Fatih Degirmenci Date: Mon, 4 Sep 2017 07:44:44 +0000 (+0200) Subject: bugfix: Add symlinks for interface files for additional hosts X-Git-Tag: 6.0.0~333 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F75%2F40975%2F2;p=releng-xci.git bugfix: Add symlinks for interface files for additional hosts 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 --- 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 index 00000000..a74df1c2 --- /dev/null +++ b/xci/playbooks/roles/configure-network/templates/debian/compute01.interface.j2 @@ -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 index 00000000..e835d7ca --- /dev/null +++ b/xci/playbooks/roles/configure-network/templates/debian/controller01.interface.j2 @@ -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 index 00000000..e835d7ca --- /dev/null +++ b/xci/playbooks/roles/configure-network/templates/debian/controller02.interface.j2 @@ -0,0 +1 @@ +controller00.interface.j2 \ No newline at end of file