Skip to content

Commit 6eee6e5

Browse files
authored
Merge pull request #588 from gaurav-nelson/fix-asciidoctor-warnings
Fix Asciidoctor build warnings
2 parents 5312abb + 97ffe82 commit 6eee6e5

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

content/learn/vp_add_ops_to_pattern.adoc

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,29 @@ aliases: /ocp-framework/adding-operator-to-framework/
1212
:_content-type: PROCEDURE
1313
include::modules/comm-attributes.adoc[]
1414

15+
== Adding Operators to the validated pattern framework
16+
1517
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.
1618

1719
This procedure describes how subscriptions to Operators are added to the validated pattern framework.
1820

1921
.Procedure
2022

2123
=== 1. Identify required application services
22-
* Decide the application services necessary to support the workload.
24+
* Decide the application services necessary to support the workload.
2325
* These services are managed through Operators, which handle their lifecycle within OpenShift.
2426

2527
=== 2. Define Operators in the values file
26-
* Use the validated pattern framework to specify required Operators in a values file (`values-<site>.yaml`).
28+
* Use the validated pattern framework to specify required Operators in a values file (`values-<site>.yaml`).
2729
* This file should reflect the specific pattern and site type where the Operators will be deployed.
2830

2931
=== 3. Add subscription entries
30-
* Define the required Operators by adding subscription entries in the `values-<site>.yaml` file.
32+
* Define the required Operators by adding subscription entries in the `values-<site>.yaml` file.
3133
* Each entry should specify:
32-
** The Operator name
33-
** The namespace where it should be deployed
34-
** The subscription channel
35-
** The ClusterServiceVersion (CSV)
34+
** The Operator name
35+
** The namespace where it should be deployed
36+
** The subscription channel
37+
** The ClusterServiceVersion (CSV)
3638

3739
.Example: Deploying Advanced Cluster Management, AMQ, and AMQ Streams
3840

@@ -64,4 +66,4 @@ subscriptions:
6466
csv: amq-broker-operator.v7.8.1-opr-3
6567
----
6668

67-
The validated pattern framework provisions the required Operators and deploys them to the specified namespaces, ensuring they are available for workload deployment.
69+
The validated pattern framework provisions the required Operators and deploys them to the specified namespaces, ensuring they are available for workload deployment.

content/patterns/amd-rag-chat-qna/amd-rag-chat-qna-getting-started.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aliases: /amd-rag-chat-qna/amd-rag-chat-qna-getting-started/
99
include::modules/comm-attributes.adoc[]
1010

1111
[id="deploying-amdqna-pattern"]
12-
= Deploying the {amdqna-pattern}
12+
== Deploying the {amdqna-pattern}
1313

1414
=== Prerequisites
1515

@@ -31,7 +31,7 @@ If you prefer to use tools provided with this project for preparation of the pre
3131

3232
[NOTE]
3333
====
34-
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 <<deploy_model, Deploy model via Red Hat OpenShift AI [[deploy_model]]>> afterward. OpenShift AI will be installed later during pattern execution.
34+
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 <<deploy_model, Deploy model via Red Hat OpenShift AI>> afterward. OpenShift AI will be installed later during pattern execution.
3535
3636
If you prefer to run the provided notebooks in another environment, you can do so and skip to <<clone_pattern_code,Clone code repository>> below for further instructions. OpenShift AI will be installed later during pattern execution.
3737
====

0 commit comments

Comments
 (0)