Skip to content

Commit 64bbc91

Browse files
authored
Add Konflux status page urls to info.json (#8157)
This will enable the status page card in the Konflux landing page which provide users to a link to the Konflux status page for the specific cluster. Jira: PVO11Y-4872
1 parent 16a8fcc commit 64bbc91

File tree

11 files changed

+12
-1
lines changed

11 files changed

+12
-1
lines changed

components/konflux-info/production/kflux-ocp-p01/info.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@
5151
}
5252
}
5353
],
54+
"statusPageUrl": "https://grafana.app-sre.devshift.net/d/aes1ns0htwni8a/konflux-status-page?var-cluster=kflux-ocp-p01",
5455
"visibility": "private"
5556
}

components/konflux-info/production/kflux-osp-p01/info.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@
5050
"name": "konflux-contributor-user-actions"
5151
}
5252
}
53-
]
53+
],
54+
"statusPageUrl": "https://grafana.app-sre.devshift.net/d/aes1ns0htwni8a/konflux-status-page?var-cluster=kflux-osp-p01"
5455
}

components/konflux-info/production/kflux-prd-rh02/info.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@
5151
}
5252
}
5353
],
54+
"statusPageUrl": "https://grafana.app-sre.devshift.net/d/aes1ns0htwni8a/konflux-status-page?var-cluster=kflux-prd-rh02",
5455
"visibility": "public"
5556
}

components/konflux-info/production/kflux-prd-rh03/info.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@
5151
}
5252
}
5353
],
54+
"statusPageUrl": "https://grafana.app-sre.devshift.net/d/aes1ns0htwni8a/konflux-status-page?var-cluster=kflux-prd-rh03",
5455
"visibility": "public"
5556
}

components/konflux-info/production/kflux-rhel-p01/info.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@
5050
}
5151
}
5252
],
53+
"statusPageUrl": "https://grafana.app-sre.devshift.net/d/aes1ns0htwni8a/konflux-status-page?var-cluster=kflux-rhel-p01",
5354
"visibility": "private"
5455
}

components/konflux-info/production/pentest-p01/info.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@
5151
}
5252
}
5353
],
54+
"statusPageUrl": "https://grafana.app-sre.devshift.net/d/aes1ns0htwni8a/konflux-status-page?var-cluster=pentest-p01",
5455
"visibility": "public"
5556
}

components/konflux-info/production/stone-prd-rh01/info.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@
5151
}
5252
}
5353
],
54+
"statusPageUrl": "https://grafana.app-sre.devshift.net/d/aes1ns0htwni8a/konflux-status-page?var-cluster=stone-prd-rh01",
5455
"visibility": "public"
5556
}

components/konflux-info/production/stone-prod-p01/info.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@
5151
}
5252
}
5353
],
54+
"statusPageUrl": "https://grafana.app-sre.devshift.net/d/aes1ns0htwni8a/konflux-status-page?var-cluster=stone-prod-p01",
5455
"visibility": "private"
5556
}

components/konflux-info/production/stone-prod-p02/info.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@
5151
}
5252
}
5353
],
54+
"statusPageUrl": "https://grafana.app-sre.devshift.net/d/aes1ns0htwni8a/konflux-status-page?var-cluster=stone-prod-p02",
5455
"visibility": "private"
5556
}

components/konflux-info/staging/stone-stage-p01/info.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@
5151
}
5252
}
5353
],
54+
"statusPageUrl": "https://grafana.app-sre.devshift.net/d/aes1ns0htwni8a/konflux-status-page?var-cluster=stone-stage-p01",
5455
"visibility": "private"
5556
}

0 commit comments

Comments
 (0)