open-nomad/demo/vagrant
Michael Schurter 930dc9ef38 Lots of fixes from @sethvargo
* hclfmt the world
  * 2 space indent
  * make every example well formed with stanzas and comments
* jsonfmt too
* mdfmt manually
  * _ instead of *
  * no [links][], only [links][links]
* ordered lists instead of bullets when possible
* lots of wording fixes
* de-contractionization
* add 127.0.0.1 to SANs
* -1 on intentional errors
* -1 on first person
2017-08-01 15:40:36 -07:00
..
client1.hcl Lots of fixes from @sethvargo 2017-08-01 15:40:36 -07:00
client2.hcl Lots of fixes from @sethvargo 2017-08-01 15:40:36 -07:00
consul.service Start consul in getting started vagrant 2017-07-03 16:45:13 -07:00
README.md Fix readme 2017-05-17 12:57:38 -04:00
server.hcl Lots of fixes from @sethvargo 2017-08-01 15:40:36 -07:00
Vagrantfile Switch to cfssl and get everything working 2017-07-27 14:47:43 -07: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.