Skip to content

Commit

Permalink
(node/foreman.ls) add new subnets
Browse files Browse the repository at this point in the history
  • Loading branch information
dtapiacl committed May 8, 2024
1 parent 36ee2b0 commit a8b6efb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions hieradata/node/foreman.ls.lsst.org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,24 @@ dhcp::pools:
range:
- "10.49.7.1 10.49.7.249"
search_domains: "%{alias('dhcp::dnsdomain')}"
BDC-ANTU:
network: "139.229.154.96"
mask: "255.255.255.240"
gateway: "139.229.154.110"
range:
- "139.229.154.97 139.229.154.107"
search_domains: "%{alias('dhcp::dnsdomain')}"
BDC-BMC-PUBLIC:
network: "139.229.139.0"
mask: "255.255.255.0"
gateway: "139.229.139.254"
range:
- "139.229.139.230 139.229.139.250"
search_domains: "%{alias('dhcp::dnsdomain')}"
ANTU-METALLB:
network: "139.229.154.64"
mask: "255.255.255.224"
gateway: "139.229.154.94"
range:
- "139.229.154.67 139.229.154.91"
search_domains: "%{alias('dhcp::dnsdomain')}"

0 comments on commit a8b6efb

Please sign in to comment.