Skip to content

Commit

Permalink
rm bond0 on amor
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Dec 11, 2020
1 parent 5bab109 commit cb3e779
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
27 changes: 12 additions & 15 deletions hieradata/cluster/amor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ network::interfaces_hash:
em1: # fqdn
bootproto: "dhcp"
defroute: "yes"
nozeroconf: "yes"
onboot: "yes"
type: "Ethernet"
em2: # not connected
Expand All @@ -11,30 +12,26 @@ network::interfaces_hash:
type: "Ethernet"
p2p1:
bootproto: "none"
master: "bond0"
slave: "yes"
onboot: "yes"
hwaddr: "%{facts.networking.interfaces.p2p1.mac}"
p2p2:
bootproto: "none"
master: "bond0"
slave: "yes"
onboot: "yes"
hwaddr: "%{facts.networking.interfaces.p2p2.mac}"
bond0:
bonding_master: "yes"
bonding_opts: "mode=4 miimon=100"
bootproto: "none"
defroute: "no"
netmask: "255.255.255.0"
onboot: "yes"
type: "Bond"
onboot: "yes"
p2p2: # not connected; was bond0
bootproto: "none"
onboot: "no"
type: "Ethernet"
bond0:
ensure: "absent"

network::mroutes_hash:
bond0:
p2p1:
routes:
"139.229.147.0/24": "139.229.170.254"
"139.229.166.0/24": "139.229.170.254"
"139.229.167.0/24": "139.229.170.254"
#"139.229.170.0/24": "139.229.170.254"
"139.229.178.0/24": "139.229.170.254"
bond0:
ensure: "absent"
routes: {}
2 changes: 1 addition & 1 deletion hieradata/node/amor01.cp.lsst.org.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
network::interfaces_hash:
bond0:
p2p1:
ipaddress: "139.229.170.36"
2 changes: 1 addition & 1 deletion hieradata/node/amor02.cp.lsst.org.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
network::interfaces_hash:
bond0:
p2p1:
ipaddress: "139.229.170.37"

0 comments on commit cb3e779

Please sign in to comment.