Skip to content

Commit

Permalink
Add outage guide and move bootstrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Feb 10, 2017
1 parent 63cc163 commit 17ea89d
Show file tree
Hide file tree
Showing 14 changed files with 214 additions and 422 deletions.
116 changes: 0 additions & 116 deletions website/source/docs/cluster/automatic.html.md

This file was deleted.

24 changes: 0 additions & 24 deletions website/source/docs/cluster/bootstrapping.html.md

This file was deleted.

28 changes: 0 additions & 28 deletions website/source/docs/cluster/federation.md

This file was deleted.

65 changes: 0 additions & 65 deletions website/source/docs/cluster/manual.html.md

This file was deleted.

71 changes: 0 additions & 71 deletions website/source/docs/cluster/requirements.html.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: >
The Raft list-peers command is used to display the current Raft peer
configuration.

See the [Outage Recovery](TODO alexdadgar) guide for some examples of how
See the [Outage Recovery](/guides/outage.html) guide for some examples of how
this command is used. For an API to perform these operations programatically,
please see the documentation for the [Operator](/docs/http/operator.html)
endpoint.
Expand Down Expand Up @@ -43,7 +43,6 @@ Node ID Address State Voter
nomad-server01.global 10.10.11.5:4647 10.10.11.5:4647 follower true
nomad-server02.global 10.10.11.6:4647 10.10.11.6:4647 leader true
nomad-server03.global 10.10.11.7:4647 10.10.11.7:4647 follower true

```

* `Node` is the node name of the server, as known to Nomad, or "(unknown)" if
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ to clean up by simply running [`nomad
server-force-leave`](/docs/commands/server-force-leave.html) instead of this
command.

See the [Outage Recovery](TODO alexdadgar) guide for some examples of how
See the [Outage Recovery](/guides/outage.html) guide for some examples of how
this command is used. For an API to perform these operations programatically,
please see the documentation for the [Operator](/docs/http/operator.html)
endpoint.
Expand Down
12 changes: 8 additions & 4 deletions website/source/guides/index.html.markdown
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
---
layout: "guides"
page_title: "Guides"
sidebar_current: "what"
sidebar_current: "guides-home"
description: |-
Welcome to the Nomad guides!
Welcome to the Nomad guides! The section provides various guides for common
Nomad workflows and actions.
---

# This is the home page for Guides
# Nomad Guides

Here is some content!
Welcome to the Nomad guides! If you are just getting started with Nomad, please
start with the [Nomad introduction](/intro/index.html) instead and then continue
on to the guides. The guides provide examples for common Nomad workflows and
actions for both users and operators of Nomad.
Loading

0 comments on commit 17ea89d

Please sign in to comment.