Skip to content

Commit

Permalink
Add required knowledge
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Jun 18, 2024
1 parent fc69147 commit 71ea8f9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,23 @@ The documentation is organised into guides:
It is an extension of the Operations Guide.
* The [User Guide](./guides/user-guide/) is intended for users of the individual components. It contains
best practices, as well as other information.

## Required knowledge

OSISM is a life cycle management framework for managing complex modules such as Ceph,
OpenStack or Kubernetes. We try to make deployment, upgrade, day2 operations etc. as
easy as possible for everyone to use. However, knowledge is still required that we do
not cover in our documentation. Wherever possible, we try to refer to existing documentation
from e.g. Ansible or Docker.

If you are not sure whether you already have the required knowledge, need support in
gaining the knowledge or would like a guided introduction, you are welcome to contact
us at [[email protected]](mailto:[email protected]). We are happy to help.

* We assume that the reader is well familiar with Linux (LPIC2 level).
* We assume that the reader has understood the basic concepts of Ansible
and can use Ansible in a basic way.
* We assume that the reader has understood the basic concepts of Docker
and can use Docker in a basic way.
* We assume that the reader has understood the basic concepts of Kubernetes
and can use Kubernetes in a basic way.

0 comments on commit 71ea8f9

Please sign in to comment.