X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=packer%2FREADME.md;h=36a060ed145648bc0adb84a9f31f1ed8f8e578fb;hb=refs%2Fchanges%2F28%2F11328%2F1;hp=b31fa9537e5a65d030768636d5c8c371fa2d4d8e;hpb=ad81f6222a99fc357790b56653845775ab3bab3b;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