Skip to content

Commit

Permalink
rm bond0 on eas-master
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Dec 11, 2020
1 parent c9731c6 commit e840fdb
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions hieradata/node/eas-master.cp.lsst.org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,34 @@ network::interfaces_hash:
em1: # fqdn
bootproto: "dhcp"
defroute: "yes"
nozeroconf: "yes"
onboot: "yes"
type: "Ethernet"
em2: # not connected
bootproto: "none"
onboot: "no"
type: "Ethernet"
p2p1: # bond0
bootproto: "none"
master: "bond0"
slave: "yes"
nm_controlled: "no"
p2p2: # bond0
bootproto: "none"
master: "bond0"
slave: "yes"
nm_controlled: "no"
bond0: # dds -- could be changed to dhcp?
type: "Bond"
p2p1: # 139.229.170.0/24
bootproto: "none"
defroute: "no"
ipaddress: "139.229.178.59"
netmask: "255.255.255.0"
bonding_opts: "mode=4 miimon=100"
bonding_master: "yes"
nm_controlled: "no"
network::mroutes_hash:
onboot: "yes"
type: "Ethernet"
p2p2: # no connected; was bond0
bootproto: "none"
onboot: "no"
type: "Ethernet"
bond0:
ensure: "absent"
network::mroutes_hash:
p2p1:
routes:
"139.229.147.0/24": "139.229.178.254"
"139.229.166.0/24": "139.229.178.254"
"139.229.167.0/24": "139.229.178.254"
"139.229.170.0/24": "139.229.178.254"
#"139.229.178.0/24": "139.229.178.254"
bond0:
ensure: "absent"
routes: {}

0 comments on commit e840fdb

Please sign in to comment.