@@ -60,7 +60,7 @@ running:
6060. http://www.centos.org/[CentOS] 7.2 cloud image (we leverage cloud-init)
6161loaded in Glance for OpenShift Origin Deployments.
6262https://access.redhat.com/downloads[RHEL]_ 7.2 cloud image if doing Atomic
63- Enterprise or OpenShift Enterprise . Make sure to use official images to avoid
63+ Enterprise or OpenShift Container Platform . Make sure to use official images to avoid
6464unexpected issues during deployment (e.g. a custom firewall may block OpenShift
6565inter-node communication).
6666. An SSH keypair loaded into Nova
@@ -70,7 +70,7 @@ CentOS and RHEL are the only tested distros for now.
7070
7171=== Red Hat Software Repositories
7272
73- When installing OpenShift Enterprise on RHEL the OpenShift and
73+ When installing OpenShift Container Platform on RHEL the OpenShift and
7474OpenStack repositories must be enabled, along with several common
7575repositories. These repositories must be available under the
7676subscription account used for installation.
@@ -138,7 +138,7 @@ two environment files are provided as examples.
138138* ``env_origin.yaml`` is an example of the variables to deploy an OpenShift
139139 Origin 3 environment.
140140* ``env_aop.yaml`` is an example of the variables to deploy an Atomic
141- Enterprise or OpenShift Enterprise 3 environment. Note deployment type
141+ Enterprise or OpenShift Container Platform 3 environment. Note deployment type
142142 should be *openshift-enterprise* for OpenShift or *atomic-enterprise*
143143 for Atomic Enterprise. Also, a valid RHN subscription is required
144144 for deployment.
@@ -154,7 +154,7 @@ this is how you deploy OpenShift Origin:
154154```yaml
155155cat << EOF > openshift_parameters.yaml
156156parameters:
157- # Use OpenShift Origin (vs OpenShift Enterprise )
157+ # Use OpenShift Origin (vs OpenShift Container Platform )
158158 deployment_type: origin
159159
160160 # set SSH access to VMs
0 commit comments