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

Commit

Permalink
Improve health_check
Browse files Browse the repository at this point in the history
  • Loading branch information
VimukthiPerera authored and msmshariq committed Mar 7, 2019
1 parent 2214779 commit 7f3157c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 42 deletions.
16 changes: 0 additions & 16 deletions pattern-1/bosh-release/config/blobs.yml
Original file line number Diff line number Diff line change
@@ -1,16 +0,0 @@
jdbcdrivers/mssql-jdbc-7.0.0.jre8.jar:
size: 1166240
object_id: 9905b92d-cb2c-4af8-679f-fcef851b166d
sha: 7668e824248b69849d3eff2a7beada01f177a232
jdbcdrivers/mysql-connector-java-5.1.45-bin.jar:
size: 999810
object_id: 01282606-f1fc-47c6-6a35-ae79b7a91db0
sha: 6223be933fbc8d81f819aacad0ce09346d5911c4
openjdk/OpenJDK8U-jdk_x64_linux_hotspot_8u192b12.tar.gz:
size: 78343064
object_id: d03f78a4-88a6-4042-7762-67fcca075906
sha: cb98715582bd68170cf00f9c2801e7162c73c8f8
wso2is/wso2is-5.7.0.zip:
size: 446570330
object_id: 672cccda-b81d-4ea7-4928-d1f51c87f93a
sha: 9f74c105189a938840552e12c1d6e8d936f8fe42
7 changes: 4 additions & 3 deletions pattern-1/tile/tile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ forms:
label: Validation Query
- name: conf_reg_db_credentials
label: Configuration Registry DB Credentials
type: simple_credential
type: simple_credentials
- name: identity_db
label: Identity Datasource connection information
description: WSO2 Identity Server - Identity Datasource connection information
Expand All @@ -120,7 +120,7 @@ forms:
label: Validation Query
- name: identity_db_credentials
label: Identity DB Credentials
type: simple_credential
type: simple_credentials

packages:
- name: routing_release
Expand Down Expand Up @@ -155,7 +155,8 @@ packages:
from: nats
deployment: (( ..cf.deployment_name ))
- name: health_check
instances: wso2is
instances:
- wso2is
release: wso2is-release
colocated: true
post_deploy: true
Expand Down
20 changes: 0 additions & 20 deletions pattern-2/bosh-release/config/blobs.yml
Original file line number Diff line number Diff line change
@@ -1,20 +0,0 @@
jdbcdrivers/mssql-jdbc-7.0.0.jre8.jar:
size: 1166240
object_id: c2adb78e-160f-4c48-5590-75906120a551
sha: 7668e824248b69849d3eff2a7beada01f177a232
jdbcdrivers/mysql-connector-java-5.1.45-bin.jar:
size: 999810
object_id: d8d3e548-bbc0-493d-46a9-574ad93c4c80
sha: 6223be933fbc8d81f819aacad0ce09346d5911c4
openjdk/OpenJDK8U-jdk_x64_linux_hotspot_8u192b12.tar.gz:
size: 78343064
object_id: 503e4e5b-d7f1-423d-5aaf-f4a768aa8ffd
sha: cb98715582bd68170cf00f9c2801e7162c73c8f8
wso2is/wso2is-5.7.0.zip:
size: 446570330
object_id: 6bb4c499-adb6-4f4b-5304-0d4a81991984
sha: 9f74c105189a938840552e12c1d6e8d936f8fe42
wso2is_analytics/wso2is-analytics-5.7.0.zip:
size: 191810936
object_id: da1ba757-56b5-4c89-6ba2-5a0a75b47d1a
sha: 31890137be8243233bf0cd97a84084ef2123fd1d
8 changes: 5 additions & 3 deletions pattern-2/tile/tile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,13 @@ packages:
from: nats
deployment: (( ..cf.deployment_name ))
- name: health_check
instances: wso2is_analytics_dashboard
instances:
- wso2is_analytics_dashboard
release: wso2is-release
colocated: true
post_deploy: true
run_default: on
label: IS Health Check
label: IS Analytics Dashboard Health Check
description: Checks if Identity Server Analytics Dashboard is up and running
memory: 4096
ephemeral_disk: 4096
Expand Down Expand Up @@ -249,7 +250,8 @@ packages:
from: nats
deployment: (( ..cf.deployment_name ))
- name: health_check
instances: wso2is
instances:
- wso2is
release: wso2is-release
colocated: true
post_deploy: true
Expand Down

0 comments on commit 7f3157c

Please sign in to comment.