open-nomad/demo/vagrant
Conner 137073b5d3
Demo Vagrant version updates (nomad, consul, ubuntu) (#13518)
- Use latest nomad 1.3.1 and consul 1.12.2
- Use latest Ubuntu LTS (easier to get podman plugin working, 18.04 does not have podman in main repositories).
- Add increased memory for libvirt to match other VM providers
2022-06-29 10:12:07 -04:00
..
cfssl.json
client1.hcl Disable dangling container GC for demo 2020-04-23 11:51:03 -04:00
client2.hcl Disable dangling container GC for demo 2020-04-23 11:51:03 -04:00
consul.service
README.md
server.hcl
Vagrantfile Demo Vagrant version updates (nomad, consul, ubuntu) (#13518) 2022-06-29 10:12:07 -04:00

Vagrant Nomad Demo

This Vagrantfile and associated Nomad configuration files are meant to be used along with the getting started guide.

Follow along with the guide, or just start the Vagrant box with:

$ vagrant up

Once it is finished, you should be able to SSH in and interact with Nomad:

$ vagrant ssh
...
$ nomad
usage: nomad [--version] [--help] <command> [<args>]

Available commands are:
    agent                 Runs a Nomad agent
    agent-info            Display status information about the local agent
...

To learn more about starting Nomad see the official site.