Skip to content

Commit b4524da

Browse files
authored
Merge pull request #1825 from lsst-it/IT-5083-Remove-Powertop
(nodes/observer01) remove powertop from observer workstation
2 parents 13b166b + c94a494 commit b4524da

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
powertop::ensure: "absent"
3+
24
nm::connections:
35
enp10s0:
46
content:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626

2727
it { is_expected.to compile.with_all_deps }
2828

29+
it { is_expected.to contain_package('powertop').with_ensure('absent') }
30+
2931
include_examples 'baremetal no bmc'
3032
include_context 'with nm interface'
3133

0 commit comments

Comments
 (0)