summaryrefslogtreecommitdiffstats
path: root/docs/core_concepts_guide.adoc
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-05-27 14:47:09 -0400
committerThomas Wiest <twiest@users.noreply.github.com>2015-05-27 14:47:09 -0400
commitf026ffd836e8a014d4cff370f695f35554f82528 (patch)
tree60bb24581934944e572cff2d20bb63ed3c0ee586 /docs/core_concepts_guide.adoc
parent81d9c0f86eae6feddec10620e11b1eda3ffe9b9b (diff)
parent8eee869d92056064ccbcac6bee0b553f37cd1ed1 (diff)
downloadopenshift-f026ffd836e8a014d4cff370f695f35554f82528.tar.gz
openshift-f026ffd836e8a014d4cff370f695f35554f82528.tar.bz2
openshift-f026ffd836e8a014d4cff370f695f35554f82528.tar.xz
openshift-f026ffd836e8a014d4cff370f695f35554f82528.zip
Merge pull request #251 from twiest/pr
Added 80 character SHOULD to style guide, added a better example for environment in core concepts, added ansible roles flat hierarchy to best practices
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`