summaryrefslogtreecommitdiffstats
path: root/docs/core_concepts_guide.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/core_concepts_guide.adoc')
-rw-r--r--docs/core_concepts_guide.adoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/core_concepts_guide.adoc b/docs/core_concepts_guide.adoc
index fa2421eec..38187c55e 100644
--- a/docs/core_concepts_guide.adoc
+++ b/docs/core_concepts_guide.adoc
@@ -4,7 +4,7 @@
The purpose of this guide is to describe core concepts used in this repository.
-It is important to note that this repository may not currently implement all of the concepts, but our intention is that it will.
+It is important to note that this repository may not currently implement all of the concepts, but the intention is that it will.
== Logical Grouping Concepts
The following are the concepts used to logically group OpenShift cluster instances.
@@ -35,7 +35,8 @@ Defined Cluster Group:
=== Environment
An environment is a logical grouping of one or more cluster groups. How the environment is defined is determined by the OpenShift administrators.
-Example: Extending the two examples above, Hosting Corp could provide both production and staging environments for it's customers. In this way, Acme Corp could push their code to the staging environment and test it out before pushing it to production.
+Example: Extending the two examples above, Hosting Corp is upgrading to the latest version of OpenShift. Before deploying it to their clusters in the Production environment, they want to test it out. So, Hosting Corp runs an Ansible playbook specifically against all of the cluster groups in the Staging environment in order to do the OpenShift upgrade.
+
Defined Environments:
`production`