Skip to content

Commit 2e5ed3a

Browse files
committed
fix extra_packages not in released fatimages
eg htop is not in the 2.7 image openhpc-RL9-250925-1639-62d67ae3. If a site wants to avoid a particular package from appliances_extra_packages_default, they can override appliances_extra_packages_default in their site group_vars
1 parent 406d94b commit 2e5ed3a

File tree

1 file changed

+4
-0
lines changed
  • environments/common/inventory

1 file changed

+4
-0
lines changed

environments/common/inventory/groups

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ k3s_agent
202202
[extra_packages]
203203
# Hosts to install specified additional packages on
204204

205+
[extra_packages:children]
206+
# To include extra packages in base image
207+
fatimage
208+
205209
[dnf_repos:children]
206210
# Hosts to replace system repos with Pulp repos
207211
# Roles/groups listed here *always* do installs:

0 commit comments

Comments
 (0)