Browse Source

Replace OpenShift Enterprise references with OpenShift Container Platform

Mark Chappell 6 years ago
parent
commit
63fcf72d6a

+ 1 - 1
README.md

@@ -153,7 +153,7 @@ created for you automatically.
 
 ## Complete Production Installation Documentation:
 
-- [OpenShift Enterprise](https://docs.openshift.com/enterprise/latest/install_config/install/advanced_install.html)
+- [OpenShift Container Platform](https://docs.openshift.com/container-platform/latest/install_config/install/advanced_install.html)
 - [OpenShift Origin](https://docs.okd.io/latest/install/index.html)
 
 ## Containerized OpenShift Ansible

+ 1 - 1
README_CONTAINERIZED_INSTALLATION.md

@@ -48,7 +48,7 @@ before attempting to pull any of the following images.
         docker.io/openshift/node (node + openshift-sdn + openvswitch rpm for client tools)
         docker.io/openshift/openvswitch (centos7 + openvswitch rpm, runs ovsdb ovsctl processes)
         registry.redhat.io/rhel7/etcd
-    OpenShift Enterprise
+    OpenShift Container Platform
         registry.access.redhat.com/openshift3/ose
         registry.access.redhat.com/openshift3/node
         registry.access.redhat.com/openshift3/openvswitch

+ 1 - 1
playbooks/adhoc/uninstall_docker.yml

@@ -1,4 +1,4 @@
-# This deletes *ALL* Origin and OpenShift Enterprise content installed by
+# This deletes *ALL* Origin and OpenShift Container Platform content installed by
 # ansible.  This includes:
 #
 #    configuration

+ 1 - 1
playbooks/adhoc/uninstall_openshift.yml

@@ -1,4 +1,4 @@
-# This deletes *ALL* Origin and OpenShift Enterprise content installed by
+# This deletes *ALL* Origin and OpenShift Container Platform content installed by
 # ansible.  This includes:
 #
 #    configuration

+ 1 - 1
roles/rhel_subscribe/README.md

@@ -24,6 +24,6 @@ Custom hostname for the Satellite server (optional).
 
 ### `openshift_release`
 
-Version for the OpenShift Enterprise repositories.
+Version for the OpenShift Container Platform repositories.
 
 Example: `3.6`