File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ For either a site-specific fat-image build or an extra-build:
56
56
flavor = "general.v1.small" # VM flavor to use for builder VMs
57
57
networks = ["26023e3d-bc8e-459c-8def-dbd47ab01756"] # List of network UUIDs to attach the VM to
58
58
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
60
60
```
61
61
62
62
Note that:
@@ -93,8 +93,8 @@ For either a site-specific fat-image build or an extra-build:
93
93
- For a fatimage build: `fatimage`: This is defined in `enviroments/{common,site}/inventory/groups`
94
94
and results in an update of all packages in the source image, plus
95
95
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
98
98
functionality.
99
99
100
100
See the top of [packer/openstack.pkr.hcl](../packer/openstack.pkr.hcl)
You can’t perform that action at this time.
0 commit comments