Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BXMSDOC-8591-7.67.x: Sanity check for 7.13.0 #4336

Merged
merged 2 commits into from
Aug 4, 2022
Merged
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 _artifacts/document-attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

:REBUILT: Wednesday, July 20, 2022
:REBUILT: Thursday, Aug 4, 2022

:ENTERPRISE_VERSION: 7.13
:ENTERPRISE_VERSION_LONG: 7.13.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ifdef::context[:parent-context: {context}]
As a system administrator, you can install, configure, and upgrade {PRODUCT} for production environments, quickly and easily troubleshoot system failures, and ensure that systems are running optimally.

.Prerequisites
* {EAP_LONG} {EAP_VERSION} is installed. For more information, see https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.3/html-single/installation_guide/[_{EAP_LONG} {EAP_VERSION} Installation Guide_].
* {EAP_LONG} {EAP_VERSION} is installed. For more information, see https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/{EAP_VERSION}/html-single/installation_guide/[_{EAP_LONG} {EAP_VERSION} Installation Guide_].
* {PRODUCT} is installed. For more information, see {URL_INSTALLING_AND_CONFIGURING}#assembly-planning[_{PLANNING_INSTALL}_].
* {PRODUCT} is running and you can log in to {CENTRAL} with the `admin` role. For more information, see {URL_INSTALLING_AND_CONFIGURING}#assembly-planning[_{PLANNING_INSTALL}_].

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In some cases, custom routing functionality is required. You can create a custom

.Procedure

. Download the sample source of the router extention from the https://github.com/jboss-container-images/rhpam-7-openshift-image/tree/{ENTERPRISE_VERSION_LONG}/quickstarts/router-ext[GitHub repository].
. Download the sample source of the router extention from the https://github.com/jboss-container-images/rhpam-7-openshift-image/tree/{ENTERPRISE_VERSION}.x/quickstarts/router-ext[GitHub repository].
. Modify the sample source of the router extension as necessary. The existing code implements simple routing based on the version of the container.
. Build the source code with Maven:
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can configure this post-configuration script, or any other {EAP} post-config

.Procedure

. Download sample files from the https://github.com/jboss-container-images/rhpam-7-openshift-image/tree/{ENTERPRISE_VERSION_LONG}/quickstarts/post-configure-example[GitHub repository].
. Download sample files from the https://github.com/jboss-container-images/rhpam-7-openshift-image/tree/{ENTERPRISE_VERSION}.x/quickstarts/post-configure-example[GitHub repository].
. Prepare the following files based on the sample files:
** `postconfigure.sh`: The post-configuration shell script that {EAP} must run. In the example, this script uses the `add-users.cli` script to add Elytron users. If you want to complete post-configuration tasks outside of the CLI script, modify this script.
** `delayedpostconfigure.sh`: An empty file, required in {PRODUCT} version {ENTERPRISE_VERSION_LONG}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ endif::[]


.Procedure
. Generate an SSL keystore named `keystore.jks` with a private and public key for SSL encryption for {KIE_SERVER}. For more information on how to create a keystore with self-signed or purchased SSL certificates, see https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.1/html-single/Security_Guide/index.html#Generate_a_SSL_Encryption_Key_and_Certificate[Generate a SSL Encryption Key and Certificate].
. Generate an SSL keystore named `keystore.jks` with a private and public key for SSL encryption for {KIE_SERVER}. For more information about creating keystores and using certificates, see https://access.redhat.com/documentation/en-US/red_hat_jboss_enterprise_application_platform/{EAP_VERSION}/html-single/how_to_configure_server_security/[_How to Configure Server Security_].
+
[NOTE]
====
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $ oc edit cm/<CONFIGMAP_NAME>
====
The `oc` tool is similar to the `vim` text editing tool.
====
** To open a specific ConfigMap using the {OPENSHIFT} console, navigate to `kieconfigs-7.12.1` on the *ConfigMaps* page and edit it by opening it's YAML version.
** To open a specific ConfigMap using the {OPENSHIFT} console, navigate to `kieconfigs-{PRODUCT_VERSION_LONG}` on the *ConfigMaps* page and edit it by opening it's YAML version.

. To modify the YAML file, add `annotations` fields that contain your changes, for example:
+
Expand Down