2 Packer files for creating virtual machine image used for Geode jenkins build server.
3 Based on Ubuntu 20.04 image with Java & Docker installed ontop.
6 1. Source OpenStack RC file `source <openstack-rc-file.sh>`to set environment variables used by packer e.g. OS_USERNAME, OS_PASSWORD and OS_AUTH_URL
7 2. Run `packer build <packerfile.json>`
10 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)