Skip to content

Commit

Permalink
dhcp increased forvlan1310
Browse files Browse the repository at this point in the history
  • Loading branch information
julioconstanzo committed Apr 18, 2024
1 parent 26e3dd0 commit 69c50c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hieradata/node/foreman.cp.lsst.org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dhcp::pools:
mask: "255.255.255.192"
gateway: "139.229.168.190"
range:
- "139.229.168.180 139.229.168.189"
- "139.229.168.140 139.229.168.189"
search_domains: "%{alias('dhcp::dnsdomain')}"
MTDome-Hardware:
network: "139.229.168.192"
Expand Down
2 changes: 1 addition & 1 deletion spec/hosts/nodes/foreman.cp.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
is_expected.to contain_dhcp__pool('Dome-Calibrations').with(
network: '139.229.168.128',
mask: '255.255.255.192',
range: ['139.229.168.180 139.229.168.189'],
range: ['139.229.168.140 139.229.168.189'],
gateway: '139.229.168.190',
)
end
Expand Down

0 comments on commit 69c50c1

Please sign in to comment.