You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/image-build.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,15 +44,15 @@ For either a site-specific fat-image build or an extra-build:
44
44
45
45
Alternatively, configure a [local Pulp mirror](experimental/pulp.md).
46
46
47
-
3. Create a Packer [variable definition file](https://developer.hashicorp.com/packer/docs/templates/hcl_templates/variables#assigning-values-to-input-variables) containing at a minimum e.g.:
47
+
3. Create a Packer [variable definition file](https://developer.hashicorp.com/packer/docs/templates/hcl_templates/variables#assigning-values-to-input-variables). It must specify at least the
48
+
the following variables:
48
49
49
50
```hcl
50
51
# environments/site/builder.pkrvars.hcl:
51
52
flavor = "general.v1.small" # VM flavor to use for builder VMs
52
53
networks = ["26023e3d-bc8e-459c-8def-dbd47ab01756"] # List of network UUIDs to attach the VM to
53
54
source_image_name = "Rocky-9-GenericCloud-Base-9.4" # Name of image to create VM with, i.e. starting image
54
-
inventory_groups = "cuda" # Additional inventory groups to add build VM to
55
-
55
+
inventory_groups = "cuda" # Build VM inventory groups => functionality to add to image
0 commit comments