Add graphadmin microservice to oom
authorKajur, Harish (vk250x) <vk250x@att.com>
Thu, 6 Sep 2018 18:44:40 +0000 (14:44 -0400)
committerKajur, Harish (vk250x) <vk250x@att.com>
Fri, 7 Sep 2018 02:01:02 +0000 (22:01 -0400)
commit41a435da51a6c39809b9582f79822ac4a6e6c64c
treedfe5fe858cf8f4fd0e2a51f67f8bb7673e571527
parenta57fb71015385a6b4ef4e31097030490193e21fd
Add graphadmin microservice to oom

Add the graphadmin charts to oom
Also added the aai_schema changes to
make the application model driven
Update the resources traversal charts
to be more user configurable

Issue-ID: AAI-1545
Issue-ID: AAI-1474
Change-Id: Ie615cf3675b36a4830242a8510046c22fd95135b
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
39 files changed:
charts/aai-babel/values.yaml
charts/aai-champ/values.yaml
charts/aai-data-router/values.yaml
charts/aai-gizmo/values.yaml
charts/aai-graphadmin/.helmignore [new file with mode: 0644]
charts/aai-graphadmin/Chart.yaml [new file with mode: 0644]
charts/aai-graphadmin/resources/config/aaiconfig.properties [new file with mode: 0644]
charts/aai-graphadmin/resources/config/application.properties [new file with mode: 0644]
charts/aai-graphadmin/resources/config/janusgraph-cached.properties [new file with mode: 0644]
charts/aai-graphadmin/resources/config/janusgraph-realtime.properties [new file with mode: 0644]
charts/aai-graphadmin/resources/config/localhost-access-logback.xml [new file with mode: 0644]
charts/aai-graphadmin/resources/config/logback.xml [new file with mode: 0644]
charts/aai-graphadmin/resources/config/realm.properties [new file with mode: 0644]
charts/aai-graphadmin/templates/configmap.yaml [new file with mode: 0644]
charts/aai-graphadmin/templates/deployment.yaml [new file with mode: 0644]
charts/aai-graphadmin/templates/job.yaml [new file with mode: 0644]
charts/aai-graphadmin/templates/service.yaml [new file with mode: 0644]
charts/aai-graphadmin/values.yaml [new file with mode: 0644]
charts/aai-modelloader/values.yaml
charts/aai-resources/resources/config/aaiconfig.properties
charts/aai-resources/resources/config/application.properties
charts/aai-resources/resources/config/janusgraph-cached.properties
charts/aai-resources/resources/config/janusgraph-realtime.properties
charts/aai-resources/resources/config/logback.xml
charts/aai-resources/templates/deployment.yaml
charts/aai-resources/templates/service.yaml
charts/aai-resources/values.yaml
charts/aai-search-data/values.yaml
charts/aai-traversal/resources/config/aaiconfig.properties
charts/aai-traversal/resources/config/application.properties
charts/aai-traversal/resources/config/janusgraph-cached.properties
charts/aai-traversal/resources/config/janusgraph-realtime.properties
charts/aai-traversal/resources/config/logback.xml
charts/aai-traversal/templates/deployment.yaml
charts/aai-traversal/templates/job.yaml
charts/aai-traversal/values.yaml
templates/configmap.yaml
templates/deployment.yaml
values.yaml