Skip to content

Commit 470420b

Browse files
committed
(observer01.cp.lsst.org) Update network interface name
1 parent b4524da commit 470420b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

hieradata/node/observer01.cp.lsst.org.yaml

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

44
nm::connections:
5-
enp10s0:
5+
enp7s0:
66
content:
77
connection:
8-
id: "enp10s0"
8+
id: "enp7s0"
99
uuid: "d0b09602-d300-4485-b005-3851181ee549"
1010
type: "ethernet"
11-
interface-name: "enp10s0"
11+
interface-name: "enp7s0"
1212
ethernet: {}
1313
ipv4:
1414
method: "auto"

spec/hosts/nodes/observer01.cp.lsst.org_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333

3434
it { is_expected.to have_nm__connection_resource_count(1) }
3535

36-
context 'with enp10s0' do
37-
let(:interface) { 'enp10s0' }
36+
context 'with enp7s0' do
37+
let(:interface) { 'enp7s0' }
3838

3939
it_behaves_like 'nm enabled interface'
4040
it_behaves_like 'nm ethernet interface'

0 commit comments

Comments
 (0)