Skip to content

Commit 2bdf2fb

Browse files
authored
Update README.md
1 parent f1b0d74 commit 2bdf2fb

File tree

1 file changed

+6
-31
lines changed

1 file changed

+6
-31
lines changed

README.md

+6-31
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project contains necessary artifacts for deploying queuemanager on Openshif
66

77
* [Introduction](#introduction)
88
* [Pre-requisites](#pre-requisites)
9-
* [Deploy Queuemanager](#deploy-queuemanager)
9+
* [Queuemanager Details](#queuemanager-details)
1010

1111
## Introduction
1212

@@ -39,37 +39,14 @@ This repo contains the below artifacts.
3939
- [IBM Catalog Operator](https://www.ibm.com/docs/en/app-connect/11.0.0?topic=iicia-enabling-operator-catalog-cloud-pak-foundational-services-operator)
4040
- [IBM Common Services](https://github.com/IBM/ibm-common-service-operator)
4141
- [IBM MQ Operator](https://www.ibm.com/docs/en/ibm-mq/9.2?topic=integration-using-mq-in-cloud-pak-openshift)
42-
- [Cloudnative toolkit](https://cloudnativetoolkit.dev/overview)
4342

44-
## Deploy Queuemanager
43+
## Queuemanager Details
4544

46-
- Clone the repository locally.
47-
```
48-
git clone https://github.com/cloud-native-toolkit/mq-infra.git
49-
cd mq-infra
50-
```
45+
- Intially, security is disabled.
46+
- To enable security, set `security` to true in `Values.yaml`.
47+
- To enable high availability, set `ha` to true in `Values.yaml`.
5148

52-
- Create a new project.
53-
54-
```
55-
oc sync dev
56-
```
57-
58-
- Run the pipeline.
59-
```
60-
oc pipeline --tekton
61-
```
62-
63-
- Enter git credentials.
64-
- Use down/up arrow and select `ibm-mq`.
65-
- Hit Enter to enable image scanning.
66-
- Open the url to see the pipeline running in the OpenShift Console.
67-
68-
- Verify that Pipeline Run completed successfully.
69-
70-
- To make sure the queuemanager is successfully deployed, run `oc get queuemanager`.
71-
72-
Note: This pipeline demonstrates how to add in the `mqsc` configuration files. Similarly, if you want to configure an `qm.ini`, please create a configMap for the same and inject it under `spec.queueManager` in the `qm-template.yaml` using the below snippet.
49+
Note: This project demonstrates how to add in the `mqsc` configuration files. Similarly, if you want to configure an `qm.ini`, please create a configMap for the same and inject it under `spec.queueManager` in the `qm-template.yaml` using the below snippet.
7350

7451
```yaml
7552
ini:
@@ -78,5 +55,3 @@ ini:
7855
items:
7956
- {{ .Values.ini.name }}
8057
```
81-
82-
webhook testing rosa cluster

0 commit comments

Comments
 (0)