Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Add link to new docs (#473)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Nov 17, 2023
1 parent 7ed59a5 commit 25b5b51
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 29 deletions.
1 change: 0 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
extensions = [
'sphinxcontrib.blockdiag',
'sphinxcontrib.nwdiag', 'sphinx.ext.todo', 'sphinx_fontawesome',
'zuul_sphinx'
]
Expand Down
27 changes: 0 additions & 27 deletions source/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,36 +8,9 @@ The phases are documented in this chapter.
1. Preparation of a seed node
2. Preparation of a manager node
3. Provisioning of the bare-metal nodes

.. blockdiag::

blockdiag {
node_width = 200;
node_height = 100;

seed [numbered = 1];
manager [numbered = 2];
bare-metal [numbered = 3];

seed -> manager -> bare-metal;
}

4. Bootstrap of all remaining nodes
5. Deployment of the individual services

.. blockdiag::

blockdiag {
node_width = 200;
node_height = 100;

manager;
bootstrap [numbered = 4];
services [numbered = 5];

manager -> bootstrap -> services;
}

.. toctree::
:maxdepth: 2

Expand Down
3 changes: 3 additions & 0 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Open Source Infrastructure & Service Manager
============================================

This documentation is archived. Please use the new documentation
at https://osism.github.io/docs/intro/.

.. note::

In case of security problems of any kind, please send an email to
Expand Down
1 change: 0 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ PyGitHub
Sphinx
sphinx-material
sphinx_fontawesome
sphinxcontrib-blockdiag
sphinxcontrib-nwdiag
zuul-sphinx

0 comments on commit 25b5b51

Please sign in to comment.