[WIP] Add new AAI configuration files 73/8173/9
authoryuryn <Yury.Novitsky@Amdocs.com>
Mon, 21 Aug 2017 14:18:42 +0000 (17:18 +0300)
committerYury Novitsky <Yury.Novitsky@Amdocs.com>
Wed, 23 Aug 2017 15:02:02 +0000 (15:02 +0000)
commit441adcffd7041266378ae251f36592da5a44f2c2
tree4973ef7f4ab451d0529a92653e6424ae567639f8
parent0473270da932e4bbf596007fd8fb7ec3cba4e1cc
[WIP] Add new AAI configuration files

Addressed review comments:
1. Use k8s lookup names for host names
2. Use existing /opt/data/hdfs-data-name folder
3. Remove redundant entries in yaml files

Change-Id: Ied5f559aebc89c9a22b3e5228e6625af86646b5f
Issue-ID: OOM-65
Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
37 files changed:
kubernetes/aai/aai-resources-deployment.yaml
kubernetes/aai/aai-traversal-deployment.yaml
kubernetes/aai/all-services.yaml
kubernetes/aai/data-router-deployment.yaml
kubernetes/aai/hbase-deployment.yaml
kubernetes/aai/modelloader-deployment.yaml
kubernetes/aai/search-data-service-deployment.yaml
kubernetes/aai/sparky-be-deployment.yaml
kubernetes/config/docker/init/src/config/aai/data-router/appconfig/auth/client-cert-onap.p12 [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/data-router/appconfig/auth/data-router_policy.json [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/data-router/appconfig/auth/tomcat_keystore [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/data-router/appconfig/data-router.properties [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/data-router/appconfig/model/aai_oxm_v10.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/data-router/appconfig/model/aai_oxm_v8.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/data-router/appconfig/model/aai_oxm_v9.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/data-router/dynamic/conf/entity-event-policy.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/data-router/dynamic/routes/entity-event.route [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/elasticsearch/config/elasticsearch.yml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/model-loader/appconfig/auth/aai-os-cert.p12 [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/model-loader/appconfig/model-loader.properties [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/search-data-service/appconfig/analysis-config.json [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/search-data-service/appconfig/auth/search_policy.json [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/search-data-service/appconfig/auth/tomcat_keystore [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/search-data-service/appconfig/elastic-search.properties [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/search-data-service/appconfig/filter-config.json [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/sparky-be/appconfig/aai.properties [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/sparky-be/appconfig/auth/aai-os-cert.p12 [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/sparky-be/appconfig/auth/client-cert-onap.p12 [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/sparky-be/appconfig/auth/inventory-ui-keystore [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/sparky-be/appconfig/elasticsearch.properties [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/sparky-be/appconfig/model/aai_oxm_v9.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/sparky-be/appconfig/portal/portal-authentication.properties [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/sparky-be/appconfig/portal/portal.properties [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/sparky-be/appconfig/roles.config [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/sparky-be/appconfig/search-service.properties [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/sparky-be/appconfig/suggestive-search.properties [new file with mode: 0644]
kubernetes/config/docker/init/src/config/aai/sparky-be/appconfig/synchronizer.properties [new file with mode: 0644]