Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eveld/packer-gcp-nomad
- Owner: eveld
- Created: 2019-03-12T10:25:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T09:37:45.000Z (almost 4 years ago)
- Last Synced: 2024-11-05T11:36:08.287Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.