Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions hieradata/node/lsstcam-vw03.cp.lsst.org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ nm::connections:
interface-name: "enp0s31f6"
ethernet: {}
ipv4:
address1: "139.229.175.102/26,139.229.175.126"
dns: "139.229.160.53;139.229.160.54;139.229.160.55;"
dns-search: "cp.lsst.org;"
method: "manual"
method: "auto"
ipv6:
method: "disabled"
proxy: {}
Expand Down
5 changes: 1 addition & 4 deletions spec/hosts/nodes/lsstcam-vw03.cp.lsst.org_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@

it_behaves_like 'nm enabled interface'
it_behaves_like 'nm ethernet interface'
it_behaves_like 'nm manual interface'
it { expect(nm_keyfile['ipv4']['address1']).to eq('139.229.175.102/26,139.229.175.126') }
it { expect(nm_keyfile['ipv4']['dns']).to eq('139.229.160.53;139.229.160.54;139.229.160.55;') }
it { expect(nm_keyfile['ipv4']['dns-search']).to eq('cp.lsst.org;') }
it_behaves_like 'nm dhcp interface'
end

context 'with enp4s0f1' do
Expand Down
Loading