From b9224a90765f5ce37d142b5cbd110248ae77249b Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Mon, 4 Sep 2017 09:44:44 +0200 Subject: 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 --- .../roles/configure-network/templates/debian/compute01.interface.j2 | 1 + .../roles/configure-network/templates/debian/controller01.interface.j2 | 1 + .../roles/configure-network/templates/debian/controller02.interface.j2 | 1 + 3 files changed, 3 insertions(+) create mode 120000 xci/playbooks/roles/configure-network/templates/debian/compute01.interface.j2 create mode 120000 xci/playbooks/roles/configure-network/templates/debian/controller01.interface.j2 create mode 120000 xci/playbooks/roles/configure-network/templates/debian/controller02.interface.j2 (limited to 'xci/playbooks/roles/configure-network') 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 -- cgit 1.2.3-korg