From 4a5c1bdbe1198a88f96d04c00fee9e2cf2ec1a07 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Wed, 1 Mar 2023 11:23:32 +0100 Subject: [HOLMES] Remove AAF dependency and support SM Delete AAF and certificate entries and change Holmes interfaces to HTTP Add readiness checks for the postgres-init-job to avoid missing DB user Issue-ID: OOM-3101 Signed-off-by: Andreas Geissler Change-Id: Id15cfdbcd753d404ccae912dcd0d057f647917e7 --- .../components/holmes-rule-mgmt/resources/config/application.yaml | 5 ----- .../holmes/components/holmes-rule-mgmt/resources/config/rulemgt.yml | 4 +--- 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'kubernetes/holmes/components/holmes-rule-mgmt/resources') diff --git a/kubernetes/holmes/components/holmes-rule-mgmt/resources/config/application.yaml b/kubernetes/holmes/components/holmes-rule-mgmt/resources/config/application.yaml index 18cf3b4966..2ff0fa6d52 100644 --- a/kubernetes/holmes/components/holmes-rule-mgmt/resources/config/application.yaml +++ b/kubernetes/holmes/components/holmes-rule-mgmt/resources/config/application.yaml @@ -2,11 +2,6 @@ server: port: 9101 servlet: context-path: /api/holmes-rule-mgmt/v1 - ssl: - key-store: /opt/onap/conf/holmes.keystore - key-store-password: holmes - #PKCS12 - key-store-type: JKS logging: config: classpath:logback-spring.xml diff --git a/kubernetes/holmes/components/holmes-rule-mgmt/resources/config/rulemgt.yml b/kubernetes/holmes/components/holmes-rule-mgmt/resources/config/rulemgt.yml index 89269dede8..3b7218855a 100644 --- a/kubernetes/holmes/components/holmes-rule-mgmt/resources/config/rulemgt.yml +++ b/kubernetes/holmes/components/holmes-rule-mgmt/resources/config/rulemgt.yml @@ -13,10 +13,8 @@ server: applicationContextPath: / adminContextPath: /admin connector: - type: https + type: http port: 9101 - keyStorePath: /opt/onap/conf/holmes.keystore - keyStorePassword: holmes validateCerts: false validatePeers: false -- cgit 1.2.3-korg