summaryrefslogtreecommitdiffstats
path: root/ci/trusty/ubuntu-nodes-compute/network/interfaces.host
blob: 9377814ccf1be2b238b14eb572e6dfefa489e7ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#### original juju generated part ####
auto lo

# Primary interface (defining the default route)
iface eth0 inet manual

# Bridge to use for LXC/KVM containers
auto juju-br0
iface juju-br0 inet dhcp
    bridge_ports eth0
######################################

auto eth2
iface eth2 inet manual

auto eth2.721
iface eth2.721 inet manual

auto brData
iface brData inet dhcp
  bridge_ports eth2.721
  bridge_stp off
  bridge_fd 0
  bridge_maxwait 0

# The public network interface
auto eth2.724
iface eth2.724 inet manual

auto brPublic
iface brPublic inet dhcp
        bridge_ports eth2.724
        bridge_stp off
        bridge_fd 0
        bridge_maxwait 0