Skip to content

Commit

Permalink
Merge pull request #380 from emmurphy1/BXMSDOC-8648-main2
Browse files Browse the repository at this point in the history
BXMSDOC-8648 removed relevant references to OCP 3
  • Loading branch information
emmurphy1 authored Jan 10, 2023
2 parents 6968b61 + 30a43e0 commit 0f254cd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 14 deletions.
5 changes: 0 additions & 5 deletions assemblies/assembly-openshift-operator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ services, process applications,
endif::PAM[]
and other business assets. You can use OpenShift Operators to deploy the environment defined in a structured YAML file and to maintain and modify this environment as necessary.

[NOTE]
====
For instructions about deploying a {PRODUCT} environment on {OPENSHIFT} {OPENSHIFT_VERSION_SHORT_OLD} using templates, see {URL_DEPLOYING_ON_OPENSHIFT}#assembly-openshift-templates[_{DEPLOYING_OPENSHIFT_TEMPLATES}_].
====

.Prerequisites

* A {OPENSHIFT} {OPENSHIFT_VERSION_SHORT} environment is available. For the exact versions of {OPENSHIFT} that the current release supports, see
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,22 @@ oc get dc/myapp-postgresql -ojsonpath='{.spec.template.spec.containers[0].env[?(
oc get dc/myapp-postgresql -ojsonpath='{.spec.template.spec.containers[0].env[?(@.name=="POSTGRESQL_DATABASE")]}'.value
----
+
====
+

. To view the service names in the old deployment, run the following command:
+
----
oc get svc
----
+
Find the `postgresql` service that corresponds to the required {KIE_SERVER} instance.
+

. In a separate terminal window, start port forwarding from the local host to the `postgresql` service, using the name and port number displayed for the service, for example:
+
----
oc port-forward service/myapp-postgresql 5432:5432
----
+

. Create a dump of the database using the recorded user name and database name, for example:
+
[subs="attributes,verbatim,macros,specialchars,replacements"]
Expand Down Expand Up @@ -109,7 +108,7 @@ oc get dc/myapp-postgresql -ojsonpath='{.spec.template.spec.containers[0].env[?(
oc get dc/myapp-postgresql -ojsonpath='{.spec.template.spec.containers[0].env[?(@.name=="POSTGRESQL_DATABASE")]}'.value
----
====
+

. To view the service names in the new deployment, run the command:
+
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ifdef::PAM[]
+
[IMPORTANT]
====
In {PRODUCT} {ENTERPRISE_VERSION}, high-availability {CENTRAL} functionality deployment using the operator is for Technology Preview only. For more information about Red Hat Technology Preview features, see https://access.redhat.com/support/offerings/techpreview/[Technology Preview Features Support Scope]. For a fully supported high-availability deployment, use the high-availability authoring template on {OPENSHIFT} version 3.11. For instructions about deploying this template, see xref:assembly-openshift-templates[].
In {PRODUCT} {ENTERPRISE_VERSION}, high-availability {CENTRAL} functionality deployment using the operator is for Technology Preview only. For more information about Red Hat Technology Preview features, see https://access.redhat.com/support/offerings/techpreview/[Technology Preview Features Support Scope].
====
+
** `rhpam-production`: An environment for running existing services for staging and production purposes. This environment includes {CENTRAL} Monitoring, Smart Router, and two groups of {KIE_SERVER} pods. You can deploy and undeploy services on every such group and also scale the group up or down as necessary. Use {CENTRAL} Monitoring to deploy, run, and stop the services and to monitor their execution.
Expand Down
2 changes: 1 addition & 1 deletion titles-enterprise/bigbuild/title.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ include::assemblies/assembly-kie-apis.adoc[leveloffset=+1]

= Deploying {PRODUCT} on {OPENSHIFT}
include::assemblies/assembly-openshift-operator.adoc[leveloffset=+1]
include::assemblies/assembly-openshift-templates.adoc[leveloffset=+1]
//include::assemblies/assembly-openshift-templates.adoc[leveloffset=+1]
//include::assemblies/assembly-hacep.adoc[leveloffset=+1]

= Managing {PRODUCT} and {KIE_SERVER} settings
Expand Down
3 changes: 1 addition & 2 deletions titles-enterprise/deploying-on-openshift/title.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ include::_artifacts/snip-conscious-language.adoc[]

// Assembly includes
include::assemblies/assembly-openshift-operator.adoc[]
include::assemblies/assembly-openshift-templates.adoc[]
//include::assemblies/assembly-hacep.adoc[]



// Versioning info
Expand Down

0 comments on commit 0f254cd

Please sign in to comment.