diff --git a/assemblies/assembly-openshift-operator.adoc b/assemblies/assembly-openshift-operator.adoc index 3a5c266055..0ead201116 100644 --- a/assemblies/assembly-openshift-operator.adoc +++ b/assemblies/assembly-openshift-operator.adoc @@ -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 diff --git a/doc-content/enterprise-only/openshift/migration-ocp3-4-postgresql-proc.adoc b/doc-content/enterprise-only/openshift/migration-ocp3-4-postgresql-proc.adoc index 5a67e39f89..7a94f8e9bc 100644 --- a/doc-content/enterprise-only/openshift/migration-ocp3-4-postgresql-proc.adoc +++ b/doc-content/enterprise-only/openshift/migration-ocp3-4-postgresql-proc.adoc @@ -53,9 +53,8 @@ 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: + ---- @@ -63,13 +62,13 @@ 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"] @@ -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: + ---- diff --git a/doc-content/enterprise-only/openshift/operator-deploy-basic-proc.adoc b/doc-content/enterprise-only/openshift/operator-deploy-basic-proc.adoc index 682b4a465d..8bbdd89505 100644 --- a/doc-content/enterprise-only/openshift/operator-deploy-basic-proc.adoc +++ b/doc-content/enterprise-only/openshift/operator-deploy-basic-proc.adoc @@ -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. diff --git a/titles-enterprise/bigbuild/title.adoc b/titles-enterprise/bigbuild/title.adoc index f5f0be71da..e2db39c7ed 100644 --- a/titles-enterprise/bigbuild/title.adoc +++ b/titles-enterprise/bigbuild/title.adoc @@ -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 diff --git a/titles-enterprise/deploying-on-openshift/title.adoc b/titles-enterprise/deploying-on-openshift/title.adoc index 6e93384e9f..cfea874f33 100644 --- a/titles-enterprise/deploying-on-openshift/title.adoc +++ b/titles-enterprise/deploying-on-openshift/title.adoc @@ -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