Skip to content

Commit d46c232

Browse files
authored
Merge pull request #703 from stackhpc/dib-extra-packages
Add ethtool and pciutils to the host disk image
2 parents 3cdc29d + 464db9a commit d46c232

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

etc/kayobe/stackhpc-overcloud-dib.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,14 @@ stackhpc_overcloud_dib_env_vars:
6262

6363
# StackHPC overcloud DIB image packages.
6464
stackhpc_overcloud_dib_packages:
65-
- "logrotate"
66-
- "net-tools"
67-
- "vim"
65+
- "ethtool"
6866
- "git"
6967
- "less"
68+
- "logrotate"
69+
- "net-tools"
70+
- "pciutils"
7071
- "python3"
72+
- "vim"
7173
- "{% if os_distribution == 'ubuntu' %}netbase{% endif %}"
7274
- "{% if os_distribution == 'ubuntu' %}iputils-ping{% endif %}"
7375
- "{% if os_distribution == 'ubuntu' %}curl{% endif %}"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
features:
3+
- |
4+
Adds ``ethtool`` and ``pciutils`` to the overcloud host disk image.

0 commit comments

Comments
 (0)