summaryrefslogtreecommitdiffstats
path: root/DEPLOYMENT_TYPES.md
blob: 3e93f3fc871d7eeb1a57995ee284d96f2ffc44f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Deployment Types

This repository supports OpenShift Origin and OpenShift Container Platform.

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).

The table below outlines the defaults per `openshift_deployment_type`:

| openshift_deployment_type                                       | origin                                   | openshift-enterprise                   |
|-----------------------------------------------------------------|------------------------------------------|----------------------------------------|
| **openshift_service_type** (also used for package names)        | origin                                   | atomic-openshift                       |
| **openshift.common.config_base**                                | /etc/origin                              | /etc/origin                            |
| **openshift_data_dir**                                          | /var/lib/origin                          | /var/lib/origin                        |
| **openshift.master.registry_url oreg_url_node**                 | openshift/origin-${component}:${version} | openshift3/ose-${component}:${version} |
| **Image Streams**                                               | centos                                   | rhel                                   |