diff options
author | krishnaa96 <krishna.moorthy6@wipro.com> | 2021-05-18 18:52:56 +0530 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-05-28 17:49:10 +0000 |
commit | 20552e7bebb63393f850886a1a8844c9c0bbe8cc (patch) | |
tree | 1b3f56a930f39a2888fd675cc0553a4f49705a20 /kubernetes/oof/components/oof-has/resources/config/healthcheck.json | |
parent | 544863d73ef1137faaf031513ac6868ebf101953 (diff) |
[OOF] Update HAS charts to use etcd
- Add etcd as a subchart
- Add configuration to switch between
etcd and music
- Remove onboard and healthcheck jobs
Issue-ID: OPTFRA-953
Signed-off-by: Krishna moorthy <krishna.moorthy6@wipro.com>
Change-Id: I44c8b60c3bdb0282329b6f87c5011093055ea91f
Diffstat (limited to 'kubernetes/oof/components/oof-has/resources/config/healthcheck.json')
-rwxr-xr-x | kubernetes/oof/components/oof-has/resources/config/healthcheck.json | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/kubernetes/oof/components/oof-has/resources/config/healthcheck.json b/kubernetes/oof/components/oof-has/resources/config/healthcheck.json deleted file mode 100755 index 833fa0f5d9..0000000000 --- a/kubernetes/oof/components/oof-has/resources/config/healthcheck.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "consistencyInfo": { - "type": "eventual" - }, - "values": { - "id": "healthcheck", - "created": 1479482603641, - "message": "", - "name": "foo", - "recommend_max": 1, - "solution": "{\"healthcheck\": \" healthcheck\"}", - "status": "solved", - "template": "{\"healthcheck\": \"healthcheck\"}", - "timeout": 3600, - "translation": "{\"healthcheck\": \" healthcheck\"}", - "updated": 1484324150629 - } -} |