summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2017-09-06Merge "Modify AAI service endpoints annotation"rui hu1-31/+31
2017-09-06Modify AAI service endpoints annotationHuabingZhao1-31/+31
Modify version to 11 Modify service url, add aai/v11 prefix Issue-Id: OOM-221 Change-Id: Ie61a44fa1b8904b65892712d183d311143ed62f8 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-05sparky-fe -> sparky-be. OOM-264nagu1-1/+1
fixes invalid host file entry in vnc-portal pod Change-Id: I85effcc4f9e84ae8d9921816398547abfe82d520 Signed-off-by: nagu <nagaraja_sr@infosys.com>
2017-09-05Use DMaaP from message-routeryuryn68-546/+3
Remove AAI DMaaP (with its zookeeper and kafka) and adjust AAI configuration to work with the common ONAP DMaaP from message-router project Change-Id: Ia9a4348d2ad28623ddc0e1c149ef35d33db90fb4 Issue-ID: OOM-65 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-09-05Merge "Use paramers for readiness image and pullPolicy"Yury Novitsky3-6/+6
2017-09-05Use paramers for readiness image and pullPolicyyuryn3-6/+6
Change-Id: I2c1aa2ff35c1fb698111e30f1abcd076f5b658b4 Issue-ID: OOM-65 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-09-05Merge "NodePort Helm Parametrization"Yury Novitsky23-56/+51
2017-09-05Merge "Fix json format issue for aai annotation"rui hu1-30/+30
2017-09-05Fix json format issue for aai annotationHuabingZhao1-30/+30
Issue-Id: OOM-221 Change-Id: Ic5a098b7a10181f1e9b87fab41487e64347d9e3e Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-05Merge "Kube2MSB Registrator k8s deployment"rui hu3-0/+39
2017-09-02Kube2MSB Registrator k8s deploymentHuabingZhao3-0/+39
Issue-ID: OOM-260 Change-Id: Ie79fc2d33d3695919cdcb44f5a22cf424019cfb7 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-02Merge "add namespace"rui hu5-0/+8
2017-09-02add namespaceHuabingZhao5-0/+8
Issue-ID: OOM-113 Change-Id: Ifaa978ed6156a661ae8312959fd4dc70a8029e32 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-02Merge changes I36641bbb,Ia8568265rui hu5-10/+132
* changes: parameterize docker image add service endpoint annotation for aai
2017-09-02parameterize docker imageHuabingZhao4-10/+15
Issue-Id: OOM-113 Change-Id: I36641bbb2c973f3df9a9d1a24e7197c21552e61b Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-01fixing failed SDC FE and BE startupMandeep Khinda3-10/+0
- a new sdcfe/be image was failing because of a file conflict with the keystore file that was mounted into the pods. fix was to remove mount and let chef do its thing inside the pods Issue-ID: OOM-259 Change-Id: Ib7937da71adf0a20c90d6efca71ccfb7c550f42d Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-01Merge "removing config files not used anymore"Mandeep Khinda3-110/+0
2017-09-01Merge changes Icd5a6b29,I84d2647aMandeep Khinda7-22/+178
* changes: addressing search data properties CI comment getting traversal, resources, & gremlin to boot
2017-09-01add service endpoint annotation for aaiHuabingZhao1-0/+117
Issue-Id: OOM-221 Change-Id: Ia85682652ed9f489377d6614a61cce91cd77f162 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-01Merge "service endpoint annotation for so"rui hu1-0/+20
2017-09-01service endpoint annotation for soHuabingZhao1-0/+20
Issue-Id: OOM-226 Change-Id: Iac7bcf795ca9e7a3a51f56ef5b29d55ab4e16251 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-01Merge "add service port to annotation"rui hu1-0/+2
2017-09-01add service port to annotationHuabingZhao1-0/+2
Issue-Id: OOM-222 Change-Id: Iaebaf08d595adfeae405799572b10d59adad61a5 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-01removing config files not used anymoreMandeep Khinda3-110/+0
- zookeeper config mounts should come from the message-router folder Issue-ID: OOM-65 Change-Id: Ie7096db8fa921e696a83d1a8f343c56900dd4892 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-01addressing search data properties CI commentMandeep Khinda1-1/+1
- missed ammending it during original review Issue-ID: OOM-65 Change-Id: Icd5a6b2934d0c75eabdeb6eff40e3d3964304267 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2017-09-01getting traversal, resources, & gremlin to bootMandeep Khinda6-21/+177
- reverted some log dir changes that cause chef to complain about pre-existing directories - had to fork and modify docker-entrypoint for both resources and traversal to avoid git clone of aai-data - updated gremlin hostname so that container comes up... was complaining about failure to bind to port 8182 Issue-ID: OOM-65 Change-Id: I84d2647af588e39502a075880a163104bb39540e Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-08-31config pod script updates for AAI 1.1Mandeep Khinda1-1/+19
Issue-ID: OOM-65 Change-Id: I10c6aa9fc8dd03005b8f740e267f08ea41cc6946 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-31AAI 1.1 aaiproxy configMandeep Khinda1-0/+121
Issue-ID: OOM-65 Change-Id: I16478013f2f0b1b4f4c22b64fb5c9243719db5d2 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-08-31AAI 1.1 elasticsearch configMandeep Khinda1-0/+400
Issue-ID: OOM-65 Change-Id: I73ed4458be14290841349bd2a753365d655b50a5 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com> Signed-off-by: ronakvy <ronak.vyas@amdocs.com>
2017-08-31AAI 1.1 zookeeper configMandeep Khinda3-0/+110
Issue-ID: OOM-65 Change-Id: Iab64a850ca9bc375c7b50efb6a94e376f947a3c1 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com> Signed-off-by: ronakvy <ronak.vyas@amdocs.com>
2017-08-31AAI 1.1 model-loader configMandeep Khinda2-0/+23
Issue-ID: OOM-65 Change-Id: I27159cac2b8c236b8b7afba711f40c82dc7e6e9e Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com> Signed-off-by: ronakvy <ronak.vyas@amdocs.com> Signed-off-by: Eric Au <kachun.au@amdocs.com>
2017-08-31AAI 1.1 search-data-service configMandeep Khinda5-0/+62
Issue-ID: OOM-65 Change-Id: I1d7cde3b8eb231708ffa6e57fca645b4c71b5b2e Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com> Signed-off-by: ronakvy <ronak.vyas@amdocs.com>
2017-08-31AAI 1.1 sparky-be configMandeep Khinda12-0/+5069
Issue-ID: OOM-65 Change-Id: Ic979181bae21fd1f94d24d5bb305d75c6107f458 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com> Signed-off-by: ronakvy <ronak.vyas@amdocs.com>
2017-08-31AAI 1.1 data-router configuration changesMandeep Khinda9-0/+14131
Issue-ID: OOM-65 Change-Id: I73a712025da67fddf8403fe06c33ce5844eca434 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-08-31AAI 1.1 aai-config chef scripts for configMandeep Khinda83-7790/+825
-used by traversal and resources -presence of this directory prevents the container from checking it out within the container Issue-ID: OOM-65 Change-Id: Iebe2c2fcc4247130fcdab7231d6cfe20336a2bf2 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-31AAI 1.1 aai-data chef scripts for configMandeep Khinda62-3590/+224
-used by traversal and resources -presence of this directory prevents the container from checking it out within the container Issue-ID: OOM-65 Change-Id: I0ddca93319527574f325b1f1d54e1e651060be8c Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-31AAI 1.1 message router config mount dataMandeep Khinda61-0/+311
-cloned from the regular message router as it is the exact same Issue-ID: OOM-65 Change-Id: I49d597c2a31f2037540c7ada05014bfcb12722fe Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-31AAI 1.1 K8s templates and aelm branch mergeMandeep Khinda15-140/+773
commit 8a32c4269a6d1dcdcdee6c2548043639754db936 Author: yuryn <Yury.Novitsky@Amdocs.com> Date: Mon Aug 28 14:45:23 2017 +0300 Add dependencies to aai-deployment 1. Add to aai-deployment dependency in aai-resources and aai-traversal 2. Fix readiness ports for data-router and sparky-be Change-Id: Icfcd4685ac3cad8e463b5f8176b28f51890d1e38 Issue-ID: OOM-65 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com> commit 34b6e617ca961b6a6df85e88daf122c7cd4195af Author: yuryn <Yury.Novitsky@Amdocs.com> Date: Sun Aug 27 20:25:29 2017 +0300 Add AAI haproxy 1. Add AAI haproxy 2. Create aai-resources and aai-traversal log dirs Change-Id: Ib60cc7e482cafe2f1185db7bead181f929165ed3 Issue-ID: OOM-65 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com> commit 82417bcba69cc126a811605e7e577941c6c5eb2e Author: yuryn <Yury.Novitsky@Amdocs.com> Date: Thu Aug 24 14:08:30 2017 +0300 Fix aai-model-loader-logs 1. Create aai/model-loader/logs folder in config-init 2. Fix aai-model-loader-logs volume name Change-Id: Ib66b8a226be9f5c42b06e6e7a239af081ad6d874 Issue-ID: OOM-65 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com> commit 441adcffd7041266378ae251f36592da5a44f2c2 Author: yuryn <Yury.Novitsky@Amdocs.com> Date: Mon Aug 21 17:18:42 2017 +0300 [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> commit 0473270da932e4bbf596007fd8fb7ec3cba4e1cc Author: yuryn <Yury.Novitsky@amdocs.com> Date: Sun Aug 20 18:48:51 2017 +0300 Add gremlin and ES services Issue-ID: OOM-65 Change-Id: I3e879418a1258716db1633676cf66bb9620c2b5f Signed-off-by: yuryn <Yury.Novitsky@amdocs.com> commit 0b1332938385cc534b1f034b73f19c145ead87c6 Author: Munir Ahmad <munir.ahmad@bell.ca> Date: Tue Aug 15 15:36:46 2017 -0400 onap 1.1 deployment files work in progress... issue-id: OOM-66 Change-Id: If6553647343bb07464e8cc8556223f0c7a01f134 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> Issue-ID: OOM-65 Change-Id: I4afc3d2457a27791ba72f959c82d791b50e02eb2 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com> Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> Signed-off-by: Eric Au <kachun.au@amdocs.com> Signed-off-by: ronakvy <ronak.vyas@amdocs.com>
2017-08-31NodePort Helm Parametrizationkerenj23-56/+51
parameterization of node ports, and create/delete update to fix multi ONAP instances creation(in diff NS). Issue-ID: OOM-52 Change-Id: Iaa3f5bc43f70b95cdc349389e25ef8b804a7a329 Signed-off-by: kerenj <keren.joseph@amdocs.com>
2017-08-30Merge "add service endpoint annotation"Mike Elliott1-0/+18
2017-08-30Merge "Add ability to deploy mso 1.1 in K8s"Jerome Doucerain23-80/+2141
2017-08-30add service endpoint annotationHuabingZhao1-0/+18
Issue-Id: OOM-222 Change-Id: I9735c7bad45a8dad474a2ef66143e606868170d1 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-08-30Merge "Service objects for iag and eag"rui hu2-3/+39
2017-08-30Service objects for iag and eagHuabingZhao2-3/+39
Issue-Id: OOM-113 Change-Id: Ic91394e18e52b8225d2e31c0cc4ec3e752b94d33 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-08-30Merge "parameterization replica number"rui hu5-4/+7
2017-08-30parameterization replica numberHuabingZhao5-4/+7
Issue-Id: OOM-113 Change-Id: I483e6e9942a3cf7ffd486c8ac53e8f458baa0c21 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-08-29Add ability to deploy mso 1.1 in K8sMike Elliott23-80/+2141
K8s deployment descriptors and configration files for mso 1.1 have been updated. Pushed updated config-init:1.1.0 container to align with code changes. Current state of mso 1.1 codebase is such that all war files deploy in jboss with the exception of workflow message war. This code submission is therefore concidered WIP until code stablizes. Issue-ID: OOM-64 Change-Id: I3ef6c34e090bb9d325dae1736c210c96d6522cfb Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2017-08-29Merge "MSB external api gateway service k8s deployment"rui hu5-5/+49
2017-08-29MSB external api gateway service k8s deploymentHuabingZhao5-5/+49
Issue-Id: OOM-113, MSB-26 Change-Id: If365e75c7ccf7de902f771ffdd2db3b1566b98b6 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-08-29Merge "MSB interal api gateway service k8s deployment"rui hu1-0/+38