Skip to content

Commit 0a44b23

Browse files
committed
fix packer README
1 parent 6f8b72d commit 0a44b23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/fatimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
. environments/.stackhpc/activate
6363
cd packer/
6464
packer init .
65-
PACKER_LOG=1 packer build -on-error=${{ vars.PACKER_ON_ERROR }} -only={{ matrix.build }} -var-file=$PKR_VAR_environment_root/${{ vars.CI_CLOUD }}.pkrvars.hcl openstack.pkr.hcl
65+
PACKER_LOG=1 packer build -on-error=${{ vars.PACKER_ON_ERROR }} -only=${{ matrix.build }} -var-file=$PKR_VAR_environment_root/${{ vars.CI_CLOUD }}.pkrvars.hcl openstack.pkr.hcl
6666
env:
6767
PKR_VAR_os_version: ${{ matrix.os_version }}
6868

packer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ The steps for building site-specific fat images or extending an existing fat ima
4141
4242
Note that the `-only` flag here restricts the build to the non-OFED fat image "source" (in Packer terminology). Other
4343
source options are:
44-
- `-only=openhpc-ofed`: Build a fat image including Mellanox OFED
45-
- `-only=openhpc-extra`: Build an image which extends an existing fat image - in this case the variable `source_image` or `source_image_name}` must also be set in the Packer variables file.
44+
- `-only=openstack.openhpc-ofed`: Build a fat image including Mellanox OFED
45+
- `-only=openstack.openhpc-extra`: Build an image which extends an existing fat image - in this case the variable `source_image` or `source_image_name}` must also be set in the Packer variables file.
4646
4747
5. The built image will be automatically uploaded to OpenStack with a name prefixed `openhpc-` and including a timestamp and a shortened git hash.
4848

0 commit comments

Comments
 (0)