We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4524da commit 470420bCopy full SHA for 470420b
hieradata/node/observer01.cp.lsst.org.yaml
@@ -2,13 +2,13 @@
2
powertop::ensure: "absent"
3
4
nm::connections:
5
- enp10s0:
+ enp7s0:
6
content:
7
connection:
8
- id: "enp10s0"
+ id: "enp7s0"
9
uuid: "d0b09602-d300-4485-b005-3851181ee549"
10
type: "ethernet"
11
- interface-name: "enp10s0"
+ interface-name: "enp7s0"
12
ethernet: {}
13
ipv4:
14
method: "auto"
spec/hosts/nodes/observer01.cp.lsst.org_spec.rb
@@ -33,8 +33,8 @@
33
34
it { is_expected.to have_nm__connection_resource_count(1) }
35
36
- context 'with enp10s0' do
37
- let(:interface) { 'enp10s0' }
+ context 'with enp7s0' do
+ let(:interface) { 'enp7s0' }
38
39
it_behaves_like 'nm enabled interface'
40
it_behaves_like 'nm ethernet interface'
0 commit comments