Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Remove references to Openshift Enterprise #294

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion development_guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ toc::[]

== What is a Delivery Playbook?

A _delivery playbook_ is a guide for implementing DevOps technical practices and container automation approaches using Red Hat commercial open source products, including OpenShift Enterprise 3. Playbooks are intended to reflect real-world experience delivering solutions through these processes and technologies.
A _delivery playbook_ is a guide for implementing DevOps technical practices and container automation approaches using Red Hat commercial open source products, including OpenShift Container Platform 3. Playbooks are intended to reflect real-world experience delivering solutions through these processes and technologies.

== Delivery Playbook Components

Expand Down
6 changes: 3 additions & 3 deletions index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
= Red Hat Consulting DevOps and OpenShift Playbooks

Red Hat Consulting DevOps and OpenShift Playbooks are guides for implementing DevOps technical practices and container automation approaches using Red Hat commercial open source products, including OpenShift Enterprise 3. They are intended to reflect real-world experience delivering solutions through these processes and technologies.
Red Hat Consulting DevOps and OpenShift Playbooks are guides for implementing DevOps technical practices and container automation approaches using Red Hat commercial open source products, including OpenShift Container Platform 3. They are intended to reflect real-world experience delivering solutions through these processes and technologies.

== Playbook Directory

Expand All @@ -13,9 +13,9 @@ Current in-development playbooks include the following:
////
* link:playbooks/fundamentals[OpenShift & Container Fundamentals]
* link:playbooks/installation[Installing a Highly-Available OpenShift Cluster]
* link:playbooks/app_dev[OpenShift Enterprise 3 Application Development]
* link:playbooks/app_dev[OpenShift Container Platform 3 Application Development]
* link:playbooks/continuous_delivery[Container-Driven Continuous Delivery]
* link:playbooks/operationalizing[Operationalizing OpenShift Enterprise 3]
* link:playbooks/operationalizing[Operationalizing OpenShift Container Platform 3]
* link:playbooks/troubleshooting[Troubleshooting]
* link:playbooks/fundamentals/openshift_roles_responsibilities{outfilesuffix}[Guide: OpenShift & the Organization]
////
Expand Down
4 changes: 2 additions & 2 deletions playbooks/app_dev/index.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
---
= OpenShift Enterprise 3 Application Development
= OpenShift Container Platform 3 Application Development

The OpenShift Enterprise 3 Application Development playbook provides guidance on application development concerns in OSE 3, including containerized build and deployment processes.
The OpenShift Container Platform 3 Application Development playbook provides guidance on application development concerns in OSE 3, including containerized build and deployment processes.

Completed sections:

Expand Down
3 changes: 1 addition & 2 deletions playbooks/continuous_delivery/image_promotion.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
---
= OpenShift Enterprise 3 Image Promotion Strategies
= OpenShift Container Platform 3 Image Promotion Strategies
Andrew Block <[email protected]>
v1.0, 2015-10-05
:scripts_repo: https://github.com/rhtconsulting/rhc-ose
Expand Down Expand Up @@ -134,4 +134,3 @@ skopeo copy \
----

Skopeo also has the advantage of being able to work with many image and repository types, including OCI containers and connecting directly to a docker daemon.

6 changes: 3 additions & 3 deletions playbooks/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Current in-development playbooks include the following:

* link:/playbooks/fundamentals[OpenShift & Container Fundamentals]
* link:/playbooks/continuous_delivery[Container-Driven Continuous Delivery]
* link:/playbooks/installation[OpenShift Enterprise 3 SmartStart (Production-Ready Installation and Configuration)]
* link:/playbooks/app_dev[OpenShift Enterprise 3 Application Development]
* link:/playbooks/operationalizing[Operationalizing OpenShift Enterprise 3]
* link:/playbooks/installation[OpenShift Container Platform 3 SmartStart (Production-Ready Installation and Configuration)]
* link:/playbooks/app_dev[OpenShift Container Platform 3 Application Development]
* link:/playbooks/operationalizing[Operationalizing OpenShift Container Platform 3]
* link:/playbooks/troubleshooting[Troubleshooting]
6 changes: 3 additions & 3 deletions playbooks/operationalizing/index.adoc
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
---
= Operationalizing OpenShift Enterprise 3
= Operationalizing OpenShift Container Platform 3

The Operationalizing OpenShift Enterprise 3 playbook provides guidance on environment architecture concerns such as component placement and network topology and discusses related system integration issues.
The Operationalizing OpenShift Container Platform 3 playbook provides guidance on environment architecture concerns such as component placement and network topology and discusses related system integration issues.

* link:../installation/admin_overview{outfilesuffix}[Overview of OpenShift for Administrators]
* link:../installation/ldap_integration{outfilesuffix}[Integrating OpenShift with LDAP/Active Directory for Authentication]
* link:./architecture{outfilesuffix}[Architecture]
* link:./integration{outfilesuffix}[API Integration Guide]
* link:./cloudforms{outfilesuffix}[CloudForms Integration with OpenShift Enterprise v3]
* link:./cloudforms{outfilesuffix}[CloudForms Integration with OpenShift Container Platform 3]
** link:./cloudforms_networking{outfilesuffix}[Network Integration for OpenShift v3 and Red Hat CloudForms]
* link:./custom_role_creation{outfilesuffix}[Custom Role Creation]
* link:./expose_docker_registry{outfilesuffix}[Exposing & Securing the OpenShift Docker Registry]
Expand Down