open-nomad/demo/vagrant
Michael Schurter a296a24215 Start consul in getting started vagrant
Sneak a version bump to consul in as well
2017-07-03 16:45:13 -07:00
..
README.md Fix readme 2017-05-17 12:57:38 -04:00
Vagrantfile Start consul in getting started vagrant 2017-07-03 16:45:13 -07:00
client1.hcl Default no_host_uuid to true instead of false 2017-06-23 16:23:01 -07:00
client2.hcl Default no_host_uuid to true instead of false 2017-06-23 16:23:01 -07:00
consul.service Start consul in getting started vagrant 2017-07-03 16:45:13 -07: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.