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 fa4c534 commit bdc3868Copy full SHA for bdc3868
etc/kayobe/stackhpc-overcloud-dib.yml
@@ -75,6 +75,8 @@ stackhpc_overcloud_dib_packages:
75
- "{% if os_distribution == 'centos' %}openssh-clients{% endif %}"
76
- "{% if os_distribution == 'rocky' %}NetworkManager-config-server{% endif %}"
77
- "{% 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 %}"
80
81
# StackHPC overcloud DIB image block device configuration.
82
# This image layout conforms to the CIS partition benchmarks.
0 commit comments