Skip to content

Commit

Permalink
deploy-guide: add indexes which give a better understanding of the or…
Browse files Browse the repository at this point in the history
…der (#636)

Signed-off-by: Marc Schöchlin <[email protected]>
  • Loading branch information
scoopex authored Sep 2, 2024
1 parent 17a2e9e commit cd797cb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
12 changes: 7 additions & 5 deletions docs/guides/deploy-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ What a configuration repository is and how it is created is described in the

:::

* Step 1: [Preparation of the seed node](./seed.md)
* Step 2: [Preparation of the manager node](./manager.md)
* Step 3: [Provisioning of the bare-metal nodes](./provisioning.md)
* Step 4: [Bootstrap of the bare-metal nodes](./bootstrap.md)
* Step 5: [Deployment of the services](./services/index.md)
* Step 1: [Creation of a configuration repository](../configuration-guide/configuration-repository#creating-a-new-configuration-repository)
* Step 2: [Preparation of the seed node](./seed)
* Step 3: [Preparation of the manager node](./manager)
* Step 4: [Provisioning of the bare-metal nodes](./provisioning)
* Step 5: [Bootstrap of the bare-metal nodes](./bootstrap)
* Step 6: [Deployment of the services](./services)

16 changes: 11 additions & 5 deletions docs/guides/deploy-guide/services/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,14 @@ the nodes. How to bootstrap the nodes is documented in the

When setting up a new cluster, the services are deployed in a specific order.

1. [Infrastructure](./infrastructure.md)
2. [Network](./network.md)
3. [Logging & Monitoring](./logging-monitoring.md)
4. [Ceph](./ceph.mdx) or [Ceph via Rook (technical preview)](./rook.md)
5. [OpenStack](./openstack.md)
1. [Infrastructure](./infrastructure)
2. [Network](./network)
3. [Logging & Monitoring](./logging-monitoring)
4. [Ceph](./ceph)
5. [OpenStack](./openstack)


In the examples, the pull of images (if supported by a role) is always run first. While
this is optional, it is recommended to speed up the execution of the deploy action in
the second step. This significantly reduces the times required for the deployment time of new
services.

0 comments on commit cd797cb

Please sign in to comment.