Commit Graph

107 Commits

Author SHA1 Message Date
Michael Schurter
117d3b5239 Add demo TLS certificates and configs
As well as a brief readme and makefile for generating the certificates.
2018-01-09 10:14:42 -08:00
Michael Schurter
e5fb93a3e2 Update site for 0.7.0 2017-11-01 11:25:34 -07:00
Alex Dadgar
a9e3a41407 Enable more linters 2017-09-26 15:26:33 -07:00
Anubhav Mishra
e2c1160b34 update consul version to 0.9.3 2017-09-23 20:38:32 -07:00
Alex Dadgar
693cd7c1e5 bump getting started vagrant 2017-09-11 16:46:54 -07:00
Chelsea Holland Komlo
d5210ba765 automatically install autocomplete 2017-08-25 23:38:24 +00:00
Michael Schurter
bec5519126 Oops! Forgot demo/vagrant/cfssl.json file 2017-08-11 20:57:59 -07:00
Michael Schurter
4fa43440b1 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
Michael Schurter
c2dc7f4677 Switch to cfssl and get everything working 2017-07-27 14:47:43 -07:00
Michael Schurter
abc006cd42 WIP tls guide 2017-07-26 17:25:28 -07:00
Alex Dadgar
3d243c0435 Update demo vagrant 2017-07-26 15:22:06 -07:00
Kate Taggart
675caa09ce Getting Started guide updates for 0.6.0 (#2909)
* Add new commands for 0.6

* update version in documnetation for 0.6

* more information in example.nomad

* 0.6 additional information for viewing status of a job

* 0.6 status for alloc-status

* changes with 0.6 in modifying a job

* status is healthy when consul is running

* make new date consistent in

* add Latest Deployment and Deployed sections to  output

* small changes in status values so that things the user should see as thesame, are the same in the example (e.g. Node ID should be the same in all places we list it in the example)

* further information in job status added in 0.6

* update  output when changing redis version

* make new date consistent in

* add Latest Deployment and Deployed sections to  output

* small changes in status values so that things the user should see as thesame, are the same in the example (e.g. Node ID should be the same in all places we list it in the example)

* Add new commands for 0.6

* update version in documnetation for 0.6

* more information in example.nomad

* 0.6 additional information for viewing status of a job

* 0.6 status for alloc-status

* changes with 0.6 in modifying a job

* status is healthy when consul is running

* further information in job status added in 0.6

* evaluation  status for deployment in 0.6

* updating client demo config to match website

* update output of status for cluster

* update  output when changing redis version

* update terminal output of adding more redis instances.

* small update so id numbers are consistent in example

* update ouput for , also stitch up ids from previous lines to match

* add  to output when starting server and clients

* add  to  output

* remove text showing large parts of example.nomad file

* Small fixes to stopping and updating a job
2017-07-26 14:24:50 -07:00
Michael Schurter
7f5cc6ae13 Advertise block shouldn't be needed in 0.6 2017-07-24 15:58:28 -07:00
Michael Schurter
a97d97c4d5 Remove synced folder from demo vagrant
Demo vagrant isn't intended to be used from a cloned repo, so this was
syncing random host folders which is a bit sketchy.
2017-07-13 11:47:19 -07:00
Michael Schurter
43771b4a94 Don't require cloned repo for demo vagrant
Also update how Docker installed to match the latest upstream
instructions.
2017-07-11 08:00:46 -07:00
Michael Schurter
8a9926c6ae Start consul in getting started vagrant
Sneak a version bump to consul in as well
2017-07-03 16:45:13 -07:00
Michael Schurter
6b3ae9acd8 Merge pull request #2709 from hashicorp/f-advertise-docker-ips
Advertise driver-specific addresses
2017-07-03 14:04:12 -07:00
Michael Schurter
b8de3608fb Default no_host_uuid to true instead of false
The host UUID isn't unique in many virtualized cases and of dubious
value even when it is univerally unique. Default to a random UUID.
2017-06-23 16:23:01 -07:00
Michael Schurter
8ed23d4b28 Fix lxc tests 2017-06-21 17:19:08 -07:00
Ben
5081dd54cf 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
Alex Dadgar
7ac5a3e984 Fix readme 2017-05-17 12:57:38 -04:00
Alex Dadgar
e22393aeb8 Restore state + upgrade path 2017-05-02 18:21:49 -07:00
Miguel Gagliardo
b2dc22c10f Bumping up NOMAD version to 0.5.6 and adding version as ENV variable 2017-04-25 18:02:33 -03:00
Alex Dadgar
c9110417ce remove second client1 2017-03-11 17:25:03 -08:00
Alex Dadgar
b6991b3357 Allow random UUID 2017-02-27 13:42:37 -08:00
Michael Schurter
a15535b13d Bump website + demo to 0.5.4 2017-01-31 17:36:36 -08:00
Michael Schurter
fa09817cfe Upgrade demo vm to xenial/16.04 as well 2017-01-27 16:08:21 -08:00
Alex Dadgar
5ee8ae3077 vagrant version 2017-01-03 11:36:55 -08:00
Michael Schurter
fcf44b002c Fix demo vagrant server by making hostname resolve 2016-12-15 16:25:58 -08:00
Alex Dadgar
2fa88e2ddf Update version 2016-12-12 13:56:34 -08:00
Kerim Satirli
dd139308e3 bumps Nomad from 0.4.1 to 0.5.0
Noticed that the `Vagrantfile` still references `0.4.1` of Nomad.

Verified this still works by testing it with all steps listed in the [Getting-Started](https://www.nomadproject.io/intro/getting-started/jobs.html) guide.
2016-12-12 11:45:03 +01:00
Alex Dadgar
49ee34c1e3 Make container exist errors non-retriable
This change makes it so that the task runner does not retry container
exists errors and also a sleep is added on the local retry.
2016-11-25 19:22:58 -08:00
Alex Dadgar
ccf3f332a0 Fix inplace update for pre secret node 2016-10-26 22:05:44 -07:00
Alex Dadgar
9ff2bf0bff Fix Vault parsing of booleans 2016-10-10 18:04:39 -07:00
Lars Cromley
d85b73ed90 Updating vagrant file for v0.4.1, logs section of tutorial references 0.4.1 2016-08-18 17:58:14 -04:00
Njal Karevoll
05bc9aef81 Update Nomad version used in Vagrant demo to 0.4.0 2016-07-01 14:48:57 +02:00
Alex Dadgar
60aa776403 remove bind_addr from test config 2016-06-17 15:05:03 -07:00
Alex Dadgar
213f21df45 remove resolving client rpc addr 2016-06-17 14:55:37 -07:00
Alex Dadgar
73d565aabc Use Status.Peers instead of Status.Ping 2016-06-15 12:00:20 -07:00
Alex Dadgar
eb6055448e initial refactor and cleanup 2016-06-12 11:19:45 -07:00
Alex Dadgar
86f36d4059 version bump 2016-04-22 16:25:15 -07:00
Alex Dadgar
a93f96ab4a demo client configs 2016-03-16 15:42:27 -07:00
Alex Dadgar
17fa55c4cf up vagrant version 2016-03-16 10:45:47 -07:00
Alex Dadgar
8f9bd6b198 Merge pull request #910 from hashicorp/f-reserved-resources
Reserve Client Resources + Config Validation
2016-03-15 21:09:13 -07:00
Alex Dadgar
c4792f8317 Update Vagrantfile 2016-03-14 14:45:20 -07:00
Alex Dadgar
4293811651 reserve resources on the node 2016-03-13 19:05:41 -07:00
Alex Dadgar
7f4140758e up log level 2016-02-24 10:42:16 -08:00
Alex Dadgar
08d32d86cf Slightly less node copying 2016-02-10 14:09:23 -08:00
Alex Dadgar
5b3792a509 safe but slow 2016-02-10 13:44:53 -08:00
Alex Dadgar
253fa75b0c Blocked Eval tracker 2016-01-31 18:04:45 -08:00