X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=packer%2FREADME.markdown;h=597e64b0d037672b3da9cc2edd13f55251f5155f;hb=e67635cb851fc40b9d42638f6e108f1c194ef0f8;hp=1ef176a629084fc40cf126d8e557b2869da33d72;hpb=564913e994d87f58475d4ebf447b4773dd09eca5;p=ci-management.git diff --git a/packer/README.markdown b/packer/README.markdown index 1ef176a62..597e64b0d 100644 --- a/packer/README.markdown +++ b/packer/README.markdown @@ -26,12 +26,12 @@ This would build a bootable image in the Open-O 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 - 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. +- 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. [1]: https://www.packer.io/ [2]: https://www.packer.io/intro/getting-started/setup.html