Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eveld/packer-gcp-nomad

Packer image containing Nomad, ready to be clustered
https://github.com/eveld/packer-gcp-nomad

Last synced: about 22 hours ago
JSON representation

Packer image containing Nomad, ready to be clustered

Awesome Lists containing this project

README

        

# Packer image containing Nomad and Consul ready to be clustered

```shell
PKR_VAR_project_id= packer build -var-file packer.pkrvars.hcl packer.pkr.hcl
```

This will build an image based on Ubuntu, that runs Nomad using Systemd.
The version of the source image and Nomad can be set in the `packer.auto.pkrvars.hcl` file.

To change additional things in the image, edit the `bootstrap.sh` script.