62fe9df044
The provision shell script tries to install libssl1.1 package as dependency of ca-certificates package. The installing of libssl requires to restart some services, and it asks for confirmation of this. But there are no interactive session at this stage, so Vagrant provisioning just hungs. This commit add a `libraries/restart-without-asking boolean true` setting before installing libssl, so it doesn't ask confirmation anymore and the provisioning works again. |
||
---|---|---|
.. | ||
cfssl.json | ||
client1.hcl | ||
client2.hcl | ||
consul.service | ||
README.md | ||
server.hcl | ||
Vagrantfile |
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.