-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Christian Berendt <[email protected]>
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. |