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 416b440 commit 2aae21bCopy full SHA for 2aae21b
packer/README.md
@@ -39,7 +39,7 @@ Building an environment-specific compute node image will[^1] require a cluster t
39
- Build images using the variable definition file:
40
41
cd packer
42
- PACKER_LOG=1 /usr/bin/packer build -except openstack.fatimage --on-error=ask -var-file=$PKR_VAR_environment_root/builder.pkrvars.hcl openstack.pkr.hcl
+ PACKER_LOG=1 /usr/bin/packer build -except openstack.openhpc --on-error=ask -var-file=$PKR_VAR_environment_root/builder.pkrvars.hcl openstack.pkr.hcl
43
44
Note the builder VMs are added to the `builder` group to differentiate them from "real" nodes - see developer notes below.
45
0 commit comments