From: Jimmy Forsyth Date: Mon, 5 Aug 2019 16:01:16 +0000 (-0400) Subject: Disable non-workflow mS in helm charts X-Git-Tag: 5.0.1-ONAP~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F92709%2F1;p=aai%2Foom.git Disable non-workflow mS in helm charts Issue-ID: AAI-2558 Signed-off-by: Jimmy Forsyth Change-Id: I06b4049b2e5c0bae734b4619abd6298a99ae2a11 --- diff --git a/.helmignore b/.helmignore index daebc7d..30edda7 100644 --- a/.helmignore +++ b/.helmignore @@ -10,6 +10,7 @@ .hg/ .hgignore .svn/ +components/ # Common backup files *.swp *.bak diff --git a/charts/aai-babel/.helmignore b/components/aai-babel/.helmignore similarity index 100% rename from charts/aai-babel/.helmignore rename to components/aai-babel/.helmignore diff --git a/charts/aai-babel/Chart.yaml b/components/aai-babel/Chart.yaml similarity index 100% rename from charts/aai-babel/Chart.yaml rename to components/aai-babel/Chart.yaml diff --git a/charts/aai-babel/requirements.yaml b/components/aai-babel/requirements.yaml similarity index 100% rename from charts/aai-babel/requirements.yaml rename to components/aai-babel/requirements.yaml diff --git a/charts/aai-babel/resources/config/artifact-generator.properties b/components/aai-babel/resources/config/artifact-generator.properties similarity index 100% rename from charts/aai-babel/resources/config/artifact-generator.properties rename to components/aai-babel/resources/config/artifact-generator.properties diff --git a/charts/aai-babel/resources/config/auth/auth_policy.json b/components/aai-babel/resources/config/auth/auth_policy.json similarity index 100% rename from charts/aai-babel/resources/config/auth/auth_policy.json rename to components/aai-babel/resources/config/auth/auth_policy.json diff --git a/charts/aai-babel/resources/config/auth/tomcat_keystore b/components/aai-babel/resources/config/auth/tomcat_keystore similarity index 100% rename from charts/aai-babel/resources/config/auth/tomcat_keystore rename to components/aai-babel/resources/config/auth/tomcat_keystore diff --git a/charts/aai-babel/resources/config/babel-auth.properties b/components/aai-babel/resources/config/babel-auth.properties similarity index 100% rename from charts/aai-babel/resources/config/babel-auth.properties rename to components/aai-babel/resources/config/babel-auth.properties diff --git a/charts/aai-babel/resources/config/logback.xml b/components/aai-babel/resources/config/logback.xml similarity index 100% rename from charts/aai-babel/resources/config/logback.xml rename to components/aai-babel/resources/config/logback.xml diff --git a/charts/aai-babel/resources/config/tosca-mappings.json b/components/aai-babel/resources/config/tosca-mappings.json similarity index 100% rename from charts/aai-babel/resources/config/tosca-mappings.json rename to components/aai-babel/resources/config/tosca-mappings.json diff --git a/charts/aai-babel/resources/fproxy/config/auth/client-cert.p12 b/components/aai-babel/resources/fproxy/config/auth/client-cert.p12 similarity index 100% rename from charts/aai-babel/resources/fproxy/config/auth/client-cert.p12 rename to components/aai-babel/resources/fproxy/config/auth/client-cert.p12 diff --git a/charts/aai-babel/resources/fproxy/config/auth/tomcat_keystore b/components/aai-babel/resources/fproxy/config/auth/tomcat_keystore similarity index 100% rename from charts/aai-babel/resources/fproxy/config/auth/tomcat_keystore rename to components/aai-babel/resources/fproxy/config/auth/tomcat_keystore diff --git a/charts/aai-babel/resources/fproxy/config/fproxy.properties b/components/aai-babel/resources/fproxy/config/fproxy.properties similarity index 100% rename from charts/aai-babel/resources/fproxy/config/fproxy.properties rename to components/aai-babel/resources/fproxy/config/fproxy.properties diff --git a/charts/aai-babel/resources/fproxy/config/logback-spring.xml b/components/aai-babel/resources/fproxy/config/logback-spring.xml similarity index 100% rename from charts/aai-babel/resources/fproxy/config/logback-spring.xml rename to components/aai-babel/resources/fproxy/config/logback-spring.xml diff --git a/charts/aai-babel/resources/fproxy/config/readme.txt b/components/aai-babel/resources/fproxy/config/readme.txt similarity index 100% rename from charts/aai-babel/resources/fproxy/config/readme.txt rename to components/aai-babel/resources/fproxy/config/readme.txt diff --git a/charts/aai-babel/resources/rproxy/config/auth/client-cert.p12 b/components/aai-babel/resources/rproxy/config/auth/client-cert.p12 similarity index 100% rename from charts/aai-babel/resources/rproxy/config/auth/client-cert.p12 rename to components/aai-babel/resources/rproxy/config/auth/client-cert.p12 diff --git a/charts/aai-babel/resources/rproxy/config/auth/tomcat_keystore b/components/aai-babel/resources/rproxy/config/auth/tomcat_keystore similarity index 100% rename from charts/aai-babel/resources/rproxy/config/auth/tomcat_keystore rename to components/aai-babel/resources/rproxy/config/auth/tomcat_keystore diff --git a/charts/aai-babel/resources/rproxy/config/auth/uri-authorization.json b/components/aai-babel/resources/rproxy/config/auth/uri-authorization.json similarity index 100% rename from charts/aai-babel/resources/rproxy/config/auth/uri-authorization.json rename to components/aai-babel/resources/rproxy/config/auth/uri-authorization.json diff --git a/charts/aai-babel/resources/rproxy/config/cadi.properties b/components/aai-babel/resources/rproxy/config/cadi.properties similarity index 100% rename from charts/aai-babel/resources/rproxy/config/cadi.properties rename to components/aai-babel/resources/rproxy/config/cadi.properties diff --git a/charts/aai-babel/resources/rproxy/config/forward-proxy.properties b/components/aai-babel/resources/rproxy/config/forward-proxy.properties similarity index 100% rename from charts/aai-babel/resources/rproxy/config/forward-proxy.properties rename to components/aai-babel/resources/rproxy/config/forward-proxy.properties diff --git a/charts/aai-babel/resources/rproxy/config/logback-spring.xml b/components/aai-babel/resources/rproxy/config/logback-spring.xml similarity index 100% rename from charts/aai-babel/resources/rproxy/config/logback-spring.xml rename to components/aai-babel/resources/rproxy/config/logback-spring.xml diff --git a/charts/aai-babel/resources/rproxy/config/primary-service.properties b/components/aai-babel/resources/rproxy/config/primary-service.properties similarity index 100% rename from charts/aai-babel/resources/rproxy/config/primary-service.properties rename to components/aai-babel/resources/rproxy/config/primary-service.properties diff --git a/charts/aai-babel/resources/rproxy/config/readme.txt b/components/aai-babel/resources/rproxy/config/readme.txt similarity index 100% rename from charts/aai-babel/resources/rproxy/config/readme.txt rename to components/aai-babel/resources/rproxy/config/readme.txt diff --git a/charts/aai-babel/resources/rproxy/config/reverse-proxy.properties b/components/aai-babel/resources/rproxy/config/reverse-proxy.properties similarity index 100% rename from charts/aai-babel/resources/rproxy/config/reverse-proxy.properties rename to components/aai-babel/resources/rproxy/config/reverse-proxy.properties diff --git a/charts/aai-babel/resources/rproxy/config/security/keyfile b/components/aai-babel/resources/rproxy/config/security/keyfile similarity index 100% rename from charts/aai-babel/resources/rproxy/config/security/keyfile rename to components/aai-babel/resources/rproxy/config/security/keyfile diff --git a/charts/aai-babel/templates/configmap.yaml b/components/aai-babel/templates/configmap.yaml similarity index 100% rename from charts/aai-babel/templates/configmap.yaml rename to components/aai-babel/templates/configmap.yaml diff --git a/charts/aai-babel/templates/deployment.yaml b/components/aai-babel/templates/deployment.yaml similarity index 100% rename from charts/aai-babel/templates/deployment.yaml rename to components/aai-babel/templates/deployment.yaml diff --git a/charts/aai-babel/templates/secrets.yaml b/components/aai-babel/templates/secrets.yaml similarity index 100% rename from charts/aai-babel/templates/secrets.yaml rename to components/aai-babel/templates/secrets.yaml diff --git a/charts/aai-babel/templates/service.yaml b/components/aai-babel/templates/service.yaml similarity index 100% rename from charts/aai-babel/templates/service.yaml rename to components/aai-babel/templates/service.yaml diff --git a/charts/aai-babel/values.yaml b/components/aai-babel/values.yaml similarity index 100% rename from charts/aai-babel/values.yaml rename to components/aai-babel/values.yaml diff --git a/charts/aai-champ/Chart.yaml b/components/aai-champ/Chart.yaml similarity index 100% rename from charts/aai-champ/Chart.yaml rename to components/aai-champ/Chart.yaml diff --git a/charts/aai-champ/requirements.yaml b/components/aai-champ/requirements.yaml similarity index 100% rename from charts/aai-champ/requirements.yaml rename to components/aai-champ/requirements.yaml diff --git a/charts/aai-champ/resources/config/appconfig/auth/champ_policy.json b/components/aai-champ/resources/config/appconfig/auth/champ_policy.json similarity index 100% rename from charts/aai-champ/resources/config/appconfig/auth/champ_policy.json rename to components/aai-champ/resources/config/appconfig/auth/champ_policy.json diff --git a/charts/aai-champ/resources/config/appconfig/auth/tomcat_keystore b/components/aai-champ/resources/config/appconfig/auth/tomcat_keystore similarity index 100% rename from charts/aai-champ/resources/config/appconfig/auth/tomcat_keystore rename to components/aai-champ/resources/config/appconfig/auth/tomcat_keystore diff --git a/charts/aai-champ/resources/config/appconfig/champ-api.properties b/components/aai-champ/resources/config/appconfig/champ-api.properties similarity index 100% rename from charts/aai-champ/resources/config/appconfig/champ-api.properties rename to components/aai-champ/resources/config/appconfig/champ-api.properties diff --git a/charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml b/components/aai-champ/resources/config/dynamic/conf/champ-beans.xml similarity index 100% rename from charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml rename to components/aai-champ/resources/config/dynamic/conf/champ-beans.xml diff --git a/charts/aai-champ/resources/config/log/logback.xml b/components/aai-champ/resources/config/log/logback.xml similarity index 100% rename from charts/aai-champ/resources/config/log/logback.xml rename to components/aai-champ/resources/config/log/logback.xml diff --git a/charts/aai-champ/resources/fproxy/config/fproxy.properties b/components/aai-champ/resources/fproxy/config/fproxy.properties similarity index 100% rename from charts/aai-champ/resources/fproxy/config/fproxy.properties rename to components/aai-champ/resources/fproxy/config/fproxy.properties diff --git a/charts/aai-champ/resources/fproxy/config/logback-spring.xml b/components/aai-champ/resources/fproxy/config/logback-spring.xml similarity index 100% rename from charts/aai-champ/resources/fproxy/config/logback-spring.xml rename to components/aai-champ/resources/fproxy/config/logback-spring.xml diff --git a/charts/aai-champ/resources/fproxy/config/readme.txt b/components/aai-champ/resources/fproxy/config/readme.txt similarity index 100% rename from charts/aai-champ/resources/fproxy/config/readme.txt rename to components/aai-champ/resources/fproxy/config/readme.txt diff --git a/charts/aai-champ/resources/rproxy/config/auth/uri-authorization.json b/components/aai-champ/resources/rproxy/config/auth/uri-authorization.json similarity index 100% rename from charts/aai-champ/resources/rproxy/config/auth/uri-authorization.json rename to components/aai-champ/resources/rproxy/config/auth/uri-authorization.json diff --git a/charts/aai-champ/resources/rproxy/config/cadi.properties b/components/aai-champ/resources/rproxy/config/cadi.properties similarity index 100% rename from charts/aai-champ/resources/rproxy/config/cadi.properties rename to components/aai-champ/resources/rproxy/config/cadi.properties diff --git a/charts/aai-champ/resources/rproxy/config/forward-proxy.properties b/components/aai-champ/resources/rproxy/config/forward-proxy.properties similarity index 100% rename from charts/aai-champ/resources/rproxy/config/forward-proxy.properties rename to components/aai-champ/resources/rproxy/config/forward-proxy.properties diff --git a/charts/aai-champ/resources/rproxy/config/logback-spring.xml b/components/aai-champ/resources/rproxy/config/logback-spring.xml similarity index 100% rename from charts/aai-champ/resources/rproxy/config/logback-spring.xml rename to components/aai-champ/resources/rproxy/config/logback-spring.xml diff --git a/charts/aai-champ/resources/rproxy/config/primary-service.properties b/components/aai-champ/resources/rproxy/config/primary-service.properties similarity index 100% rename from charts/aai-champ/resources/rproxy/config/primary-service.properties rename to components/aai-champ/resources/rproxy/config/primary-service.properties diff --git a/charts/aai-champ/resources/rproxy/config/readme.txt b/components/aai-champ/resources/rproxy/config/readme.txt similarity index 100% rename from charts/aai-champ/resources/rproxy/config/readme.txt rename to components/aai-champ/resources/rproxy/config/readme.txt diff --git a/charts/aai-champ/resources/rproxy/config/reverse-proxy.properties b/components/aai-champ/resources/rproxy/config/reverse-proxy.properties similarity index 100% rename from charts/aai-champ/resources/rproxy/config/reverse-proxy.properties rename to components/aai-champ/resources/rproxy/config/reverse-proxy.properties diff --git a/charts/aai-champ/templates/configmap.yaml b/components/aai-champ/templates/configmap.yaml similarity index 100% rename from charts/aai-champ/templates/configmap.yaml rename to components/aai-champ/templates/configmap.yaml diff --git a/charts/aai-champ/templates/deployment.yaml b/components/aai-champ/templates/deployment.yaml similarity index 100% rename from charts/aai-champ/templates/deployment.yaml rename to components/aai-champ/templates/deployment.yaml diff --git a/charts/aai-champ/templates/secrets.yaml b/components/aai-champ/templates/secrets.yaml similarity index 100% rename from charts/aai-champ/templates/secrets.yaml rename to components/aai-champ/templates/secrets.yaml diff --git a/charts/aai-champ/templates/service.yaml b/components/aai-champ/templates/service.yaml similarity index 100% rename from charts/aai-champ/templates/service.yaml rename to components/aai-champ/templates/service.yaml diff --git a/charts/aai-champ/values.yaml b/components/aai-champ/values.yaml similarity index 100% rename from charts/aai-champ/values.yaml rename to components/aai-champ/values.yaml diff --git a/charts/aai-data-router/.helmignore b/components/aai-data-router/.helmignore similarity index 100% rename from charts/aai-data-router/.helmignore rename to components/aai-data-router/.helmignore diff --git a/charts/aai-data-router/Chart.yaml b/components/aai-data-router/Chart.yaml similarity index 100% rename from charts/aai-data-router/Chart.yaml rename to components/aai-data-router/Chart.yaml diff --git a/charts/aai-data-router/resources/config/auth/client-cert-onap.p12 b/components/aai-data-router/resources/config/auth/client-cert-onap.p12 similarity index 100% rename from charts/aai-data-router/resources/config/auth/client-cert-onap.p12 rename to components/aai-data-router/resources/config/auth/client-cert-onap.p12 diff --git a/charts/aai-data-router/resources/config/auth/data-router_policy.json b/components/aai-data-router/resources/config/auth/data-router_policy.json similarity index 100% rename from charts/aai-data-router/resources/config/auth/data-router_policy.json rename to components/aai-data-router/resources/config/auth/data-router_policy.json diff --git a/charts/aai-data-router/resources/config/auth/tomcat_keystore b/components/aai-data-router/resources/config/auth/tomcat_keystore similarity index 100% rename from charts/aai-data-router/resources/config/auth/tomcat_keystore rename to components/aai-data-router/resources/config/auth/tomcat_keystore diff --git a/charts/aai-data-router/resources/config/data-router.properties b/components/aai-data-router/resources/config/data-router.properties similarity index 100% rename from charts/aai-data-router/resources/config/data-router.properties rename to components/aai-data-router/resources/config/data-router.properties diff --git a/charts/aai-data-router/resources/config/log/logback.xml b/components/aai-data-router/resources/config/log/logback.xml similarity index 100% rename from charts/aai-data-router/resources/config/log/logback.xml rename to components/aai-data-router/resources/config/log/logback.xml diff --git a/charts/aai-data-router/resources/config/schemaIngest.properties b/components/aai-data-router/resources/config/schemaIngest.properties similarity index 100% rename from charts/aai-data-router/resources/config/schemaIngest.properties rename to components/aai-data-router/resources/config/schemaIngest.properties diff --git a/charts/aai-data-router/resources/dynamic/conf/data-router-oxm.xml b/components/aai-data-router/resources/dynamic/conf/data-router-oxm.xml similarity index 100% rename from charts/aai-data-router/resources/dynamic/conf/data-router-oxm.xml rename to components/aai-data-router/resources/dynamic/conf/data-router-oxm.xml diff --git a/charts/aai-data-router/resources/dynamic/conf/entity-event-policy.xml b/components/aai-data-router/resources/dynamic/conf/entity-event-policy.xml similarity index 100% rename from charts/aai-data-router/resources/dynamic/conf/entity-event-policy.xml rename to components/aai-data-router/resources/dynamic/conf/entity-event-policy.xml diff --git a/charts/aai-data-router/resources/dynamic/routes/entity-event.route b/components/aai-data-router/resources/dynamic/routes/entity-event.route similarity index 100% rename from charts/aai-data-router/resources/dynamic/routes/entity-event.route rename to components/aai-data-router/resources/dynamic/routes/entity-event.route diff --git a/charts/aai-data-router/templates/configmap.yaml b/components/aai-data-router/templates/configmap.yaml similarity index 100% rename from charts/aai-data-router/templates/configmap.yaml rename to components/aai-data-router/templates/configmap.yaml diff --git a/charts/aai-data-router/templates/deployment.yaml b/components/aai-data-router/templates/deployment.yaml similarity index 100% rename from charts/aai-data-router/templates/deployment.yaml rename to components/aai-data-router/templates/deployment.yaml diff --git a/charts/aai-data-router/templates/secret.yaml b/components/aai-data-router/templates/secret.yaml similarity index 100% rename from charts/aai-data-router/templates/secret.yaml rename to components/aai-data-router/templates/secret.yaml diff --git a/charts/aai-data-router/values.yaml b/components/aai-data-router/values.yaml similarity index 100% rename from charts/aai-data-router/values.yaml rename to components/aai-data-router/values.yaml diff --git a/charts/aai-elasticsearch/.helmignore b/components/aai-elasticsearch/.helmignore similarity index 100% rename from charts/aai-elasticsearch/.helmignore rename to components/aai-elasticsearch/.helmignore diff --git a/charts/aai-elasticsearch/Chart.yaml b/components/aai-elasticsearch/Chart.yaml similarity index 100% rename from charts/aai-elasticsearch/Chart.yaml rename to components/aai-elasticsearch/Chart.yaml diff --git a/charts/aai-elasticsearch/resources/bin/init_sg.sh b/components/aai-elasticsearch/resources/bin/init_sg.sh similarity index 100% rename from charts/aai-elasticsearch/resources/bin/init_sg.sh rename to components/aai-elasticsearch/resources/bin/init_sg.sh diff --git a/charts/aai-elasticsearch/resources/bin/run.sh b/components/aai-elasticsearch/resources/bin/run.sh similarity index 100% rename from charts/aai-elasticsearch/resources/bin/run.sh rename to components/aai-elasticsearch/resources/bin/run.sh diff --git a/charts/aai-elasticsearch/resources/bin/wait_until_started.sh b/components/aai-elasticsearch/resources/bin/wait_until_started.sh similarity index 100% rename from charts/aai-elasticsearch/resources/bin/wait_until_started.sh rename to components/aai-elasticsearch/resources/bin/wait_until_started.sh diff --git a/charts/aai-elasticsearch/resources/config/elasticsearch.yml b/components/aai-elasticsearch/resources/config/elasticsearch.yml similarity index 100% rename from charts/aai-elasticsearch/resources/config/elasticsearch.yml rename to components/aai-elasticsearch/resources/config/elasticsearch.yml diff --git a/charts/aai-elasticsearch/resources/config/jvm.options b/components/aai-elasticsearch/resources/config/jvm.options similarity index 100% rename from charts/aai-elasticsearch/resources/config/jvm.options rename to components/aai-elasticsearch/resources/config/jvm.options diff --git a/charts/aai-elasticsearch/resources/config/log4j2.properties b/components/aai-elasticsearch/resources/config/log4j2.properties similarity index 100% rename from charts/aai-elasticsearch/resources/config/log4j2.properties rename to components/aai-elasticsearch/resources/config/log4j2.properties diff --git a/charts/aai-elasticsearch/resources/config/sg/auth/esaai-keystore.jks b/components/aai-elasticsearch/resources/config/sg/auth/esaai-keystore.jks similarity index 100% rename from charts/aai-elasticsearch/resources/config/sg/auth/esaai-keystore.jks rename to components/aai-elasticsearch/resources/config/sg/auth/esaai-keystore.jks diff --git a/charts/aai-elasticsearch/resources/config/sg/auth/sgadmin-keystore.p12 b/components/aai-elasticsearch/resources/config/sg/auth/sgadmin-keystore.p12 similarity index 100% rename from charts/aai-elasticsearch/resources/config/sg/auth/sgadmin-keystore.p12 rename to components/aai-elasticsearch/resources/config/sg/auth/sgadmin-keystore.p12 diff --git a/charts/aai-elasticsearch/resources/config/sg/auth/truststore.jks b/components/aai-elasticsearch/resources/config/sg/auth/truststore.jks similarity index 100% rename from charts/aai-elasticsearch/resources/config/sg/auth/truststore.jks rename to components/aai-elasticsearch/resources/config/sg/auth/truststore.jks diff --git a/charts/aai-elasticsearch/resources/config/sg/sg_action_groups.yml b/components/aai-elasticsearch/resources/config/sg/sg_action_groups.yml similarity index 100% rename from charts/aai-elasticsearch/resources/config/sg/sg_action_groups.yml rename to components/aai-elasticsearch/resources/config/sg/sg_action_groups.yml diff --git a/charts/aai-elasticsearch/resources/config/sg/sg_config.yml b/components/aai-elasticsearch/resources/config/sg/sg_config.yml similarity index 100% rename from charts/aai-elasticsearch/resources/config/sg/sg_config.yml rename to components/aai-elasticsearch/resources/config/sg/sg_config.yml diff --git a/charts/aai-elasticsearch/resources/config/sg/sg_internal_users.yml b/components/aai-elasticsearch/resources/config/sg/sg_internal_users.yml similarity index 100% rename from charts/aai-elasticsearch/resources/config/sg/sg_internal_users.yml rename to components/aai-elasticsearch/resources/config/sg/sg_internal_users.yml diff --git a/charts/aai-elasticsearch/resources/config/sg/sg_roles.yml b/components/aai-elasticsearch/resources/config/sg/sg_roles.yml similarity index 100% rename from charts/aai-elasticsearch/resources/config/sg/sg_roles.yml rename to components/aai-elasticsearch/resources/config/sg/sg_roles.yml diff --git a/charts/aai-elasticsearch/resources/config/sg/sg_roles_mapping.yml b/components/aai-elasticsearch/resources/config/sg/sg_roles_mapping.yml similarity index 100% rename from charts/aai-elasticsearch/resources/config/sg/sg_roles_mapping.yml rename to components/aai-elasticsearch/resources/config/sg/sg_roles_mapping.yml diff --git a/charts/aai-elasticsearch/templates/configmap.yaml b/components/aai-elasticsearch/templates/configmap.yaml similarity index 100% rename from charts/aai-elasticsearch/templates/configmap.yaml rename to components/aai-elasticsearch/templates/configmap.yaml diff --git a/charts/aai-elasticsearch/templates/deployment.yaml b/components/aai-elasticsearch/templates/deployment.yaml similarity index 100% rename from charts/aai-elasticsearch/templates/deployment.yaml rename to components/aai-elasticsearch/templates/deployment.yaml diff --git a/charts/aai-elasticsearch/templates/secrets.yaml b/components/aai-elasticsearch/templates/secrets.yaml similarity index 100% rename from charts/aai-elasticsearch/templates/secrets.yaml rename to components/aai-elasticsearch/templates/secrets.yaml diff --git a/charts/aai-elasticsearch/templates/service.yaml b/components/aai-elasticsearch/templates/service.yaml similarity index 100% rename from charts/aai-elasticsearch/templates/service.yaml rename to components/aai-elasticsearch/templates/service.yaml diff --git a/charts/aai-elasticsearch/values.yaml b/components/aai-elasticsearch/values.yaml similarity index 100% rename from charts/aai-elasticsearch/values.yaml rename to components/aai-elasticsearch/values.yaml diff --git a/charts/aai-gizmo/.helmignore b/components/aai-gizmo/.helmignore similarity index 100% rename from charts/aai-gizmo/.helmignore rename to components/aai-gizmo/.helmignore diff --git a/charts/aai-gizmo/Chart.yaml b/components/aai-gizmo/Chart.yaml similarity index 100% rename from charts/aai-gizmo/Chart.yaml rename to components/aai-gizmo/Chart.yaml diff --git a/charts/aai-gizmo/resources/config/README.txt b/components/aai-gizmo/resources/config/README.txt similarity index 100% rename from charts/aai-gizmo/resources/config/README.txt rename to components/aai-gizmo/resources/config/README.txt diff --git a/charts/aai-gizmo/resources/config/auth/champ-cert.p12 b/components/aai-gizmo/resources/config/auth/champ-cert.p12 similarity index 100% rename from charts/aai-gizmo/resources/config/auth/champ-cert.p12 rename to components/aai-gizmo/resources/config/auth/champ-cert.p12 diff --git a/charts/aai-gizmo/resources/config/auth/client-cert.p12 b/components/aai-gizmo/resources/config/auth/client-cert.p12 similarity index 100% rename from charts/aai-gizmo/resources/config/auth/client-cert.p12 rename to components/aai-gizmo/resources/config/auth/client-cert.p12 diff --git a/charts/aai-gizmo/resources/config/auth/crud_policy.json b/components/aai-gizmo/resources/config/auth/crud_policy.json similarity index 100% rename from charts/aai-gizmo/resources/config/auth/crud_policy.json rename to components/aai-gizmo/resources/config/auth/crud_policy.json diff --git a/charts/aai-gizmo/resources/config/auth/datarouter-cert.p12 b/components/aai-gizmo/resources/config/auth/datarouter-cert.p12 similarity index 100% rename from charts/aai-gizmo/resources/config/auth/datarouter-cert.p12 rename to components/aai-gizmo/resources/config/auth/datarouter-cert.p12 diff --git a/charts/aai-gizmo/resources/config/auth/tomcat_keystore b/components/aai-gizmo/resources/config/auth/tomcat_keystore similarity index 100% rename from charts/aai-gizmo/resources/config/auth/tomcat_keystore rename to components/aai-gizmo/resources/config/auth/tomcat_keystore diff --git a/charts/aai-gizmo/resources/config/crud-api.properties b/components/aai-gizmo/resources/config/crud-api.properties similarity index 100% rename from charts/aai-gizmo/resources/config/crud-api.properties rename to components/aai-gizmo/resources/config/crud-api.properties diff --git a/charts/aai-gizmo/resources/config/crud-beans.xml b/components/aai-gizmo/resources/config/crud-beans.xml similarity index 100% rename from charts/aai-gizmo/resources/config/crud-beans.xml rename to components/aai-gizmo/resources/config/crud-beans.xml diff --git a/charts/aai-gizmo/resources/config/edgeprops-ingest.properties b/components/aai-gizmo/resources/config/edgeprops-ingest.properties similarity index 100% rename from charts/aai-gizmo/resources/config/edgeprops-ingest.properties rename to components/aai-gizmo/resources/config/edgeprops-ingest.properties diff --git a/charts/aai-gizmo/resources/config/log/filebeat/filebeat.yml b/components/aai-gizmo/resources/config/log/filebeat/filebeat.yml similarity index 100% rename from charts/aai-gizmo/resources/config/log/filebeat/filebeat.yml rename to components/aai-gizmo/resources/config/log/filebeat/filebeat.yml diff --git a/charts/aai-gizmo/resources/config/log/logback.xml b/components/aai-gizmo/resources/config/log/logback.xml similarity index 100% rename from charts/aai-gizmo/resources/config/log/logback.xml rename to components/aai-gizmo/resources/config/log/logback.xml diff --git a/charts/aai-gizmo/resources/config/model/edge_properties_v10.json b/components/aai-gizmo/resources/config/model/edge_properties_v10.json similarity index 100% rename from charts/aai-gizmo/resources/config/model/edge_properties_v10.json rename to components/aai-gizmo/resources/config/model/edge_properties_v10.json diff --git a/charts/aai-gizmo/resources/config/model/edge_properties_v11.json b/components/aai-gizmo/resources/config/model/edge_properties_v11.json similarity index 100% rename from charts/aai-gizmo/resources/config/model/edge_properties_v11.json rename to components/aai-gizmo/resources/config/model/edge_properties_v11.json diff --git a/charts/aai-gizmo/resources/config/model/edge_properties_v12.json b/components/aai-gizmo/resources/config/model/edge_properties_v12.json similarity index 100% rename from charts/aai-gizmo/resources/config/model/edge_properties_v12.json rename to components/aai-gizmo/resources/config/model/edge_properties_v12.json diff --git a/charts/aai-gizmo/resources/config/model/edge_properties_v13.json b/components/aai-gizmo/resources/config/model/edge_properties_v13.json similarity index 100% rename from charts/aai-gizmo/resources/config/model/edge_properties_v13.json rename to components/aai-gizmo/resources/config/model/edge_properties_v13.json diff --git a/charts/aai-gizmo/resources/config/model/edge_properties_v14.json b/components/aai-gizmo/resources/config/model/edge_properties_v14.json similarity index 100% rename from charts/aai-gizmo/resources/config/model/edge_properties_v14.json rename to components/aai-gizmo/resources/config/model/edge_properties_v14.json diff --git a/charts/aai-gizmo/resources/config/model/edge_properties_v15.json b/components/aai-gizmo/resources/config/model/edge_properties_v15.json similarity index 100% rename from charts/aai-gizmo/resources/config/model/edge_properties_v15.json rename to components/aai-gizmo/resources/config/model/edge_properties_v15.json diff --git a/charts/aai-gizmo/resources/config/model/edge_properties_v7.json b/components/aai-gizmo/resources/config/model/edge_properties_v7.json similarity index 100% rename from charts/aai-gizmo/resources/config/model/edge_properties_v7.json rename to components/aai-gizmo/resources/config/model/edge_properties_v7.json diff --git a/charts/aai-gizmo/resources/config/model/edge_properties_v8.json b/components/aai-gizmo/resources/config/model/edge_properties_v8.json similarity index 100% rename from charts/aai-gizmo/resources/config/model/edge_properties_v8.json rename to components/aai-gizmo/resources/config/model/edge_properties_v8.json diff --git a/charts/aai-gizmo/resources/config/model/edge_properties_v9.json b/components/aai-gizmo/resources/config/model/edge_properties_v9.json similarity index 100% rename from charts/aai-gizmo/resources/config/model/edge_properties_v9.json rename to components/aai-gizmo/resources/config/model/edge_properties_v9.json diff --git a/charts/aai-gizmo/resources/config/schema-ingest.properties b/components/aai-gizmo/resources/config/schema-ingest.properties similarity index 100% rename from charts/aai-gizmo/resources/config/schema-ingest.properties rename to components/aai-gizmo/resources/config/schema-ingest.properties diff --git a/charts/aai-gizmo/resources/fproxy/config/fproxy.properties b/components/aai-gizmo/resources/fproxy/config/fproxy.properties similarity index 100% rename from charts/aai-gizmo/resources/fproxy/config/fproxy.properties rename to components/aai-gizmo/resources/fproxy/config/fproxy.properties diff --git a/charts/aai-gizmo/resources/fproxy/config/logback-spring.xml b/components/aai-gizmo/resources/fproxy/config/logback-spring.xml similarity index 100% rename from charts/aai-gizmo/resources/fproxy/config/logback-spring.xml rename to components/aai-gizmo/resources/fproxy/config/logback-spring.xml diff --git a/charts/aai-gizmo/resources/fproxy/config/readme.txt b/components/aai-gizmo/resources/fproxy/config/readme.txt similarity index 100% rename from charts/aai-gizmo/resources/fproxy/config/readme.txt rename to components/aai-gizmo/resources/fproxy/config/readme.txt diff --git a/charts/aai-gizmo/resources/rproxy/config/auth/uri-authorization.json b/components/aai-gizmo/resources/rproxy/config/auth/uri-authorization.json similarity index 100% rename from charts/aai-gizmo/resources/rproxy/config/auth/uri-authorization.json rename to components/aai-gizmo/resources/rproxy/config/auth/uri-authorization.json diff --git a/charts/aai-gizmo/resources/rproxy/config/cadi.properties b/components/aai-gizmo/resources/rproxy/config/cadi.properties similarity index 100% rename from charts/aai-gizmo/resources/rproxy/config/cadi.properties rename to components/aai-gizmo/resources/rproxy/config/cadi.properties diff --git a/charts/aai-gizmo/resources/rproxy/config/forward-proxy.properties b/components/aai-gizmo/resources/rproxy/config/forward-proxy.properties similarity index 100% rename from charts/aai-gizmo/resources/rproxy/config/forward-proxy.properties rename to components/aai-gizmo/resources/rproxy/config/forward-proxy.properties diff --git a/charts/aai-gizmo/resources/rproxy/config/logback-spring.xml b/components/aai-gizmo/resources/rproxy/config/logback-spring.xml similarity index 100% rename from charts/aai-gizmo/resources/rproxy/config/logback-spring.xml rename to components/aai-gizmo/resources/rproxy/config/logback-spring.xml diff --git a/charts/aai-gizmo/resources/rproxy/config/primary-service.properties b/components/aai-gizmo/resources/rproxy/config/primary-service.properties similarity index 100% rename from charts/aai-gizmo/resources/rproxy/config/primary-service.properties rename to components/aai-gizmo/resources/rproxy/config/primary-service.properties diff --git a/charts/aai-gizmo/resources/rproxy/config/readme.txt b/components/aai-gizmo/resources/rproxy/config/readme.txt similarity index 100% rename from charts/aai-gizmo/resources/rproxy/config/readme.txt rename to components/aai-gizmo/resources/rproxy/config/readme.txt diff --git a/charts/aai-gizmo/resources/rproxy/config/reverse-proxy.properties b/components/aai-gizmo/resources/rproxy/config/reverse-proxy.properties similarity index 100% rename from charts/aai-gizmo/resources/rproxy/config/reverse-proxy.properties rename to components/aai-gizmo/resources/rproxy/config/reverse-proxy.properties diff --git a/charts/aai-gizmo/templates/NOTES.txt b/components/aai-gizmo/templates/NOTES.txt similarity index 100% rename from charts/aai-gizmo/templates/NOTES.txt rename to components/aai-gizmo/templates/NOTES.txt diff --git a/charts/aai-gizmo/templates/configmap.yaml b/components/aai-gizmo/templates/configmap.yaml similarity index 100% rename from charts/aai-gizmo/templates/configmap.yaml rename to components/aai-gizmo/templates/configmap.yaml diff --git a/charts/aai-gizmo/templates/deployment.yaml b/components/aai-gizmo/templates/deployment.yaml similarity index 100% rename from charts/aai-gizmo/templates/deployment.yaml rename to components/aai-gizmo/templates/deployment.yaml diff --git a/charts/aai-gizmo/templates/secrets.yaml b/components/aai-gizmo/templates/secrets.yaml similarity index 100% rename from charts/aai-gizmo/templates/secrets.yaml rename to components/aai-gizmo/templates/secrets.yaml diff --git a/charts/aai-gizmo/templates/service.yaml b/components/aai-gizmo/templates/service.yaml similarity index 100% rename from charts/aai-gizmo/templates/service.yaml rename to components/aai-gizmo/templates/service.yaml diff --git a/charts/aai-gizmo/values.yaml b/components/aai-gizmo/values.yaml similarity index 100% rename from charts/aai-gizmo/values.yaml rename to components/aai-gizmo/values.yaml diff --git a/charts/aai-graphadmin/.helmignore b/components/aai-graphadmin/.helmignore similarity index 100% rename from charts/aai-graphadmin/.helmignore rename to components/aai-graphadmin/.helmignore diff --git a/charts/aai-graphadmin/Chart.yaml b/components/aai-graphadmin/Chart.yaml similarity index 100% rename from charts/aai-graphadmin/Chart.yaml rename to components/aai-graphadmin/Chart.yaml diff --git a/charts/aai-graphadmin/resources/config/aaiconfig.properties b/components/aai-graphadmin/resources/config/aaiconfig.properties similarity index 100% rename from charts/aai-graphadmin/resources/config/aaiconfig.properties rename to components/aai-graphadmin/resources/config/aaiconfig.properties diff --git a/charts/aai-graphadmin/resources/config/application.properties b/components/aai-graphadmin/resources/config/application.properties similarity index 100% rename from charts/aai-graphadmin/resources/config/application.properties rename to components/aai-graphadmin/resources/config/application.properties diff --git a/charts/aai-graphadmin/resources/config/janusgraph-cached.properties b/components/aai-graphadmin/resources/config/janusgraph-cached.properties similarity index 100% rename from charts/aai-graphadmin/resources/config/janusgraph-cached.properties rename to components/aai-graphadmin/resources/config/janusgraph-cached.properties diff --git a/charts/aai-graphadmin/resources/config/janusgraph-realtime.properties b/components/aai-graphadmin/resources/config/janusgraph-realtime.properties similarity index 100% rename from charts/aai-graphadmin/resources/config/janusgraph-realtime.properties rename to components/aai-graphadmin/resources/config/janusgraph-realtime.properties diff --git a/charts/aai-graphadmin/resources/config/localhost-access-logback.xml b/components/aai-graphadmin/resources/config/localhost-access-logback.xml similarity index 100% rename from charts/aai-graphadmin/resources/config/localhost-access-logback.xml rename to components/aai-graphadmin/resources/config/localhost-access-logback.xml diff --git a/charts/aai-graphadmin/resources/config/logback.xml b/components/aai-graphadmin/resources/config/logback.xml similarity index 100% rename from charts/aai-graphadmin/resources/config/logback.xml rename to components/aai-graphadmin/resources/config/logback.xml diff --git a/charts/aai-graphadmin/resources/config/migration/janusgraph-migration-cached.properties b/components/aai-graphadmin/resources/config/migration/janusgraph-migration-cached.properties similarity index 100% rename from charts/aai-graphadmin/resources/config/migration/janusgraph-migration-cached.properties rename to components/aai-graphadmin/resources/config/migration/janusgraph-migration-cached.properties diff --git a/charts/aai-graphadmin/resources/config/migration/janusgraph-migration-real.properties b/components/aai-graphadmin/resources/config/migration/janusgraph-migration-real.properties similarity index 100% rename from charts/aai-graphadmin/resources/config/migration/janusgraph-migration-real.properties rename to components/aai-graphadmin/resources/config/migration/janusgraph-migration-real.properties diff --git a/charts/aai-graphadmin/resources/config/realm.properties b/components/aai-graphadmin/resources/config/realm.properties similarity index 100% rename from charts/aai-graphadmin/resources/config/realm.properties rename to components/aai-graphadmin/resources/config/realm.properties diff --git a/charts/aai-graphadmin/templates/configmap.yaml b/components/aai-graphadmin/templates/configmap.yaml similarity index 100% rename from charts/aai-graphadmin/templates/configmap.yaml rename to components/aai-graphadmin/templates/configmap.yaml diff --git a/charts/aai-graphadmin/templates/deployment.yaml b/components/aai-graphadmin/templates/deployment.yaml similarity index 100% rename from charts/aai-graphadmin/templates/deployment.yaml rename to components/aai-graphadmin/templates/deployment.yaml diff --git a/charts/aai-graphadmin/templates/job.yaml b/components/aai-graphadmin/templates/job.yaml similarity index 100% rename from charts/aai-graphadmin/templates/job.yaml rename to components/aai-graphadmin/templates/job.yaml diff --git a/charts/aai-graphadmin/templates/pv.yaml b/components/aai-graphadmin/templates/pv.yaml similarity index 100% rename from charts/aai-graphadmin/templates/pv.yaml rename to components/aai-graphadmin/templates/pv.yaml diff --git a/charts/aai-graphadmin/templates/pvc.yaml b/components/aai-graphadmin/templates/pvc.yaml similarity index 100% rename from charts/aai-graphadmin/templates/pvc.yaml rename to components/aai-graphadmin/templates/pvc.yaml diff --git a/charts/aai-graphadmin/templates/service.yaml b/components/aai-graphadmin/templates/service.yaml similarity index 100% rename from charts/aai-graphadmin/templates/service.yaml rename to components/aai-graphadmin/templates/service.yaml diff --git a/charts/aai-graphadmin/values.yaml b/components/aai-graphadmin/values.yaml similarity index 100% rename from charts/aai-graphadmin/values.yaml rename to components/aai-graphadmin/values.yaml diff --git a/charts/aai-modelloader/.helmignore b/components/aai-modelloader/.helmignore similarity index 100% rename from charts/aai-modelloader/.helmignore rename to components/aai-modelloader/.helmignore diff --git a/charts/aai-modelloader/Chart.yaml b/components/aai-modelloader/Chart.yaml similarity index 100% rename from charts/aai-modelloader/Chart.yaml rename to components/aai-modelloader/Chart.yaml diff --git a/charts/aai-modelloader/resources/config/auth/aai-os-cert.p12 b/components/aai-modelloader/resources/config/auth/aai-os-cert.p12 similarity index 100% rename from charts/aai-modelloader/resources/config/auth/aai-os-cert.p12 rename to components/aai-modelloader/resources/config/auth/aai-os-cert.p12 diff --git a/charts/aai-modelloader/resources/config/auth/babel-client-cert.p12 b/components/aai-modelloader/resources/config/auth/babel-client-cert.p12 similarity index 100% rename from charts/aai-modelloader/resources/config/auth/babel-client-cert.p12 rename to components/aai-modelloader/resources/config/auth/babel-client-cert.p12 diff --git a/charts/aai-modelloader/resources/config/auth/tomcat_keystore b/components/aai-modelloader/resources/config/auth/tomcat_keystore similarity index 100% rename from charts/aai-modelloader/resources/config/auth/tomcat_keystore rename to components/aai-modelloader/resources/config/auth/tomcat_keystore diff --git a/charts/aai-modelloader/resources/config/log/logback.xml b/components/aai-modelloader/resources/config/log/logback.xml similarity index 100% rename from charts/aai-modelloader/resources/config/log/logback.xml rename to components/aai-modelloader/resources/config/log/logback.xml diff --git a/charts/aai-modelloader/resources/config/model-loader.properties b/components/aai-modelloader/resources/config/model-loader.properties similarity index 100% rename from charts/aai-modelloader/resources/config/model-loader.properties rename to components/aai-modelloader/resources/config/model-loader.properties diff --git a/charts/aai-modelloader/templates/configmap.yaml b/components/aai-modelloader/templates/configmap.yaml similarity index 100% rename from charts/aai-modelloader/templates/configmap.yaml rename to components/aai-modelloader/templates/configmap.yaml diff --git a/charts/aai-modelloader/templates/deployment.yaml b/components/aai-modelloader/templates/deployment.yaml similarity index 100% rename from charts/aai-modelloader/templates/deployment.yaml rename to components/aai-modelloader/templates/deployment.yaml diff --git a/charts/aai-modelloader/templates/secret.yaml b/components/aai-modelloader/templates/secret.yaml similarity index 100% rename from charts/aai-modelloader/templates/secret.yaml rename to components/aai-modelloader/templates/secret.yaml diff --git a/charts/aai-modelloader/templates/service.yaml b/components/aai-modelloader/templates/service.yaml similarity index 100% rename from charts/aai-modelloader/templates/service.yaml rename to components/aai-modelloader/templates/service.yaml diff --git a/charts/aai-modelloader/values.yaml b/components/aai-modelloader/values.yaml similarity index 100% rename from charts/aai-modelloader/values.yaml rename to components/aai-modelloader/values.yaml diff --git a/charts/aai-resources/.helmignore b/components/aai-resources/.helmignore similarity index 100% rename from charts/aai-resources/.helmignore rename to components/aai-resources/.helmignore diff --git a/charts/aai-resources/Chart.yaml b/components/aai-resources/Chart.yaml similarity index 100% rename from charts/aai-resources/Chart.yaml rename to components/aai-resources/Chart.yaml diff --git a/charts/aai-resources/resources/config/aaf/bath_config.csv b/components/aai-resources/resources/config/aaf/bath_config.csv similarity index 100% rename from charts/aai-resources/resources/config/aaf/bath_config.csv rename to components/aai-resources/resources/config/aaf/bath_config.csv diff --git a/charts/aai-resources/resources/config/aaf/cadi.properties b/components/aai-resources/resources/config/aaf/cadi.properties similarity index 100% rename from charts/aai-resources/resources/config/aaf/cadi.properties rename to components/aai-resources/resources/config/aaf/cadi.properties diff --git a/charts/aai-resources/resources/config/aaf/org.onap.aai.keyfile b/components/aai-resources/resources/config/aaf/org.onap.aai.keyfile similarity index 100% rename from charts/aai-resources/resources/config/aaf/org.onap.aai.keyfile rename to components/aai-resources/resources/config/aaf/org.onap.aai.keyfile diff --git a/charts/aai-resources/resources/config/aaf/org.onap.aai.p12 b/components/aai-resources/resources/config/aaf/org.onap.aai.p12 similarity index 100% rename from charts/aai-resources/resources/config/aaf/org.onap.aai.p12 rename to components/aai-resources/resources/config/aaf/org.onap.aai.p12 diff --git a/charts/aai-resources/resources/config/aaf/org.onap.aai.props b/components/aai-resources/resources/config/aaf/org.onap.aai.props similarity index 100% rename from charts/aai-resources/resources/config/aaf/org.onap.aai.props rename to components/aai-resources/resources/config/aaf/org.onap.aai.props diff --git a/charts/aai-resources/resources/config/aaf/org.osaaf.location.props b/components/aai-resources/resources/config/aaf/org.osaaf.location.props similarity index 100% rename from charts/aai-resources/resources/config/aaf/org.osaaf.location.props rename to components/aai-resources/resources/config/aaf/org.osaaf.location.props diff --git a/charts/aai-resources/resources/config/aaf/permissions.properties b/components/aai-resources/resources/config/aaf/permissions.properties similarity index 100% rename from charts/aai-resources/resources/config/aaf/permissions.properties rename to components/aai-resources/resources/config/aaf/permissions.properties diff --git a/charts/aai-resources/resources/config/aaiconfig.properties b/components/aai-resources/resources/config/aaiconfig.properties similarity index 100% rename from charts/aai-resources/resources/config/aaiconfig.properties rename to components/aai-resources/resources/config/aaiconfig.properties diff --git a/charts/aai-resources/resources/config/application.properties b/components/aai-resources/resources/config/application.properties similarity index 100% rename from charts/aai-resources/resources/config/application.properties rename to components/aai-resources/resources/config/application.properties diff --git a/charts/aai-resources/resources/config/auth/aai_policy.json b/components/aai-resources/resources/config/auth/aai_policy.json similarity index 100% rename from charts/aai-resources/resources/config/auth/aai_policy.json rename to components/aai-resources/resources/config/auth/aai_policy.json diff --git a/charts/aai-resources/resources/config/janusgraph-cached.properties b/components/aai-resources/resources/config/janusgraph-cached.properties similarity index 100% rename from charts/aai-resources/resources/config/janusgraph-cached.properties rename to components/aai-resources/resources/config/janusgraph-cached.properties diff --git a/charts/aai-resources/resources/config/janusgraph-realtime.properties b/components/aai-resources/resources/config/janusgraph-realtime.properties similarity index 100% rename from charts/aai-resources/resources/config/janusgraph-realtime.properties rename to components/aai-resources/resources/config/janusgraph-realtime.properties diff --git a/charts/aai-resources/resources/config/localhost-access-logback.xml b/components/aai-resources/resources/config/localhost-access-logback.xml similarity index 100% rename from charts/aai-resources/resources/config/localhost-access-logback.xml rename to components/aai-resources/resources/config/localhost-access-logback.xml diff --git a/charts/aai-resources/resources/config/logback.xml b/components/aai-resources/resources/config/logback.xml similarity index 100% rename from charts/aai-resources/resources/config/logback.xml rename to components/aai-resources/resources/config/logback.xml diff --git a/charts/aai-resources/resources/config/realm.properties b/components/aai-resources/resources/config/realm.properties similarity index 100% rename from charts/aai-resources/resources/config/realm.properties rename to components/aai-resources/resources/config/realm.properties diff --git a/charts/aai-resources/resources/fproxy/config/auth/client-cert.p12 b/components/aai-resources/resources/fproxy/config/auth/client-cert.p12 similarity index 100% rename from charts/aai-resources/resources/fproxy/config/auth/client-cert.p12 rename to components/aai-resources/resources/fproxy/config/auth/client-cert.p12 diff --git a/charts/aai-resources/resources/fproxy/config/auth/fproxy_truststore b/components/aai-resources/resources/fproxy/config/auth/fproxy_truststore similarity index 100% rename from charts/aai-resources/resources/fproxy/config/auth/fproxy_truststore rename to components/aai-resources/resources/fproxy/config/auth/fproxy_truststore diff --git a/charts/aai-resources/resources/fproxy/config/auth/tomcat_keystore b/components/aai-resources/resources/fproxy/config/auth/tomcat_keystore similarity index 100% rename from charts/aai-resources/resources/fproxy/config/auth/tomcat_keystore rename to components/aai-resources/resources/fproxy/config/auth/tomcat_keystore diff --git a/charts/aai-resources/resources/fproxy/config/fproxy.properties b/components/aai-resources/resources/fproxy/config/fproxy.properties similarity index 100% rename from charts/aai-resources/resources/fproxy/config/fproxy.properties rename to components/aai-resources/resources/fproxy/config/fproxy.properties diff --git a/charts/aai-resources/resources/fproxy/config/logback-spring.xml b/components/aai-resources/resources/fproxy/config/logback-spring.xml similarity index 100% rename from charts/aai-resources/resources/fproxy/config/logback-spring.xml rename to components/aai-resources/resources/fproxy/config/logback-spring.xml diff --git a/charts/aai-resources/resources/fproxy/config/readme.txt b/components/aai-resources/resources/fproxy/config/readme.txt similarity index 100% rename from charts/aai-resources/resources/fproxy/config/readme.txt rename to components/aai-resources/resources/fproxy/config/readme.txt diff --git a/charts/aai-resources/resources/rproxy/config/auth/client-cert.p12 b/components/aai-resources/resources/rproxy/config/auth/client-cert.p12 similarity index 100% rename from charts/aai-resources/resources/rproxy/config/auth/client-cert.p12 rename to components/aai-resources/resources/rproxy/config/auth/client-cert.p12 diff --git a/charts/aai-resources/resources/rproxy/config/auth/org.onap.aai.p12 b/components/aai-resources/resources/rproxy/config/auth/org.onap.aai.p12 similarity index 100% rename from charts/aai-resources/resources/rproxy/config/auth/org.onap.aai.p12 rename to components/aai-resources/resources/rproxy/config/auth/org.onap.aai.p12 diff --git a/charts/aai-resources/resources/rproxy/config/auth/tomcat_keystore b/components/aai-resources/resources/rproxy/config/auth/tomcat_keystore similarity index 100% rename from charts/aai-resources/resources/rproxy/config/auth/tomcat_keystore rename to components/aai-resources/resources/rproxy/config/auth/tomcat_keystore diff --git a/charts/aai-resources/resources/rproxy/config/auth/uri-authorization.json b/components/aai-resources/resources/rproxy/config/auth/uri-authorization.json similarity index 100% rename from charts/aai-resources/resources/rproxy/config/auth/uri-authorization.json rename to components/aai-resources/resources/rproxy/config/auth/uri-authorization.json diff --git a/charts/aai-resources/resources/rproxy/config/cadi.properties b/components/aai-resources/resources/rproxy/config/cadi.properties similarity index 100% rename from charts/aai-resources/resources/rproxy/config/cadi.properties rename to components/aai-resources/resources/rproxy/config/cadi.properties diff --git a/charts/aai-resources/resources/rproxy/config/forward-proxy.properties b/components/aai-resources/resources/rproxy/config/forward-proxy.properties similarity index 100% rename from charts/aai-resources/resources/rproxy/config/forward-proxy.properties rename to components/aai-resources/resources/rproxy/config/forward-proxy.properties diff --git a/charts/aai-resources/resources/rproxy/config/logback-spring.xml b/components/aai-resources/resources/rproxy/config/logback-spring.xml similarity index 100% rename from charts/aai-resources/resources/rproxy/config/logback-spring.xml rename to components/aai-resources/resources/rproxy/config/logback-spring.xml diff --git a/charts/aai-resources/resources/rproxy/config/primary-service.properties b/components/aai-resources/resources/rproxy/config/primary-service.properties similarity index 100% rename from charts/aai-resources/resources/rproxy/config/primary-service.properties rename to components/aai-resources/resources/rproxy/config/primary-service.properties diff --git a/charts/aai-resources/resources/rproxy/config/readme.txt b/components/aai-resources/resources/rproxy/config/readme.txt similarity index 100% rename from charts/aai-resources/resources/rproxy/config/readme.txt rename to components/aai-resources/resources/rproxy/config/readme.txt diff --git a/charts/aai-resources/resources/rproxy/config/reverse-proxy.properties b/components/aai-resources/resources/rproxy/config/reverse-proxy.properties similarity index 100% rename from charts/aai-resources/resources/rproxy/config/reverse-proxy.properties rename to components/aai-resources/resources/rproxy/config/reverse-proxy.properties diff --git a/charts/aai-resources/resources/rproxy/config/security/keyfile b/components/aai-resources/resources/rproxy/config/security/keyfile similarity index 100% rename from charts/aai-resources/resources/rproxy/config/security/keyfile rename to components/aai-resources/resources/rproxy/config/security/keyfile diff --git a/charts/aai-resources/templates/configmap.yaml b/components/aai-resources/templates/configmap.yaml similarity index 100% rename from charts/aai-resources/templates/configmap.yaml rename to components/aai-resources/templates/configmap.yaml diff --git a/charts/aai-resources/templates/deployment.yaml b/components/aai-resources/templates/deployment.yaml similarity index 100% rename from charts/aai-resources/templates/deployment.yaml rename to components/aai-resources/templates/deployment.yaml diff --git a/charts/aai-resources/templates/service.yaml b/components/aai-resources/templates/service.yaml similarity index 100% rename from charts/aai-resources/templates/service.yaml rename to components/aai-resources/templates/service.yaml diff --git a/charts/aai-resources/values.yaml b/components/aai-resources/values.yaml similarity index 100% rename from charts/aai-resources/values.yaml rename to components/aai-resources/values.yaml diff --git a/charts/aai-schema-service/.helmignore b/components/aai-schema-service/.helmignore similarity index 100% rename from charts/aai-schema-service/.helmignore rename to components/aai-schema-service/.helmignore diff --git a/charts/aai-schema-service/Chart.yaml b/components/aai-schema-service/Chart.yaml similarity index 100% rename from charts/aai-schema-service/Chart.yaml rename to components/aai-schema-service/Chart.yaml diff --git a/charts/aai-schema-service/config/aaiconfig.properties b/components/aai-schema-service/config/aaiconfig.properties similarity index 100% rename from charts/aai-schema-service/config/aaiconfig.properties rename to components/aai-schema-service/config/aaiconfig.properties diff --git a/charts/aai-schema-service/config/application.properties b/components/aai-schema-service/config/application.properties similarity index 100% rename from charts/aai-schema-service/config/application.properties rename to components/aai-schema-service/config/application.properties diff --git a/charts/aai-schema-service/config/localhost-access-logback.xml b/components/aai-schema-service/config/localhost-access-logback.xml similarity index 100% rename from charts/aai-schema-service/config/localhost-access-logback.xml rename to components/aai-schema-service/config/localhost-access-logback.xml diff --git a/charts/aai-schema-service/config/logback.xml b/components/aai-schema-service/config/logback.xml similarity index 100% rename from charts/aai-schema-service/config/logback.xml rename to components/aai-schema-service/config/logback.xml diff --git a/charts/aai-schema-service/config/realm.properties b/components/aai-schema-service/config/realm.properties similarity index 100% rename from charts/aai-schema-service/config/realm.properties rename to components/aai-schema-service/config/realm.properties diff --git a/charts/aai-schema-service/templates/configmap.yaml b/components/aai-schema-service/templates/configmap.yaml similarity index 100% rename from charts/aai-schema-service/templates/configmap.yaml rename to components/aai-schema-service/templates/configmap.yaml diff --git a/charts/aai-schema-service/templates/deployment.yaml b/components/aai-schema-service/templates/deployment.yaml similarity index 100% rename from charts/aai-schema-service/templates/deployment.yaml rename to components/aai-schema-service/templates/deployment.yaml diff --git a/charts/aai-schema-service/templates/service.yaml b/components/aai-schema-service/templates/service.yaml similarity index 100% rename from charts/aai-schema-service/templates/service.yaml rename to components/aai-schema-service/templates/service.yaml diff --git a/charts/aai-schema-service/values.yaml b/components/aai-schema-service/values.yaml similarity index 100% rename from charts/aai-schema-service/values.yaml rename to components/aai-schema-service/values.yaml diff --git a/charts/aai-search-data/.helmignore b/components/aai-search-data/.helmignore similarity index 100% rename from charts/aai-search-data/.helmignore rename to components/aai-search-data/.helmignore diff --git a/charts/aai-search-data/Chart.yaml b/components/aai-search-data/Chart.yaml similarity index 100% rename from charts/aai-search-data/Chart.yaml rename to components/aai-search-data/Chart.yaml diff --git a/charts/aai-search-data/resources/config/analysis-config.json b/components/aai-search-data/resources/config/analysis-config.json similarity index 100% rename from charts/aai-search-data/resources/config/analysis-config.json rename to components/aai-search-data/resources/config/analysis-config.json diff --git a/charts/aai-search-data/resources/config/auth/search_policy.json b/components/aai-search-data/resources/config/auth/search_policy.json similarity index 100% rename from charts/aai-search-data/resources/config/auth/search_policy.json rename to components/aai-search-data/resources/config/auth/search_policy.json diff --git a/charts/aai-search-data/resources/config/auth/tomcat_keystore b/components/aai-search-data/resources/config/auth/tomcat_keystore similarity index 100% rename from charts/aai-search-data/resources/config/auth/tomcat_keystore rename to components/aai-search-data/resources/config/auth/tomcat_keystore diff --git a/charts/aai-search-data/resources/config/dynamic-custom-template.json b/components/aai-search-data/resources/config/dynamic-custom-template.json similarity index 100% rename from charts/aai-search-data/resources/config/dynamic-custom-template.json rename to components/aai-search-data/resources/config/dynamic-custom-template.json diff --git a/charts/aai-search-data/resources/config/elastic-search.properties b/components/aai-search-data/resources/config/elastic-search.properties similarity index 100% rename from charts/aai-search-data/resources/config/elastic-search.properties rename to components/aai-search-data/resources/config/elastic-search.properties diff --git a/charts/aai-search-data/resources/config/es-payload-translation.json b/components/aai-search-data/resources/config/es-payload-translation.json similarity index 100% rename from charts/aai-search-data/resources/config/es-payload-translation.json rename to components/aai-search-data/resources/config/es-payload-translation.json diff --git a/charts/aai-search-data/resources/config/filter-config.json b/components/aai-search-data/resources/config/filter-config.json similarity index 100% rename from charts/aai-search-data/resources/config/filter-config.json rename to components/aai-search-data/resources/config/filter-config.json diff --git a/charts/aai-search-data/resources/config/log/logback.xml b/components/aai-search-data/resources/config/log/logback.xml similarity index 100% rename from charts/aai-search-data/resources/config/log/logback.xml rename to components/aai-search-data/resources/config/log/logback.xml diff --git a/charts/aai-search-data/resources/fproxy/config/fproxy.properties b/components/aai-search-data/resources/fproxy/config/fproxy.properties similarity index 100% rename from charts/aai-search-data/resources/fproxy/config/fproxy.properties rename to components/aai-search-data/resources/fproxy/config/fproxy.properties diff --git a/charts/aai-search-data/resources/fproxy/config/logback-spring.xml b/components/aai-search-data/resources/fproxy/config/logback-spring.xml similarity index 100% rename from charts/aai-search-data/resources/fproxy/config/logback-spring.xml rename to components/aai-search-data/resources/fproxy/config/logback-spring.xml diff --git a/charts/aai-search-data/resources/fproxy/config/readme.txt b/components/aai-search-data/resources/fproxy/config/readme.txt similarity index 100% rename from charts/aai-search-data/resources/fproxy/config/readme.txt rename to components/aai-search-data/resources/fproxy/config/readme.txt diff --git a/charts/aai-search-data/resources/rproxy/config/auth/uri-authorization.json b/components/aai-search-data/resources/rproxy/config/auth/uri-authorization.json similarity index 100% rename from charts/aai-search-data/resources/rproxy/config/auth/uri-authorization.json rename to components/aai-search-data/resources/rproxy/config/auth/uri-authorization.json diff --git a/charts/aai-search-data/resources/rproxy/config/cadi.properties b/components/aai-search-data/resources/rproxy/config/cadi.properties similarity index 100% rename from charts/aai-search-data/resources/rproxy/config/cadi.properties rename to components/aai-search-data/resources/rproxy/config/cadi.properties diff --git a/charts/aai-search-data/resources/rproxy/config/forward-proxy.properties b/components/aai-search-data/resources/rproxy/config/forward-proxy.properties similarity index 100% rename from charts/aai-search-data/resources/rproxy/config/forward-proxy.properties rename to components/aai-search-data/resources/rproxy/config/forward-proxy.properties diff --git a/charts/aai-search-data/resources/rproxy/config/logback-spring.xml b/components/aai-search-data/resources/rproxy/config/logback-spring.xml similarity index 100% rename from charts/aai-search-data/resources/rproxy/config/logback-spring.xml rename to components/aai-search-data/resources/rproxy/config/logback-spring.xml diff --git a/charts/aai-search-data/resources/rproxy/config/primary-service.properties b/components/aai-search-data/resources/rproxy/config/primary-service.properties similarity index 100% rename from charts/aai-search-data/resources/rproxy/config/primary-service.properties rename to components/aai-search-data/resources/rproxy/config/primary-service.properties diff --git a/charts/aai-search-data/resources/rproxy/config/readme.txt b/components/aai-search-data/resources/rproxy/config/readme.txt similarity index 100% rename from charts/aai-search-data/resources/rproxy/config/readme.txt rename to components/aai-search-data/resources/rproxy/config/readme.txt diff --git a/charts/aai-search-data/resources/rproxy/config/reverse-proxy.properties b/components/aai-search-data/resources/rproxy/config/reverse-proxy.properties similarity index 100% rename from charts/aai-search-data/resources/rproxy/config/reverse-proxy.properties rename to components/aai-search-data/resources/rproxy/config/reverse-proxy.properties diff --git a/charts/aai-search-data/templates/configmap.yaml b/components/aai-search-data/templates/configmap.yaml similarity index 100% rename from charts/aai-search-data/templates/configmap.yaml rename to components/aai-search-data/templates/configmap.yaml diff --git a/charts/aai-search-data/templates/deployment.yaml b/components/aai-search-data/templates/deployment.yaml similarity index 100% rename from charts/aai-search-data/templates/deployment.yaml rename to components/aai-search-data/templates/deployment.yaml diff --git a/charts/aai-search-data/templates/secret.yaml b/components/aai-search-data/templates/secret.yaml similarity index 100% rename from charts/aai-search-data/templates/secret.yaml rename to components/aai-search-data/templates/secret.yaml diff --git a/charts/aai-search-data/templates/service.yaml b/components/aai-search-data/templates/service.yaml similarity index 100% rename from charts/aai-search-data/templates/service.yaml rename to components/aai-search-data/templates/service.yaml diff --git a/charts/aai-search-data/values.yaml b/components/aai-search-data/values.yaml similarity index 100% rename from charts/aai-search-data/values.yaml rename to components/aai-search-data/values.yaml diff --git a/charts/aai-sparky-be/.helmignore b/components/aai-sparky-be/.helmignore similarity index 100% rename from charts/aai-sparky-be/.helmignore rename to components/aai-sparky-be/.helmignore diff --git a/charts/aai-sparky-be/Chart.yaml b/components/aai-sparky-be/Chart.yaml similarity index 100% rename from charts/aai-sparky-be/Chart.yaml rename to components/aai-sparky-be/Chart.yaml diff --git a/charts/aai-sparky-be/resources/config/application-oxm-default.properties b/components/aai-sparky-be/resources/config/application-oxm-default.properties similarity index 100% rename from charts/aai-sparky-be/resources/config/application-oxm-default.properties rename to components/aai-sparky-be/resources/config/application-oxm-default.properties diff --git a/charts/aai-sparky-be/resources/config/application-oxm-override.properties b/components/aai-sparky-be/resources/config/application-oxm-override.properties similarity index 100% rename from charts/aai-sparky-be/resources/config/application-oxm-override.properties rename to components/aai-sparky-be/resources/config/application-oxm-override.properties diff --git a/charts/aai-sparky-be/resources/config/application-oxm-schema-prod.properties b/components/aai-sparky-be/resources/config/application-oxm-schema-prod.properties similarity index 100% rename from charts/aai-sparky-be/resources/config/application-oxm-schema-prod.properties rename to components/aai-sparky-be/resources/config/application-oxm-schema-prod.properties diff --git a/charts/aai-sparky-be/resources/config/application-resources.properties b/components/aai-sparky-be/resources/config/application-resources.properties similarity index 100% rename from charts/aai-sparky-be/resources/config/application-resources.properties rename to components/aai-sparky-be/resources/config/application-resources.properties diff --git a/charts/aai-sparky-be/resources/config/application-ssl.properties b/components/aai-sparky-be/resources/config/application-ssl.properties similarity index 100% rename from charts/aai-sparky-be/resources/config/application-ssl.properties rename to components/aai-sparky-be/resources/config/application-ssl.properties diff --git a/charts/aai-sparky-be/resources/config/application-sync.properties b/components/aai-sparky-be/resources/config/application-sync.properties similarity index 100% rename from charts/aai-sparky-be/resources/config/application-sync.properties rename to components/aai-sparky-be/resources/config/application-sync.properties diff --git a/charts/aai-sparky-be/resources/config/application.properties b/components/aai-sparky-be/resources/config/application.properties similarity index 100% rename from charts/aai-sparky-be/resources/config/application.properties rename to components/aai-sparky-be/resources/config/application.properties diff --git a/charts/aai-sparky-be/resources/config/auth/client-cert-onap.p12 b/components/aai-sparky-be/resources/config/auth/client-cert-onap.p12 similarity index 100% rename from charts/aai-sparky-be/resources/config/auth/client-cert-onap.p12 rename to components/aai-sparky-be/resources/config/auth/client-cert-onap.p12 diff --git a/charts/aai-sparky-be/resources/config/auth/csp-cookie-filter.properties b/components/aai-sparky-be/resources/config/auth/csp-cookie-filter.properties similarity index 100% rename from charts/aai-sparky-be/resources/config/auth/csp-cookie-filter.properties rename to components/aai-sparky-be/resources/config/auth/csp-cookie-filter.properties diff --git a/charts/aai-sparky-be/resources/config/auth/org.onap.aai.p12 b/components/aai-sparky-be/resources/config/auth/org.onap.aai.p12 similarity index 100% rename from charts/aai-sparky-be/resources/config/auth/org.onap.aai.p12 rename to components/aai-sparky-be/resources/config/auth/org.onap.aai.p12 diff --git a/charts/aai-sparky-be/resources/config/portal/BOOT-INF/classes/key.properties b/components/aai-sparky-be/resources/config/portal/BOOT-INF/classes/key.properties similarity index 100% rename from charts/aai-sparky-be/resources/config/portal/BOOT-INF/classes/key.properties rename to components/aai-sparky-be/resources/config/portal/BOOT-INF/classes/key.properties diff --git a/charts/aai-sparky-be/resources/config/portal/BOOT-INF/classes/portal.properties b/components/aai-sparky-be/resources/config/portal/BOOT-INF/classes/portal.properties similarity index 100% rename from charts/aai-sparky-be/resources/config/portal/BOOT-INF/classes/portal.properties rename to components/aai-sparky-be/resources/config/portal/BOOT-INF/classes/portal.properties diff --git a/charts/aai-sparky-be/resources/config/portal/cadi.properties b/components/aai-sparky-be/resources/config/portal/cadi.properties similarity index 100% rename from charts/aai-sparky-be/resources/config/portal/cadi.properties rename to components/aai-sparky-be/resources/config/portal/cadi.properties diff --git a/charts/aai-sparky-be/resources/config/portal/keyFile b/components/aai-sparky-be/resources/config/portal/keyFile similarity index 100% rename from charts/aai-sparky-be/resources/config/portal/keyFile rename to components/aai-sparky-be/resources/config/portal/keyFile diff --git a/charts/aai-sparky-be/resources/config/portal/portal-authentication.properties b/components/aai-sparky-be/resources/config/portal/portal-authentication.properties similarity index 100% rename from charts/aai-sparky-be/resources/config/portal/portal-authentication.properties rename to components/aai-sparky-be/resources/config/portal/portal-authentication.properties diff --git a/charts/aai-sparky-be/resources/config/roles.config b/components/aai-sparky-be/resources/config/roles.config similarity index 100% rename from charts/aai-sparky-be/resources/config/roles.config rename to components/aai-sparky-be/resources/config/roles.config diff --git a/charts/aai-sparky-be/resources/config/users.config b/components/aai-sparky-be/resources/config/users.config similarity index 100% rename from charts/aai-sparky-be/resources/config/users.config rename to components/aai-sparky-be/resources/config/users.config diff --git a/charts/aai-sparky-be/templates/configmap.yaml b/components/aai-sparky-be/templates/configmap.yaml similarity index 100% rename from charts/aai-sparky-be/templates/configmap.yaml rename to components/aai-sparky-be/templates/configmap.yaml diff --git a/charts/aai-sparky-be/templates/deployment.yaml b/components/aai-sparky-be/templates/deployment.yaml similarity index 100% rename from charts/aai-sparky-be/templates/deployment.yaml rename to components/aai-sparky-be/templates/deployment.yaml diff --git a/charts/aai-sparky-be/templates/secret.yaml b/components/aai-sparky-be/templates/secret.yaml similarity index 100% rename from charts/aai-sparky-be/templates/secret.yaml rename to components/aai-sparky-be/templates/secret.yaml diff --git a/charts/aai-sparky-be/templates/service.yaml b/components/aai-sparky-be/templates/service.yaml similarity index 100% rename from charts/aai-sparky-be/templates/service.yaml rename to components/aai-sparky-be/templates/service.yaml diff --git a/charts/aai-sparky-be/values.yaml b/components/aai-sparky-be/values.yaml similarity index 100% rename from charts/aai-sparky-be/values.yaml rename to components/aai-sparky-be/values.yaml diff --git a/charts/aai-spike/Chart.yaml b/components/aai-spike/Chart.yaml similarity index 100% rename from charts/aai-spike/Chart.yaml rename to components/aai-spike/Chart.yaml diff --git a/charts/aai-spike/requirements.yaml b/components/aai-spike/requirements.yaml similarity index 100% rename from charts/aai-spike/requirements.yaml rename to components/aai-spike/requirements.yaml diff --git a/charts/aai-spike/resources/config/auth/client-cert.p12 b/components/aai-spike/resources/config/auth/client-cert.p12 similarity index 100% rename from charts/aai-spike/resources/config/auth/client-cert.p12 rename to components/aai-spike/resources/config/auth/client-cert.p12 diff --git a/charts/aai-spike/resources/config/auth/tomcat_keystore b/components/aai-spike/resources/config/auth/tomcat_keystore similarity index 100% rename from charts/aai-spike/resources/config/auth/tomcat_keystore rename to components/aai-spike/resources/config/auth/tomcat_keystore diff --git a/charts/aai-spike/resources/config/edgeprops-ingest.properties b/components/aai-spike/resources/config/edgeprops-ingest.properties similarity index 100% rename from charts/aai-spike/resources/config/edgeprops-ingest.properties rename to components/aai-spike/resources/config/edgeprops-ingest.properties diff --git a/charts/aai-spike/resources/config/logback.xml b/components/aai-spike/resources/config/logback.xml similarity index 100% rename from charts/aai-spike/resources/config/logback.xml rename to components/aai-spike/resources/config/logback.xml diff --git a/charts/aai-spike/resources/config/model/edge_props/edge_properties_v10.json b/components/aai-spike/resources/config/model/edge_props/edge_properties_v10.json similarity index 100% rename from charts/aai-spike/resources/config/model/edge_props/edge_properties_v10.json rename to components/aai-spike/resources/config/model/edge_props/edge_properties_v10.json diff --git a/charts/aai-spike/resources/config/model/edge_props/edge_properties_v11.json b/components/aai-spike/resources/config/model/edge_props/edge_properties_v11.json similarity index 100% rename from charts/aai-spike/resources/config/model/edge_props/edge_properties_v11.json rename to components/aai-spike/resources/config/model/edge_props/edge_properties_v11.json diff --git a/charts/aai-spike/resources/config/model/edge_props/edge_properties_v12.json b/components/aai-spike/resources/config/model/edge_props/edge_properties_v12.json similarity index 100% rename from charts/aai-spike/resources/config/model/edge_props/edge_properties_v12.json rename to components/aai-spike/resources/config/model/edge_props/edge_properties_v12.json diff --git a/charts/aai-spike/resources/config/model/edge_props/edge_properties_v13.json b/components/aai-spike/resources/config/model/edge_props/edge_properties_v13.json similarity index 100% rename from charts/aai-spike/resources/config/model/edge_props/edge_properties_v13.json rename to components/aai-spike/resources/config/model/edge_props/edge_properties_v13.json diff --git a/charts/aai-spike/resources/config/model/edge_props/edge_properties_v14.json b/components/aai-spike/resources/config/model/edge_props/edge_properties_v14.json similarity index 100% rename from charts/aai-spike/resources/config/model/edge_props/edge_properties_v14.json rename to components/aai-spike/resources/config/model/edge_props/edge_properties_v14.json diff --git a/charts/aai-spike/resources/config/model/edge_props/edge_properties_v15.json b/components/aai-spike/resources/config/model/edge_props/edge_properties_v15.json similarity index 100% rename from charts/aai-spike/resources/config/model/edge_props/edge_properties_v15.json rename to components/aai-spike/resources/config/model/edge_props/edge_properties_v15.json diff --git a/charts/aai-spike/resources/config/model/edge_props/edge_properties_v7.json b/components/aai-spike/resources/config/model/edge_props/edge_properties_v7.json similarity index 100% rename from charts/aai-spike/resources/config/model/edge_props/edge_properties_v7.json rename to components/aai-spike/resources/config/model/edge_props/edge_properties_v7.json diff --git a/charts/aai-spike/resources/config/model/edge_props/edge_properties_v8.json b/components/aai-spike/resources/config/model/edge_props/edge_properties_v8.json similarity index 100% rename from charts/aai-spike/resources/config/model/edge_props/edge_properties_v8.json rename to components/aai-spike/resources/config/model/edge_props/edge_properties_v8.json diff --git a/charts/aai-spike/resources/config/model/edge_props/edge_properties_v9.json b/components/aai-spike/resources/config/model/edge_props/edge_properties_v9.json similarity index 100% rename from charts/aai-spike/resources/config/model/edge_props/edge_properties_v9.json rename to components/aai-spike/resources/config/model/edge_props/edge_properties_v9.json diff --git a/charts/aai-spike/resources/config/schema-ingest.properties b/components/aai-spike/resources/config/schema-ingest.properties similarity index 100% rename from charts/aai-spike/resources/config/schema-ingest.properties rename to components/aai-spike/resources/config/schema-ingest.properties diff --git a/charts/aai-spike/resources/config/spike-beans.xml b/components/aai-spike/resources/config/spike-beans.xml similarity index 100% rename from charts/aai-spike/resources/config/spike-beans.xml rename to components/aai-spike/resources/config/spike-beans.xml diff --git a/charts/aai-spike/resources/config/spike.properties b/components/aai-spike/resources/config/spike.properties similarity index 100% rename from charts/aai-spike/resources/config/spike.properties rename to components/aai-spike/resources/config/spike.properties diff --git a/charts/aai-spike/templates/configmap.yaml b/components/aai-spike/templates/configmap.yaml similarity index 100% rename from charts/aai-spike/templates/configmap.yaml rename to components/aai-spike/templates/configmap.yaml diff --git a/charts/aai-spike/templates/deployment.yaml b/components/aai-spike/templates/deployment.yaml similarity index 100% rename from charts/aai-spike/templates/deployment.yaml rename to components/aai-spike/templates/deployment.yaml diff --git a/charts/aai-spike/templates/secrets.yaml b/components/aai-spike/templates/secrets.yaml similarity index 100% rename from charts/aai-spike/templates/secrets.yaml rename to components/aai-spike/templates/secrets.yaml diff --git a/charts/aai-spike/templates/service.yaml b/components/aai-spike/templates/service.yaml similarity index 100% rename from charts/aai-spike/templates/service.yaml rename to components/aai-spike/templates/service.yaml diff --git a/charts/aai-spike/values.yaml b/components/aai-spike/values.yaml similarity index 100% rename from charts/aai-spike/values.yaml rename to components/aai-spike/values.yaml diff --git a/charts/aai-traversal/.helmignore b/components/aai-traversal/.helmignore similarity index 100% rename from charts/aai-traversal/.helmignore rename to components/aai-traversal/.helmignore diff --git a/charts/aai-traversal/Chart.yaml b/components/aai-traversal/Chart.yaml similarity index 100% rename from charts/aai-traversal/Chart.yaml rename to components/aai-traversal/Chart.yaml diff --git a/charts/aai-traversal/resources/config/aaf/bath_config.csv b/components/aai-traversal/resources/config/aaf/bath_config.csv similarity index 100% rename from charts/aai-traversal/resources/config/aaf/bath_config.csv rename to components/aai-traversal/resources/config/aaf/bath_config.csv diff --git a/charts/aai-traversal/resources/config/aaf/cadi.properties b/components/aai-traversal/resources/config/aaf/cadi.properties similarity index 100% rename from charts/aai-traversal/resources/config/aaf/cadi.properties rename to components/aai-traversal/resources/config/aaf/cadi.properties diff --git a/charts/aai-traversal/resources/config/aaf/org.onap.aai.keyfile b/components/aai-traversal/resources/config/aaf/org.onap.aai.keyfile similarity index 100% rename from charts/aai-traversal/resources/config/aaf/org.onap.aai.keyfile rename to components/aai-traversal/resources/config/aaf/org.onap.aai.keyfile diff --git a/charts/aai-traversal/resources/config/aaf/org.onap.aai.p12 b/components/aai-traversal/resources/config/aaf/org.onap.aai.p12 similarity index 100% rename from charts/aai-traversal/resources/config/aaf/org.onap.aai.p12 rename to components/aai-traversal/resources/config/aaf/org.onap.aai.p12 diff --git a/charts/aai-traversal/resources/config/aaf/org.onap.aai.props b/components/aai-traversal/resources/config/aaf/org.onap.aai.props similarity index 100% rename from charts/aai-traversal/resources/config/aaf/org.onap.aai.props rename to components/aai-traversal/resources/config/aaf/org.onap.aai.props diff --git a/charts/aai-traversal/resources/config/aaf/org.osaaf.location.props b/components/aai-traversal/resources/config/aaf/org.osaaf.location.props similarity index 100% rename from charts/aai-traversal/resources/config/aaf/org.osaaf.location.props rename to components/aai-traversal/resources/config/aaf/org.osaaf.location.props diff --git a/charts/aai-traversal/resources/config/aaf/permissions.properties b/components/aai-traversal/resources/config/aaf/permissions.properties similarity index 100% rename from charts/aai-traversal/resources/config/aaf/permissions.properties rename to components/aai-traversal/resources/config/aaf/permissions.properties diff --git a/charts/aai-traversal/resources/config/aaiconfig.properties b/components/aai-traversal/resources/config/aaiconfig.properties similarity index 100% rename from charts/aai-traversal/resources/config/aaiconfig.properties rename to components/aai-traversal/resources/config/aaiconfig.properties diff --git a/charts/aai-traversal/resources/config/application.properties b/components/aai-traversal/resources/config/application.properties similarity index 100% rename from charts/aai-traversal/resources/config/application.properties rename to components/aai-traversal/resources/config/application.properties diff --git a/charts/aai-traversal/resources/config/janusgraph-cached.properties b/components/aai-traversal/resources/config/janusgraph-cached.properties similarity index 100% rename from charts/aai-traversal/resources/config/janusgraph-cached.properties rename to components/aai-traversal/resources/config/janusgraph-cached.properties diff --git a/charts/aai-traversal/resources/config/janusgraph-realtime.properties b/components/aai-traversal/resources/config/janusgraph-realtime.properties similarity index 100% rename from charts/aai-traversal/resources/config/janusgraph-realtime.properties rename to components/aai-traversal/resources/config/janusgraph-realtime.properties diff --git a/charts/aai-traversal/resources/config/localhost-access-logback.xml b/components/aai-traversal/resources/config/localhost-access-logback.xml similarity index 100% rename from charts/aai-traversal/resources/config/localhost-access-logback.xml rename to components/aai-traversal/resources/config/localhost-access-logback.xml diff --git a/charts/aai-traversal/resources/config/logback.xml b/components/aai-traversal/resources/config/logback.xml similarity index 100% rename from charts/aai-traversal/resources/config/logback.xml rename to components/aai-traversal/resources/config/logback.xml diff --git a/charts/aai-traversal/resources/config/realm.properties b/components/aai-traversal/resources/config/realm.properties similarity index 100% rename from charts/aai-traversal/resources/config/realm.properties rename to components/aai-traversal/resources/config/realm.properties diff --git a/charts/aai-traversal/templates/configmap.yaml b/components/aai-traversal/templates/configmap.yaml similarity index 100% rename from charts/aai-traversal/templates/configmap.yaml rename to components/aai-traversal/templates/configmap.yaml diff --git a/charts/aai-traversal/templates/deployment.yaml b/components/aai-traversal/templates/deployment.yaml similarity index 100% rename from charts/aai-traversal/templates/deployment.yaml rename to components/aai-traversal/templates/deployment.yaml diff --git a/charts/aai-traversal/templates/job.yaml b/components/aai-traversal/templates/job.yaml similarity index 100% rename from charts/aai-traversal/templates/job.yaml rename to components/aai-traversal/templates/job.yaml diff --git a/charts/aai-traversal/templates/service.yaml b/components/aai-traversal/templates/service.yaml similarity index 100% rename from charts/aai-traversal/templates/service.yaml rename to components/aai-traversal/templates/service.yaml diff --git a/charts/aai-traversal/values.yaml b/components/aai-traversal/values.yaml similarity index 100% rename from charts/aai-traversal/values.yaml rename to components/aai-traversal/values.yaml diff --git a/requirements.yaml b/requirements.yaml index dfe5ecf..92a70ad 100644 --- a/requirements.yaml +++ b/requirements.yaml @@ -27,3 +27,55 @@ dependencies: # be published independently to a repo (at this point) repository: '@local' condition: global.cassandra.localCluster + - name: aai-babel + version: ~5.x-0 + repository: 'file://components/aai-babel' + condition: aai-babel.enabled + - name: aai-champ + version: ~5.x-0 + repository: 'file://components/aai-champ' + condition: aai-champ.enabled + - name: aai-data-router + version: ~5.x-0 + repository: 'file://components/aai-data-router' + condition: aai-data-router.enabled + - name: aai-elasticsearch + version: ~5.x-0 + repository: 'file://components/aai-elasticsearch' + condition: aai-elasticsearch.enabled + - name: aai-gizmo + version: ~5.x-0 + repository: 'file://components/aai-gizmo' + condition: aai-gizmo.enabled + - name: aai-graphadmin + version: ~5.x-0 + repository: 'file://components/aai-graphadmin' + condition: aai-graphadmin.enabled + - name: aai-modelloader + version: ~5.x-0 + repository: 'file://components/aai-modelloader' + condition: aai-modelloader.enabled + - name: aai-resources + version: ~5.x-0 + repository: 'file://components/aai-resources' + condition: aai-resources.enabled + - name: aai-schema-service + version: ~5.x-0 + repository: 'file://components/aai-schema-service' + condition: aai-schema-service.enabled + - name: aai-search-data + version: ~5.x-0 + repository: 'file://components/aai-search-data' + condition: aai-search-data.enabled + - name: aai-sparky-be + version: ~5.x-0 + repository: 'file://components/aai-sparky-be' + condition: aai-sparky-be.enabled + - name: aai-spike + version: ~5.x-0 + repository: 'file://components/aai-spike' + condition: aai-spike.enabled + - name: aai-traversal + version: ~5.x-0 + repository: 'file://components/aai-traversal' + condition: aai-traversal.enabled diff --git a/values.yaml b/values.yaml index e69cce6..8b66337 100644 --- a/values.yaml +++ b/values.yaml @@ -374,3 +374,10 @@ resources: cpu: 2 memory: 2Gi unlimited: {} + +aai-champ: + enabled: false +aai-gizmo: + enabled: false +aai-spike: + enabled: false