Skip to content

Commit b38079c

Browse files
Merge branch 'stackhpc/yoga' into os_capacity
2 parents 737376f + e441f49 commit b38079c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

etc/kayobe/stackhpc-overcloud-dib.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,16 @@ stackhpc_overcloud_dib_packages:
6767
- "vim"
6868
- "git"
6969
- "less"
70+
- "python3"
7071
- "{% if os_distribution == 'ubuntu' %}netbase{% endif %}"
7172
- "{% if os_distribution == 'ubuntu' %}iputils-ping{% endif %}"
7273
- "{% if os_distribution == 'ubuntu' %}curl{% endif %}"
7374
- "{% if os_distribution == 'ubuntu' %}apt-utils{% endif %}"
7475
- "{% if os_distribution == 'centos' %}openssh-clients{% endif %}"
7576
- "{% if os_distribution == 'rocky' %}NetworkManager-config-server{% endif %}"
7677
- "{% if os_distribution == 'rocky' %}linux-firmware{% endif %}"
78+
- "{% if os_distribution == 'rocky' %}cloud-utils-growpart{% endif %}"
79+
- "{% if os_distribution == 'ubuntu' %}cloud-guest-utils{% endif %}"
7780

7881
# StackHPC overcloud DIB image block device configuration.
7982
# This image layout conforms to the CIS partition benchmarks.

0 commit comments

Comments
 (0)