From 97ffe8202483bc90b8f5c720056b8bac94e1a83f Mon Sep 17 00:00:00 2001 From: Gaurav Nelson <23069445+gaurav-nelson@users.noreply.github.com> Date: Tue, 29 Jul 2025 17:12:29 +1000 Subject: [PATCH] Fix Asciidoctor build warnings --- content/learn/vp_add_ops_to_pattern.adoc | 18 ++++++++++-------- .../amd-rag-chat-qna-getting-started.adoc | 4 ++-- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/content/learn/vp_add_ops_to_pattern.adoc b/content/learn/vp_add_ops_to_pattern.adoc index 5ce9af4a8..d63d48335 100644 --- a/content/learn/vp_add_ops_to_pattern.adoc +++ b/content/learn/vp_add_ops_to_pattern.adoc @@ -12,6 +12,8 @@ aliases: /ocp-framework/adding-operator-to-framework/ :_content-type: PROCEDURE include::modules/comm-attributes.adoc[] +== Adding Operators to the validated pattern framework + Subscriptions are defined in the values files and they are OpenShift Operator subscriptions from the Operator Hub. Subscriptions contribute to the creation of a software bill of materials (SBOM), detailing all intended installations within the ClusterGroup. For example in `values-hub.yaml`, the subscriptions defined in the subscriptions section specify Operators that are installed in the hub cluster when you deploy the validated pattern. This procedure describes how subscriptions to Operators are added to the validated pattern framework. @@ -19,20 +21,20 @@ This procedure describes how subscriptions to Operators are added to the validat .Procedure === 1. Identify required application services -* Decide the application services necessary to support the workload. +* Decide the application services necessary to support the workload. * These services are managed through Operators, which handle their lifecycle within OpenShift. === 2. Define Operators in the values file -* Use the validated pattern framework to specify required Operators in a values file (`values-.yaml`). +* Use the validated pattern framework to specify required Operators in a values file (`values-.yaml`). * This file should reflect the specific pattern and site type where the Operators will be deployed. === 3. Add subscription entries -* Define the required Operators by adding subscription entries in the `values-.yaml` file. +* Define the required Operators by adding subscription entries in the `values-.yaml` file. * Each entry should specify: - ** The Operator name - ** The namespace where it should be deployed - ** The subscription channel - ** The ClusterServiceVersion (CSV) + ** The Operator name + ** The namespace where it should be deployed + ** The subscription channel + ** The ClusterServiceVersion (CSV) .Example: Deploying Advanced Cluster Management, AMQ, and AMQ Streams @@ -64,4 +66,4 @@ subscriptions: csv: amq-broker-operator.v7.8.1-opr-3 ---- -The validated pattern framework provisions the required Operators and deploys them to the specified namespaces, ensuring they are available for workload deployment. +The validated pattern framework provisions the required Operators and deploys them to the specified namespaces, ensuring they are available for workload deployment. diff --git a/content/patterns/amd-rag-chat-qna/amd-rag-chat-qna-getting-started.adoc b/content/patterns/amd-rag-chat-qna/amd-rag-chat-qna-getting-started.adoc index b7de97d6a..a793f80c4 100644 --- a/content/patterns/amd-rag-chat-qna/amd-rag-chat-qna-getting-started.adoc +++ b/content/patterns/amd-rag-chat-qna/amd-rag-chat-qna-getting-started.adoc @@ -9,7 +9,7 @@ aliases: /amd-rag-chat-qna/amd-rag-chat-qna-getting-started/ include::modules/comm-attributes.adoc[] [id="deploying-amdqna-pattern"] -= Deploying the {amdqna-pattern} +== Deploying the {amdqna-pattern} === Prerequisites @@ -31,7 +31,7 @@ If you prefer to use tools provided with this project for preparation of the pre [NOTE] ==== -If you are familiar with the steps necessary for downloading the `Llama-3.1-8B-Instruct` model and copying to a Minio/S3 bucket, you can do so and proceed to <> afterward. OpenShift AI will be installed later during pattern execution. +If you are familiar with the steps necessary for downloading the `Llama-3.1-8B-Instruct` model and copying to a Minio/S3 bucket, you can do so and proceed to <> afterward. OpenShift AI will be installed later during pattern execution. If you prefer to run the provided notebooks in another environment, you can do so and skip to <> below for further instructions. OpenShift AI will be installed later during pattern execution. ====