## Description Packer files for creating virtual machine image used for ORANSC jenkins build server. Based on Ubuntu 20.04 image with Java & Docker installed ontop. ## Steps To Run 1. Source OpenStack RC file `source `to set environment variables used by packer e.g. OS_USERNAME, OS_PASSWORD and OS_AUTH_URL 2. Run `packer build ` This will create the image specified (image_name) onto the OpenStack Server (identity_endpoint). Modify packer parameters as required and add packages to be installed into the shell script. For more info see [Packer docs](https://www.packer.io/docs/builders/openstack)