Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

Commit 7f3157c

Browse files
VimukthiPereramsmshariq
authored andcommitted
Improve health_check
1 parent 2214779 commit 7f3157c

File tree

4 files changed

+9
-42
lines changed

4 files changed

+9
-42
lines changed
Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +0,0 @@
1-
jdbcdrivers/mssql-jdbc-7.0.0.jre8.jar:
2-
size: 1166240
3-
object_id: 9905b92d-cb2c-4af8-679f-fcef851b166d
4-
sha: 7668e824248b69849d3eff2a7beada01f177a232
5-
jdbcdrivers/mysql-connector-java-5.1.45-bin.jar:
6-
size: 999810
7-
object_id: 01282606-f1fc-47c6-6a35-ae79b7a91db0
8-
sha: 6223be933fbc8d81f819aacad0ce09346d5911c4
9-
openjdk/OpenJDK8U-jdk_x64_linux_hotspot_8u192b12.tar.gz:
10-
size: 78343064
11-
object_id: d03f78a4-88a6-4042-7762-67fcca075906
12-
sha: cb98715582bd68170cf00f9c2801e7162c73c8f8
13-
wso2is/wso2is-5.7.0.zip:
14-
size: 446570330
15-
object_id: 672cccda-b81d-4ea7-4928-d1f51c87f93a
16-
sha: 9f74c105189a938840552e12c1d6e8d936f8fe42

pattern-1/tile/tile.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ forms:
9898
label: Validation Query
9999
- name: conf_reg_db_credentials
100100
label: Configuration Registry DB Credentials
101-
type: simple_credential
101+
type: simple_credentials
102102
- name: identity_db
103103
label: Identity Datasource connection information
104104
description: WSO2 Identity Server - Identity Datasource connection information
@@ -120,7 +120,7 @@ forms:
120120
label: Validation Query
121121
- name: identity_db_credentials
122122
label: Identity DB Credentials
123-
type: simple_credential
123+
type: simple_credentials
124124

125125
packages:
126126
- name: routing_release
@@ -155,7 +155,8 @@ packages:
155155
from: nats
156156
deployment: (( ..cf.deployment_name ))
157157
- name: health_check
158-
instances: wso2is
158+
instances:
159+
- wso2is
159160
release: wso2is-release
160161
colocated: true
161162
post_deploy: true
Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +0,0 @@
1-
jdbcdrivers/mssql-jdbc-7.0.0.jre8.jar:
2-
size: 1166240
3-
object_id: c2adb78e-160f-4c48-5590-75906120a551
4-
sha: 7668e824248b69849d3eff2a7beada01f177a232
5-
jdbcdrivers/mysql-connector-java-5.1.45-bin.jar:
6-
size: 999810
7-
object_id: d8d3e548-bbc0-493d-46a9-574ad93c4c80
8-
sha: 6223be933fbc8d81f819aacad0ce09346d5911c4
9-
openjdk/OpenJDK8U-jdk_x64_linux_hotspot_8u192b12.tar.gz:
10-
size: 78343064
11-
object_id: 503e4e5b-d7f1-423d-5aaf-f4a768aa8ffd
12-
sha: cb98715582bd68170cf00f9c2801e7162c73c8f8
13-
wso2is/wso2is-5.7.0.zip:
14-
size: 446570330
15-
object_id: 6bb4c499-adb6-4f4b-5304-0d4a81991984
16-
sha: 9f74c105189a938840552e12c1d6e8d936f8fe42
17-
wso2is_analytics/wso2is-analytics-5.7.0.zip:
18-
size: 191810936
19-
object_id: da1ba757-56b5-4c89-6ba2-5a0a75b47d1a
20-
sha: 31890137be8243233bf0cd97a84084ef2123fd1d

pattern-2/tile/tile.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,13 @@ packages:
201201
from: nats
202202
deployment: (( ..cf.deployment_name ))
203203
- name: health_check
204-
instances: wso2is_analytics_dashboard
204+
instances:
205+
- wso2is_analytics_dashboard
205206
release: wso2is-release
206207
colocated: true
207208
post_deploy: true
208209
run_default: on
209-
label: IS Health Check
210+
label: IS Analytics Dashboard Health Check
210211
description: Checks if Identity Server Analytics Dashboard is up and running
211212
memory: 4096
212213
ephemeral_disk: 4096
@@ -249,7 +250,8 @@ packages:
249250
from: nats
250251
deployment: (( ..cf.deployment_name ))
251252
- name: health_check
252-
instances: wso2is
253+
instances:
254+
- wso2is
253255
release: wso2is-release
254256
colocated: true
255257
post_deploy: true

0 commit comments

Comments
 (0)