Skip to content

Commit be7130a

Browse files
authored
Merge branch 'main' into ltpa-advanced
2 parents 2709d6a + 4d6fadc commit be7130a

File tree

4 files changed

+5690
-3
lines changed

4 files changed

+5690
-3
lines changed

.one-pipeline-archive.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ setup:
2727
curl -X POST -H 'Content-type: application/json' --data '{"text":"The archive operation for '$REPO' has failed."}' $(get_env slack_web_hook_url) </dev/null
2828
curl -X POST -H 'Content-type: application/json' --data '{"text":"Failing pipeline: '$pipeline_url'"}' $(get_env slack_web_hook_url) </dev/null
2929
curl -X POST -H 'Content-type: application/json' --data '{"text":"Destination repository: '$ARCHIVE_DESTINATION_REPO'"}' $(get_env slack_web_hook_url) </dev/null
30+
exit 1
3031
else
3132
echo "${REPO} has been archived successfully to ${ARCHIVE_DESTINATION_REPO}"
3233
fi
@@ -123,4 +124,4 @@ release:
123124
script: |
124125
#!/usr/bin/env bash
125126
echo "Skipping release"
126-
exit 0
127+
exit 0

deploy/dashboards/metrics/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ The following dashboards are for use with Open Liberty using mpMetrics-1.x or mp
99
- Click the Create [+] icon > Click "Import" > Click "Upload .json file" > Upload.
1010

1111
### RHOCP and Grafana Operator with OLM
12-
1312
- The YAML dashboard file can be installed using the `oc apply` command in the project containing Grafana Operator.
1413
- Switch to the project containing Grafana Operator i.e. `oc project grafana`.
1514
- Navigate this repository to the YAML dashboard file that you wish to install and copy the URL generated by the "Raw" button as an argument to the `-f` flag. For example, for RHOCP and Grafana Operator 3.0.2 running Open Liberty mpMetrics-2.x, you can run:
@@ -18,4 +17,6 @@ The following dashboards are for use with Open Liberty using mpMetrics-1.x or mp
1817
```
1918
2019
### RHOCP and Grafana Operator without OLM
21-
- Users running Grafana Operator without OLM should refer to the installation steps and JSON dashboards provided for **OKD and Grafana**.
20+
- Download the JSON dashboard file that matches your mpMetrics version from the `RHOCP4.3-Grafana5.2` folder.
21+
- Open Grafana.
22+
- Click the Create [+] icon > Click "Import" > Click "Upload .json file" > Upload.

0 commit comments

Comments
 (0)