X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=packer%2FREADME.md;h=36a060ed145648bc0adb84a9f31f1ed8f8e578fb;hb=439502c44e9eaa7ef2436564f734d5d760ab99d1;hp=b31fa9537e5a65d030768636d5c8c371fa2d4d8e;hpb=1688ecd7ba8a8d8632e202f4c4f25736089e827d;p=ci-management.git diff --git a/packer/README.md b/packer/README.md index b31fa953..36a060ed 100644 --- a/packer/README.md +++ b/packer/README.md @@ -24,12 +24,12 @@ This would build a bootable image in the project's CI cloud environment. From a high level, the builds: -* Boot a specified base image in the cloud -* Run a set of shell scripts, listed in the template's shell provisioner +- Boot a specified base image in the cloud +- Run a set of shell scripts, listed in the template's shell provisioner section, to do any configuration required by the builder. -* Execute a shutdown of the running instance -* Execute a 'nova image-create' operation against the shutdown instance. -* Perform a 'nova delete' operation against the shutdown instance. +- Execute a shutdown of the running instance +- Execute a 'nova image-create' operation against the shutdown instance. +- Perform a 'nova delete' operation against the shutdown instance. [1]: https://www.packer.io/ [2]: https://www.packer.io/intro/getting-started/install.html