Skip to content

Commit b2dfea7

Browse files
authored
Merge pull request #312 from markllama/rename
replace references to OSE and OpenShift Enterprise to OCP and OpenShi…
2 parents 41bce70 + 3d5a306 commit b2dfea7

11 files changed

Lines changed: 53 additions & 53 deletions

README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ running:
6060
. http://www.centos.org/[CentOS] 7.2 cloud image (we leverage cloud-init)
6161
loaded in Glance for OpenShift Origin Deployments.
6262
https://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
6464
unexpected issues during deployment (e.g. a custom firewall may block OpenShift
6565
inter-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
7474
OpenStack repositories must be enabled, along with several common
7575
repositories. These repositories must be available under the
7676
subscription 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
155155
cat << EOF > openshift_parameters.yaml
156156
parameters:
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

bastion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ description: >
77
88
parameters:
99

10-
# What version of OpenShift Enterprise to install
11-
# This value is used to select the RPM repo for the OSE release to install
12-
ose_version:
10+
# What version of OpenShift Container Platform to install
11+
# This value is used to select the RPM repo for the OCP release to install
12+
ocp_version:
1313
type: string
1414
description: >
15-
The version of OpenShift Enterprise to deploy
15+
The version of OpenShift Container Platform to deploy
1616
1717
key_name:
1818
description: >
@@ -287,7 +287,7 @@ resources:
287287
config:
288288
str_replace:
289289
params:
290-
$OSE_VERSION: {get_param: ose_version}
290+
$OCP_VERSION: {get_param: ocp_version}
291291
$RHN_USERNAME: {get_param: rhn_username}
292292
$RHN_PASSWORD: {get_param: rhn_password}
293293
$SAT6_HOSTNAME: {get_param: sat6_hostname}

fragments/rhn-register.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# SAT6_ORGANIZAION - An Organization string to aid grouping of hosts
1212
# SAT6_ACTIVATIONKEY - A string used to authorize the registration
1313
#
14-
# OSE_VERSION - the version of the OS repo to enable
15-
OSE_VERSION=${OSE_VERSION:-"3.2"}
14+
# OCP_VERSION - the version of the OS repo to enable
15+
OCP_VERSION=${OCP_VERSION:-"3.2"}
1616

1717
# Exit on command fail
1818
set -eu
@@ -82,7 +82,7 @@ retry subscription-manager repos \
8282
--enable="rhel-7-server-rpms" \
8383
--enable="rhel-7-server-extras-rpms" \
8484
--enable="rhel-7-server-optional-rpms" \
85-
--enable="rhel-7-server-ose-$OSE_VERSION-rpms"
85+
--enable="rhel-7-server-ose-$OCP_VERSION-rpms"
8686

8787
# Allow RPM integrity checking
8888
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release

infra.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ description: >
77
88
parameters:
99

10-
# What version of OpenShift Enterprise to install
11-
# This value is used to select the RPM repo for the OSE release to install
12-
ose_version:
10+
# What version of OpenShift Container Platform to install
11+
# This value is used to select the RPM repo for the OCP release to install
12+
ocp_version:
1313
type: string
1414
description: >
15-
The version of OpenShift Enterprise to deploy
15+
The version of OpenShift Container Platform to deploy
1616
1717
key_name:
1818
description: >
@@ -352,7 +352,7 @@ resources:
352352
config:
353353
str_replace:
354354
params:
355-
$OSE_VERSION: {get_param: ose_version}
355+
$OCP_VERSION: {get_param: ocp_version}
356356
$RHN_USERNAME: {get_param: rhn_username}
357357
$RHN_PASSWORD: {get_param: rhn_password}
358358
$SAT6_HOSTNAME: {get_param: sat6_hostname}

loadbalancer_dedicated.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ description: >
55
66
parameters:
77

8-
# What version of OpenShift Enterprise to install
9-
# This value is used to select the RPM repo for the OSE release to install
10-
ose_version:
8+
# What version of OpenShift Container Platform to install
9+
# This value is used to select the RPM repo for the OCP release to install
10+
ocp_version:
1111
type: string
1212
description: >
13-
The version of OpenShift Enterprise to deploy
13+
The version of OpenShift Container Platform to deploy
1414
1515
key_name:
1616
description: >
@@ -280,7 +280,7 @@ resources:
280280
config:
281281
str_replace:
282282
params:
283-
$OSE_VERSION: {get_param: ose_version}
283+
$OCP_VERSION: {get_param: ocp_version}
284284
$RHN_USERNAME: {get_param: rhn_username}
285285
$RHN_PASSWORD: {get_param: rhn_password}
286286
$SAT6_HOSTNAME: {get_param: sat6_hostname}

loadbalancer_external.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ description: >
66
77
parameters:
88

9-
# What version of OpenShift Enterprise to install
10-
# This value is used to select the RPM repo for the OSE release to install
11-
ose_version:
9+
# What version of OpenShift Container Platform to install
10+
# This value is used to select the RPM repo for the OCP release to install
11+
ocp_version:
1212
type: string
1313
description: >
14-
The version of OpenShift Enterprise to deploy
14+
The version of OpenShift Container Platform to deploy
1515
1616
key_name:
1717
description: >

loadbalancer_neutron.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ description: >
55
66
parameters:
77

8-
# What version of OpenShift Enterprise to install
9-
# This value is used to select the RPM repo for the OSE release to install
10-
ose_version:
8+
# What version of OpenShift Container Platform to install
9+
# This value is used to select the RPM repo for the OCP release to install
10+
ocp_version:
1111
type: string
1212
description: >
13-
The version of OpenShift Enterprise to deploy
13+
The version of OpenShift Container Platform to deploy
1414
1515
key_name:
1616
description: >

loadbalancer_none.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ description: >
55
66
parameters:
77

8-
# What version of OpenShift Enterprise to install
9-
# This value is used to select the RPM repo for the OSE release to install
10-
ose_version:
8+
# What version of OpenShift Container Platform to install
9+
# This value is used to select the RPM repo for the OCP release to install
10+
ocp_version:
1111
type: string
1212
description: >
13-
The version of OpenShift Enterprise to deploy
13+
The version of OpenShift Container Platform to deploy
1414
1515
key_name:
1616
description: >

master.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ description: >
77
88
parameters:
99

10-
# What version of OpenShift Enterprise to install
11-
# This value is used to select the RPM repo for the OSE release to install
12-
ose_version:
10+
# What version of OpenShift Container Platform to install
11+
# This value is used to select the RPM repo for the OCP release to install
12+
ocp_version:
1313
type: string
1414
description: >
15-
The version of OpenShift Enterprise to deploy
15+
The version of OpenShift Container Platform to deploy
1616
1717
key_name:
1818
description: >
@@ -344,7 +344,7 @@ resources:
344344
config:
345345
str_replace:
346346
params:
347-
$OSE_VERSION: {get_param: ose_version}
347+
$OCP_VERSION: {get_param: ocp_version}
348348
$RHN_USERNAME: {get_param: rhn_username}
349349
$RHN_PASSWORD: {get_param: rhn_password}
350350
$SAT6_HOSTNAME: {get_param: sat6_hostname}

node.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ description: >
77
88
parameters:
99

10-
# What version of OpenShift Enterprise to install
11-
# This value is used to select the RPM repo for the OSE release to install
12-
ose_version:
10+
# What version of OpenShift Container Platform to install
11+
# This value is used to select the RPM repo for the OCP release to install
12+
ocp_version:
1313
type: string
1414
description: >
15-
The version of OpenShift Enterprise to deploy
15+
The version of OpenShift Container Platform to deploy
1616
1717
key_name:
1818
description: >
@@ -446,7 +446,7 @@ resources:
446446
config:
447447
str_replace:
448448
params:
449-
$OSE_VERSION: {get_param: ose_version}
449+
$OCP_VERSION: {get_param: ocp_version}
450450
$RHN_USERNAME: {get_param: rhn_username}
451451
$RHN_PASSWORD: {get_param: rhn_password}
452452
$SAT6_HOSTNAME: {get_param: sat6_hostname}

0 commit comments

Comments
 (0)