diff options
author | Peter Mikus <pmikus@cisco.com> | 2017-08-16 11:32:13 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-08-16 09:35:30 +0000 |
commit | ba0d4b44c16a371f9fd8386121995ce81baa668a (patch) | |
tree | 3eaedc0e4ae79f0a2786311d8ee5de7c037a08c2 /resources/tools/testbed-setup/playbooks/files/interfaces | |
parent | ee52db86af140da3c919476dcd1441acdc9e7600 (diff) |
CSIT-770 Installation of prerequisites on physical hosts
- Update ansible to install kubernetes and docker
Change-Id: Ibf57d4fa697f7c9b58f2e4925387b0c4e8b67274
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/testbed-setup/playbooks/files/interfaces')
-rw-r--r-- | resources/tools/testbed-setup/playbooks/files/interfaces | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/resources/tools/testbed-setup/playbooks/files/interfaces b/resources/tools/testbed-setup/playbooks/files/interfaces deleted file mode 100644 index 25ea35a0c5..0000000000 --- a/resources/tools/testbed-setup/playbooks/files/interfaces +++ /dev/null @@ -1,17 +0,0 @@ -# This file describes the network interfaces available on your system -# and how to activate them. For more information, see interfaces(5). - -# The loopback network interface -auto lo -iface lo inet loopback - -# The primary network interface -auto br1 -iface br1 inet static - address {{ ansible_default_ipv4["address"] }} - netmask {{ ansible_default_ipv4["netmask"] }} - gateway {{ ansible_default_ipv4["gateway"] }} - dns-nameservers 199.204.44.24 199.204.47.54 - bridge_maxwait 0 - bridge_ports eth0 eth4 - bridge_stp off |