Skip to content

Commit f90c1da

Browse files
committed
swap example site image build to normal case
1 parent 480336e commit f90c1da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/image-build.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For either a site-specific fat-image build or an extra-build:
5656
flavor = "general.v1.small" # VM flavor to use for builder VMs
5757
networks = ["26023e3d-bc8e-459c-8def-dbd47ab01756"] # List of network UUIDs to attach the VM to
5858
source_image_name = "Rocky-9-GenericCloud-Base-9.4" # Name of image to create VM with, i.e. starting image
59-
inventory_groups = "cuda" # Build VM inventory groups => functionality to add to image
59+
inventory_groups = "doca,cuda" # Build VM inventory groups => functionality to add to image
6060
```
6161

6262
Note that:
@@ -93,8 +93,8 @@ For either a site-specific fat-image build or an extra-build:
9393
- For a fatimage build: `fatimage`: This is defined in `enviroments/{common,site}/inventory/groups`
9494
and results in an update of all packages in the source image, plus
9595
installation of packages for default control, login and compute nodes.
96-
- For an extra-built image, one or more specific groups e.g. `cuda` or
97-
`doca,lustre`. This extends the source image with just this additional
96+
- For an extra-built image, one or more specific groups e.g. `lustre` or
97+
`doca,cuda`. This extends the source image with just this additional
9898
functionality.
9999
100100
See the top of [packer/openstack.pkr.hcl](../packer/openstack.pkr.hcl)

0 commit comments

Comments
 (0)