This repository has been archived by the owner on Dec 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 573
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding evaluation mode disclaimer and documentation
- Loading branch information
1 parent
a531789
commit b54715c
Showing
5 changed files
with
38 additions
and
2 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
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
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
- home | ||
- prerequisites | ||
- quickstart | ||
- evaluation-mode | ||
- recommended-reading | ||
|
||
- title: Architecture | ||
|
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
layout: docs | ||
title: Evaluation Mode | ||
permalink: /docs/evaluation-mode/ | ||
--- | ||
|
||
Evaluation mode is intended to be the quickest path to running the DevOps Platform, and is ideal for the following use cases: | ||
|
||
* Trialing the DevOps Platform and the tools within it | ||
* Proof of concepts/demos | ||
* Local development environment for the DevOps Platform | ||
|
||
It is not suitable for, nor intended to be used, in production as there are numerous operational items that need to be taken care of by the deployer: | ||
|
||
* Security | ||
* Quickstart uses Docker Machine to launch a VM that is public facing and leaves the Docker Engine port exposed | ||
* Backups | ||
* Data is stored directly on the host that is created which means that when it is terminated the data will be lost | ||
* Patching | ||
* Once the DevOps Platform has been deployed manual intervention will be required to apply patches | ||
|
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