Skip to content

Commit c1d14e6

Browse files
committed
add properties docs
1 parent 40aa0e5 commit c1d14e6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/image-build.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,22 @@ For either a site-specific fat-image build or an extra-build:
128128
then delete the failed volume, select cancelling the build when Packer asks,
129129
and then retry. This is [OpenStack bug 1823445](https://bugs.launchpad.net/cinder/+bug/1823445).
130130

131+
The image name and UUID will be output near the end of a build, e.g.:
132+
133+
```shell
134+
==> openstack.openhpc: Waiting for image openhpc-251017-1156-046b6133 (image id: 86ac2073-0a86-4fbf-935c-f1b6e6392e90) to become ready...
135+
```
136+
131137
6. The built image will be automatically uploaded to OpenStack. By default it
132138
will have a name prefixed `openhpc` and including a timestamp and a shortened
133139
Git hash.
134140

141+
7. Set the image properties. From the repository root run:
142+
143+
```shell
144+
dev/image-set-properties.sh $IMAGE_NAME_OR_ID
145+
```
146+
135147
## Build Process
136148

137149
In summary, Packer creates an OpenStack VM, runs Ansible on that, shuts it down, then creates an image from the root disk.

0 commit comments

Comments
 (0)