~narindergupta/opnfv/stable-R2

« back to all changes in this revision

Viewing changes to ci/maas/juniper/pod1/compute-interfaces.host

  • Committer: zhangyuanyou
  • Date: 2016-01-02 08:55:55 UTC
  • Revision ID: git-v1:9d5ca8b6a6c9e33a5f8318483ad940eb9918819d
JOID-18 Juju integration with ONOSFW.

Change-Id: Iaffdb78ceb5a4c1a57fce3459289c65d6b6a4f42

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#### original juju generated part ####
 
2
auto lo
 
3
 
 
4
# Primary interface (defining the default route)
 
5
iface p2p1 inet manual
 
6
 
 
7
# Bridge to use for LXC/KVM containers
 
8
auto juju-br0
 
9
iface juju-br0 inet dhcp
 
10
    bridge_ports p2p1
 
11
######################################
 
12
 
 
13
auto p2p2
 
14
iface p2p2 inet manual
 
15
 
 
16
# The public network interface
 
17
 
 
18
auto brPublic
 
19
iface brPublic inet dhcp
 
20
        bridge_ports p2p2
 
21
        bridge_stp off
 
22
        bridge_fd 0
 
23
        bridge_maxwait 0
 
24