open-nomad/demo/vagrant
Ben e801af74cf Make example clients generate random HostIDs
The tutorial has you make two clients on the same Vagrant box, so they
end up with the same secret ID.

Fixes #2661.
2017-05-21 19:20:32 -04:00
..
README.md Fix readme 2017-05-17 12:57:38 -04:00
Vagrantfile Bumping up NOMAD version to 0.5.6 and adding version as ENV variable 2017-04-25 18:02:33 -03:00
client1.hcl Make example clients generate random HostIDs 2017-05-21 19:20:32 -04:00
client2.hcl Make example clients generate random HostIDs 2017-05-21 19:20:32 -04:00
server.hcl Fix demo vagrant server by making hostname resolve 2016-12-15 16:25:58 -08:00

README.md

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.