Skip to content

Commit 0cb373a

Browse files
authored
Merge pull request #1890 from lsst-it/IT-6472/lsstcam-pcs02-net
(node/lsstcam-{pcs,vw}02.cp) fix nm::connections
2 parents 48fc949 + 604ad9a commit 0cb373a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

hieradata/node/lsstcam-pcs02.cp.lsst.org.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ nm::connections:
44
content:
55
connection:
66
id: "enp1s0"
7-
uuid: "5fd87e1-15f2-4a15-b290-ffbe705e86ae"
7+
uuid: "5de223e4-a29e-35e2-97fa-9b01275ad3ef"
88
type: "ethernet"
99
interface-name: "enp1s0"
1010
ethernet: {}

hieradata/node/lsstcam-vw02.cp.lsst.org.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
powertop::ensure: "absent"
33

44
nm::connections:
5-
enp4s0: #fqdn
5+
enp3s0: #fqdn
66
content:
77
connection:
8-
id: "enp4s0"
9-
uuid: "5ac1f3f9-8e9f-46c1-b30f-a887c5ab4432"
8+
id: "enp3s0"
9+
uuid: "4756d211-f630-3344-b624-60196f85ed62"
1010
type: "ethernet"
11-
interface-name: "enp4s0"
11+
interface-name: "enp3s0"
1212
ethernet: {}
1313
ipv4:
1414
address1: "139.229.175.92/26,139.229.175.126"

spec/hosts/nodes/lsstcam-vw02.cp.lsst.org_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
include_context 'with nm interface'
3232
it { is_expected.to have_nm__connection_resource_count(1) }
3333

34-
context 'with enp4s0' do
35-
let(:interface) { 'enp4s0' }
34+
context 'with enp3s0' do
35+
let(:interface) { 'enp3s0' }
3636

3737
it_behaves_like 'nm enabled interface'
3838
it_behaves_like 'nm ethernet interface'

0 commit comments

Comments
 (0)