Commit Graph

83 Commits

Author SHA1 Message Date
Michael Schurter
39797dce5c 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
Alex Dadgar
f5ebe7da8e Fix old references 2018-03-22 13:39:18 -07:00
Preetha Appan
781e70ff3a Update docs to include ModifyTime in more places where allocations are returned 2017-11-01 15:19:52 -05:00
Michael Schurter
8262921f64 Mention port mapping auto correction 2017-11-01 12:01:54 -07:00
Michael Schurter
e5fb93a3e2 Update site for 0.7.0 2017-11-01 11:25:34 -07:00
Michael Lange
138513d16f Add a beta warning to the ui intro guide. 2017-09-18 12:33:33 -05:00
Michael Lange
6946e189cc Add screenshots to the getting started UI page 2017-09-18 12:33:33 -05:00
Michael Lange
0d03f1b017 Update the clustering next steps to go to the UI page. 2017-09-18 12:33:32 -05:00
Michael Lange
da72bddba9 Add a new step to the intro for inspecting a job via the UI. 2017-09-18 12:33:32 -05:00
Rob Genova
de36bd7f42 Reword long-ish sentence. 2017-08-18 23:18:20 +00: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
Rob Genova
e3841f7eb4 Fix link to Terraform 2017-07-10 22:03:45 -07:00
Rob Genova
58c8630e4b Move Terraform reference to Next Steps 2017-07-10 12:41:40 -07:00
Rob Genova
cdf5fba7e6 Add reference to example Terraform configuration; reframe getting started options as manual vs. automated 2017-07-08 10:16:13 -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
Rob Genova
51ca07c50a Remove Atlas references from docs 2017-06-05 23:05:43 +00:00
Ben
90f66355ca Update cluster tutorial to generate random client UUIDs 2017-05-21 19:44:43 -04:00
Alex Dadgar
bf33492692 links 2017-02-27 09:40:55 -08:00
L
2a349d7ac1 the alloc-status used wrong allocation id
the alloc-status used wrong allocation id in the cod example.
2017-01-24 23:51:38 +08:00
Michael Schurter
d3849b404f Remove commented out block from comments 2016-12-15 17:17:31 -08:00
Michael Schurter
fcf44b002c Fix demo vagrant server by making hostname resolve 2016-12-15 16:25:58 -08:00
Florian Breisch
e95f6bf02d Fix subsequent IDs 2016-12-08 17:09:28 +01:00
Seth Vargo
c86a07d834 Separate agent configuration into its own pages
I apologize in advance for the rather long PR, but unfortunately there
is not an easy way to break this up into smaller chunks. This separates
the agent configuration into smaller, more consumable pieces just like
the job specification.
2016-11-02 18:30:00 -04:00
Seth Vargo
e537c54557 Revamp job specification documentation to be more modular and composable 2016-10-27 22:18:06 -04:00
Ben Barnard
ce94317d00 Replace "the the" with "the" in documentation and comments 2016-10-11 15:31:40 -04:00
Seth Vargo
68fe340c7b Update operating a job to tell a cohesive story 2016-10-09 13:49:03 +08:00
Neal Borkert
4a5cf3bee3 Fixed grammar
Changed "your" to "you" to become "...what would happen if you ran the updated job:"
2016-08-31 10:23:00 -04:00
Nathan Fisher
b65c97e301 getting-started/running.html.md: update nomad server-members output to 0.4.1 release. 2016-08-23 22:56:13 +01:00
Nathan Fisher
f97d040b7c Revert "Update running.html.md"
This reverts commit deaac26e1a.
2016-08-23 22:52:13 +01:00
Nathan Fisher
deaac26e1a Update running.html.md
Update running.html.md for nomad 4.1 output.
2016-08-23 22:27:57 +01:00
Cameron Davison
89d3feb420 add Created At to nomad alloc-status 2016-08-18 21:25:32 -05:00
Alex Dadgar
cc4b0ff7c5 Merge pull request #1540 from novilabs/add-creation-time-to-job-status
Add creation time to job status
2016-08-15 21:04:14 -07:00
Cameron Davison
561d7e3e97 s/Created/Created At/ 2016-08-15 21:40:34 -05:00
Diptanu Choudhury
9d3a1bc0de Added the job summary on getting started 2016-08-10 15:08:03 -07:00
Cameron Davison
a66c568b3b remove time flag, and update docs with new column 2016-08-08 21:15:45 -05:00
Alex Dadgar
e0d71aa9da getting started 2016-07-25 13:29:19 -07:00
Mathias Lafeldt
0941dc1330 Fix typos in documentation 2016-07-18 16:24:30 +02:00
Brian Shumate
b115a1c55d First use of term
Expand first use of HashiCorp Configuration Language in this page, followed by the abbreviated form
2016-07-07 12:22:14 -04:00
Brian Shumate
ccd36901e7 Minor clarification
Point out that the agent should be back up and running again before proceeding to the run a job step.
2016-07-07 10:52:57 -04:00
Alex Dadgar
5e7efc1a52 Small creating a cluster fixes 2016-06-28 13:32:10 -07:00
Alex Dadgar
cc7ee72a43 Update getting started 2016-06-24 19:20:09 -07:00
Lennie
2ff8982464 Added note/link to Vagrant installation instructions
So I spent an hour or more trying to figure out why Docker did not install, turns out installing vagrant from the Linux distribution is a stupid idea.

So hopefully a link will help prevent other people running into this problem.
2016-06-21 23:43:44 +02:00
Chris Bednarski
6669cf8460 Change Modfied to Modified 2016-06-13 15:09:13 -07:00
Matthias
6cd4356952 Change 'fs ls' cmd to 'fs' cmd 2016-06-08 20:58:20 +02:00
Alex Dadgar
c993b51c4b eval-status website docs 2016-05-27 11:50:15 -07:00
Alex Dadgar
05e5897763 fix getting started page 2016-03-16 12:23:42 -07:00
Diptanu Choudhury
acb12e0c02 Explanded getting-started and alloc-status 2016-03-15 19:35:31 -07:00
Dmitry Smirnov
2e755cd7e8 codespell: minor spelling corrections
Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
2016-03-16 05:28:31 +11:00
Alex Dadgar
635ff6f505 Small getting started cleanup 2016-02-06 15:40:39 -08:00
Alex Dadgar
722f3208a1 Update getting started with short ids 2016-02-05 16:28:20 -08:00