From 15be5eb8da9881428ea1635a3184c39f63dfaf80 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 25 Apr 2018 15:55:10 +0100 Subject: xci: roles: bootstrap-host: Simplify configuration files We split the networking task on distro specific files to make it easier to read. Moreover, the debian network configuration has been improved by simply sharing a common file across all nodes and also use the 'source' facility in the main /etc/network/interfaces file to use one configuration file per interface. Change-Id: Ic822fe6dc197227e70c0ba7cee812629df287d82 Signed-off-by: Markos Chandras --- xci/playbooks/roles/bootstrap-host/templates/osa/suse/suse.routes.j2 | 1 - 1 file changed, 1 deletion(-) delete mode 100644 xci/playbooks/roles/bootstrap-host/templates/osa/suse/suse.routes.j2 (limited to 'xci/playbooks/roles/bootstrap-host/templates/osa/suse/suse.routes.j2') diff --git a/xci/playbooks/roles/bootstrap-host/templates/osa/suse/suse.routes.j2 b/xci/playbooks/roles/bootstrap-host/templates/osa/suse/suse.routes.j2 deleted file mode 100644 index 7c868447..00000000 --- a/xci/playbooks/roles/bootstrap-host/templates/osa/suse/suse.routes.j2 +++ /dev/null @@ -1 +0,0 @@ -{{ item.route }} {{ item.gateway }} -- cgit 1.2.3-korg