open-nomad/demo/vagrant
Michael Schurter 7dcea6a37f demo: give agents unique names
Give demo agents unique names to improve `nomad node status` output.
Since the agents default to the hostname, they all had the same name
whether using the root or demo Vagrantfiles.
2018-03-27 14:29:53 -07:00
..
README.md Fix readme 2017-05-17 12:57:38 -04:00
Vagrantfile Update site for 0.7.0 2017-11-01 11:25:34 -07:00
cfssl.json Oops! Forgot demo/vagrant/cfssl.json file 2017-08-11 20:57:59 -07:00
client1.hcl demo: give agents unique names 2018-03-27 14:29:53 -07:00
client2.hcl demo: give agents unique names 2018-03-27 14:29:53 -07:00
consul.service Start consul in getting started vagrant 2017-07-03 16:45:13 -07:00
server.hcl demo: give agents unique names 2018-03-27 14:29:53 -07: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.