forked from openshift/openshift-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update deployment_type documentation
- Loading branch information
1 parent
61d1a8c
commit 79456a7
Showing
5 changed files
with
24 additions
and
22 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 |
---|---|---|
@@ -1,22 +1,24 @@ | ||
#Deployment Types | ||
# Deployment Types | ||
|
||
This module supports OpenShift Origin and OpenShift Enterprise Each deployment | ||
type sets various defaults used throughout your environment. | ||
This repository supports OpenShift Origin and OpenShift Container Platform. | ||
|
||
The table below outlines the defaults per `deployment_type`. | ||
Various defaults used throughout the playbooks and roles in this repository are | ||
set based on the deployment type configuration (usually defined in an Ansible | ||
hosts file). | ||
|
||
| deployment_type | origin | enterprise (< 3.1) | openshift-enterprise (>= 3.1) | | ||
|-----------------------------------------------------------------|------------------------------------------|----------------------------------------|----------------------------------| | ||
| **openshift.common.service_type** (also used for package names) | origin | openshift | | | ||
| **openshift.common.config_base** | /etc/origin | /etc/openshift | /etc/origin | | ||
| **openshift.common.data_dir** | /var/lib/origin | /var/lib/openshift | /var/lib/origin | | ||
| **openshift.master.registry_url openshift.node.registry_url** | openshift/origin-${component}:${version} | openshift3/ose-${component}:${version} | aos3/aos-${component}:${version} | | ||
| **Image Streams** | centos | rhel + xpaas | rhel | | ||
The table below outlines the defaults per `openshift_deployment_type`: | ||
|
||
| openshift_deployment_type | origin | enterprise (< 3.1) | openshift-enterprise (>= 3.1) | | ||
|-----------------------------------------------------------------|------------------------------------------|----------------------------------------|----------------------------------------| | ||
| **openshift.common.service_type** (also used for package names) | origin | openshift | | | ||
| **openshift.common.config_base** | /etc/origin | /etc/openshift | /etc/origin | | ||
| **openshift.common.data_dir** | /var/lib/origin | /var/lib/openshift | /var/lib/origin | | ||
| **openshift.master.registry_url openshift.node.registry_url** | openshift/origin-${component}:${version} | openshift3/ose-${component}:${version} | openshift3/ose-${component}:${version} | | ||
| **Image Streams** | centos | rhel + xpaas | rhel | | ||
|
||
**NOTE** `enterprise` deployment 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. | ||
|
||
**NOTES**: | ||
|
||
- `enterprise` deployment type is used for OpenShift Enterprise version | ||
3.0.x. | ||
- `openshift-enterprise` deployment type is used for OpenShift Enterprise (and now OpenShift Container Platform) version 3.1 and later. |
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
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