[HOLMES] Migrate Holmes from Cloudify to Helm 95/117395/42
authorGuangrongFu <fu.guangrong@zte.com.cn>
Wed, 3 Feb 2021 09:29:08 +0000 (17:29 +0800)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 26 Mar 2021 21:15:18 +0000 (21:15 +0000)
commitcc1316b588f2f8cd80544141abb38615990a04bb
treec8da0f231096a2c96541e3f604fbbedcc5b75eba
parent75a52ff6aa54884e3b79e538c77d64caacdce6ba
[HOLMES] Migrate Holmes from Cloudify to Helm

Instead of using cloudify, use helm directly in order to deploy the
charts.

Change-Id: I6c97862898ab34b63a15b942b1396c0d19179e46
Issue-ID: HOLMES-396
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
[Adding AAF part and change nodeports]
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
49 files changed:
kubernetes/aaf/components/aaf-cass/resources/cass-init-dats/artifact.dat
kubernetes/aaf/components/aaf-cass/resources/cass-init-dats/cred.dat
kubernetes/aaf/components/aaf-cass/resources/cass-init-dats/ns.dat
kubernetes/aaf/components/aaf-cass/resources/cass-init-dats/perm.dat
kubernetes/aaf/components/aaf-cass/resources/cass-init-dats/role.dat
kubernetes/aaf/components/aaf-cass/resources/cass-init-dats/user_role.dat
kubernetes/aaf/resources/data/identities.dat
kubernetes/holmes/.helmignore [new file with mode: 0644]
kubernetes/holmes/Chart.yaml [new file with mode: 0644]
kubernetes/holmes/Makefile [new file with mode: 0644]
kubernetes/holmes/components/Makefile [new file with mode: 0644]
kubernetes/holmes/components/holmes-engine-mgmt/.helmignore [new file with mode: 0644]
kubernetes/holmes/components/holmes-engine-mgmt/Chart.yaml [new file with mode: 0644]
kubernetes/holmes/components/holmes-engine-mgmt/requirements.yaml [new file with mode: 0644]
kubernetes/holmes/components/holmes-engine-mgmt/resources/config/cfy.json [new file with mode: 0644]
kubernetes/holmes/components/holmes-engine-mgmt/resources/config/engine-d.yml [new file with mode: 0644]
kubernetes/holmes/components/holmes-engine-mgmt/resources/config/onap-holmes_engine-createobj.sql [new file with mode: 0644]
kubernetes/holmes/components/holmes-engine-mgmt/templates/configmap.yaml [new file with mode: 0644]
kubernetes/holmes/components/holmes-engine-mgmt/templates/deployment.yaml [new file with mode: 0644]
kubernetes/holmes/components/holmes-engine-mgmt/templates/secret.yaml [new file with mode: 0644]
kubernetes/holmes/components/holmes-engine-mgmt/templates/service.yaml [new file with mode: 0644]
kubernetes/holmes/components/holmes-engine-mgmt/values.yaml [new file with mode: 0644]
kubernetes/holmes/components/holmes-rule-mgmt/.helmignore [new file with mode: 0644]
kubernetes/holmes/components/holmes-rule-mgmt/Chart.yaml [new file with mode: 0644]
kubernetes/holmes/components/holmes-rule-mgmt/requirements.yaml [new file with mode: 0644]
kubernetes/holmes/components/holmes-rule-mgmt/resources/config/cfy.json [new file with mode: 0644]
kubernetes/holmes/components/holmes-rule-mgmt/resources/config/onap-holmes_rulemgt-createobj.sql [new file with mode: 0644]
kubernetes/holmes/components/holmes-rule-mgmt/resources/config/rulemgt.yml [new file with mode: 0644]
kubernetes/holmes/components/holmes-rule-mgmt/templates/configmap.yaml [new file with mode: 0644]
kubernetes/holmes/components/holmes-rule-mgmt/templates/deployment.yaml [new file with mode: 0644]
kubernetes/holmes/components/holmes-rule-mgmt/templates/secret.yaml [new file with mode: 0644]
kubernetes/holmes/components/holmes-rule-mgmt/templates/service.yaml [new file with mode: 0644]
kubernetes/holmes/components/holmes-rule-mgmt/values.yaml [new file with mode: 0644]
kubernetes/holmes/requirements.yaml [new file with mode: 0644]
kubernetes/holmes/templates/secrets.yaml [new file with mode: 0644]
kubernetes/holmes/values.yaml [new file with mode: 0644]
kubernetes/onap/requirements.yaml
kubernetes/onap/resources/environments/core-onap.yaml
kubernetes/onap/resources/environments/dev.yaml
kubernetes/onap/resources/environments/disable-allcharts.yaml
kubernetes/onap/resources/environments/minimal-onap.yaml
kubernetes/onap/resources/environments/public-cloud.yaml
kubernetes/onap/resources/overrides/environment.yaml
kubernetes/onap/resources/overrides/onap-5g-network-slicing.yaml
kubernetes/onap/resources/overrides/onap-all-ingress-nginx-vhost.yaml
kubernetes/onap/resources/overrides/onap-all.yaml
kubernetes/onap/resources/overrides/onap-vfw.yaml
kubernetes/onap/resources/overrides/sm-onap.yaml
kubernetes/onap/values.yaml