summaryrefslogtreecommitdiffstats
path: root/DEPLOYMENT_TYPES.md
diff options
context:
space:
mode:
authorAvesh Agarwal <avagarwa@redhat.com>2015-06-19 14:41:10 -0400
committerScott Dodson <sdodson@redhat.com>2015-08-26 13:22:42 -0400
commit1b3fff6248fbd6788a26ee2b6c60f7731891c0f4 (patch)
tree6e2fc801a4366bf7e8075882e90f8383a638fb74 /DEPLOYMENT_TYPES.md
parent2595194cc34db43de2d9f139ff7ed1cd41c47ab1 (diff)
downloadopenshift-1b3fff6248fbd6788a26ee2b6c60f7731891c0f4.tar.gz
openshift-1b3fff6248fbd6788a26ee2b6c60f7731891c0f4.tar.bz2
openshift-1b3fff6248fbd6788a26ee2b6c60f7731891c0f4.tar.xz
openshift-1b3fff6248fbd6788a26ee2b6c60f7731891c0f4.zip
Atomic Enterprise related changes.
Diffstat (limited to 'DEPLOYMENT_TYPES.md')
-rw-r--r--DEPLOYMENT_TYPES.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/DEPLOYMENT_TYPES.md b/DEPLOYMENT_TYPES.md
new file mode 100644
index 000000000..1f64e223a
--- /dev/null
+++ b/DEPLOYMENT_TYPES.md
@@ -0,0 +1,23 @@
+#Deployment Types
+
+This module supports OpenShift Origin, OpenShift Enterprise, and Atomic
+Enterprise Platform. Each deployment type sets various defaults used throughout
+your environment.
+
+The table below outlines the defaults per `deployment_type`.
+
+| deployment_type | origin | enterprise (< 3.1) | atomic-enterprise | openshift-enterprise (>= 3.1) |
+|-----------------------------------------------------------------|------------------------------------------|----------------------------------------|----------------------------------|----------------------------------|
+| **openshift.common.service_type** (also used for package names) | origin | openshift | atomic-openshift | |
+| **openshift.common.config_base** | /etc/origin | /etc/openshift | /etc/origin | /etc/origin |
+| **openshift.common.data_dir** | /var/lib/origin | /var/lib/openshift | /var/lib/origin | /var/lib/origin |
+| **openshift.master.registry_url openshift.node.registry_url** | openshift/origin-${component}:${version} | openshift3/ose-${component}:${version} | aos3/aos-${component}:${version} | aos3/aos-${component}:${version} |
+| **Image Streams** | centos | rhel + xpaas | N/A | rhel |
+
+
+**NOTE** `enterprise` deloyment type is used for OpenShift Enterprise version
+3.0.x OpenShift Enterprise deployments utilizing version 3.1 and later will
+make use of the new `openshift-enterprise` deployment type. Additional work to
+migrate between the two will be forthcoming.
+
+