Packer: Add Infra build slave Ubuntu 18.04 image
[infra/tools.git] / infra / jenkins / slave-setup / geode-build-server2004 / README.md
1 ## Description
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.
4
5 ## Steps To Run
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>`
8
9
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)