summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2017-09-22Add AAI config changesMike Elliott12-206/+6314
A new RESOURCES_HOSTNAME environment variable was added to the traversal service to allow configuration for communicating with resource service. The gremlin service has been removed from AAI 1.1 deliverables. Change-Id: Id38581d49822cb3aa8ccb912508fabfb5c775a5a Issue-Id: OOM-312 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2017-09-21dcaegen2 bootstrap container in K8sMandeep Khinda7-1/+144
launching the dcaegen2 bootstrap container in OOM K8s. -based on dcaegen2/deployments/bootstrap/README-docker.md -requires an openstack private key pair file locally -requires mining and updating a yaml configuration file as per the comments in the sample file given. -unfortunately, my attempts to bundle the secret and configmap in the helm package didn't work out as they are external files so I create them using the createAll.bash script. Issue-ID: OOM-107 Change-Id: I221f60af66ea0f7e97ddd8b92819dce9aa6b5a81 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-21Merge "Add Consul support to 'OneClick' deployment."Mike Elliott26-2/+477
2017-09-21Add Consul support to 'OneClick' deployment.gfraboni26-2/+477
The OOM is moving to using Consul to provide health checks for all ONAP components. This push adds deployment of a 3 node Consul Server cluster and a single Consul agent to the 'OneClick' deployment. As a first step, health check scripts for the A&AI microservices have also been included. Support for additional ONAP components will follow. Issue-ID: OOM-86 Change-Id: Ib63f3d8b1b745551c9ec55b6529d022b32006e9c Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-21Update to use newly named portal containersMike Elliott1-4/+4
Portal container names now include a hyphen. K8s deployment descriptors updated to point to new containers. Change-Id: I7b6b08a9d707b1b9747c6f45de70df7392cfca8f Issue-Id: OOM-310 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2017-09-21Add fix for multicloud port definition in yamlMike Elliott1-4/+2
Replaced underscore with hypen. Underscores not supported in yaml. Change-Id: I5b45708cc39aac346a03d4d25ed82ab4080bd608 Issue-Id: OOM-309 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2017-09-21fixing appc robot health checkMandeep Khinda1-1/+1
https://gerrit.onap.org/r/#/c/7773/ was not picked up when the appc move to 1.1. was done in the OOM project. Issue-ID: OOM-308 Change-Id: Ic2d6d89cce8d1076b7a4e1decf8665d760209a68 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-20Merge "Added CLAMP containers to ONAP Kubernetes"Mike Elliott16-3/+1087
2017-09-20adding debug log to config-init.shMandeep Khinda1-1/+1
Issue-ID: OOM-307 Change-Id: Ic7261ae2bf34f5490b67daf01851aea1913bd585 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-20porting robot tenantId changeMandeep Khinda4-1/+7
This change to robot caused demo init stop working in OOM as we were using tenantName to keystone auth. https://gerrit.onap.org/r/#/c/11539/ This fixes the issue and requires a new parameter to onap-parameters.yaml. steps to workaround will be provided in the jira comments Issue-ID: INT-149 Change-Id: I3dad07b24313a5bc6637b602a8c52835544155e8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-20Added CLAMP containers to ONAP KubernetesDusan Rozman16-3/+1087
Added the initial deployment yamls for CLAMP and updated one-click Issue-ID: OOM-12 Change-Id: I48c842d77bf95ad53dcff9ab28edf542b1cb4bf5 Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
2017-09-20Merge "Fix API gateway image issue"Alexis de Talhouët2-3/+3
2017-09-20Add msb_apigateway domain and port to multicloudliangke3-0/+12
Change-Id: Iaff7c8d58d913528c05a16302b5a1e18d7824dc1 Issue-Id: OOM-18 Signed-off-by: liangke <lokyse@163.com>
2017-09-19Fix API gateway image issueHuabingZhao2-3/+3
Issue-Id: OOM-113 Change-Id: I669e5e7f0298fc80ab472cd874e6384b24e72c7d Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-19Merge "Add msb and kube2msb registrator to oneclick"Mike Elliott1-1/+2
2017-09-16Add msb and kube2msb registrator to oneclickHuabingZhao1-1/+2
Deploying MSB first and kube2msb last will ensure all the ONAP services can be registered to MSB. Issue-Id: OOM-278 Change-Id: I3210f407c7b338b765117f8f2ba7a1d4920f3b32 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-15Fix annotation issue for policyHuabingZhao1-2/+2
The json format is not correct due to lacking of a comma. Issue-Id: OOM-222 Change-Id: I5af614d02e8cddd96efa80d09d72dcf264756ae1 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-15Add service endpoint annotation for SDCHuabingZhao1-0/+31
Issue-Id: OOM-223 Change-Id: Ie1ad56e163bc00b91465e25359d272122ae8ebfd Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-15Add Multicloud containers to ONAP K8Sliangke8-3/+178
Change-Id: I0801156481c8306cc7599a27d50b981385968a70 Issue-Id: OOM-18 Signed-off-by: liangke <lokyse@163.com>
2017-09-15Merge "Add service endpoint annotation for message router"rui hu1-0/+11
2017-09-14Merge "For global-onap-configmap use file content"Alexis de Talhouët1-1/+1
2017-09-14Merge "Containers time zone sync"Mandeep Khinda40-0/+229
2017-09-14For global-onap-configmap use file contentyuryn1-1/+1
Change-Id: I12780f57f5f2070e5603d25a7fd6a78320220845 Issue-ID: OOM-277 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-09-14Seed of deployment of log componentsitay1-1/+1
Deployment of: Logstash + ElasticSearch + Kubana with all the configuration files- fix hostPath in PersistentVolume Issue-ID:OOM-110 Change-Id: Id8e831667ebd99b501504f12be5b382422e1599b Signed-off-by: itay <Itay.Hassid@Amdocs.Com>
2017-09-14Merge "Deploment configuration for CLI"Yury Novitsky5-1/+60
2017-09-14Merge "move policy config to onap 1.1"Mandeep Khinda16-144/+289
2017-09-14Containers time zone syncyuryn40-0/+229
Make sure time zones on the containers are in sync with the hosting machines Change-Id: Ie22608bda63cbcdf564f73adcdd3e829afad05ca Issue-ID: OOM-299 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-09-14Deploment configuration for CLIsubhash kumar singh5-1/+60
OOM deployment configuration for CLI. Change-Id: I4b34c64be7fba5c3bcfbb35ea497b6e5abde8305 Issue-ID: CLI-41 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-09-14Merge "Seed of deployment of log components"Yury Novitsky38-2/+4576
2017-09-14move policy config to onap 1.1Mandeep Khinda16-144/+289
was the cause of the robot failure for policy in oom Issue-ID: OOM-297 Change-Id: Iabb24cc7a007ef852cde3ebe2cbb9226bb4153b3 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: Ahmed Alabulrahman <ahmed.alabdulrahman@amdocs.com>
2017-09-14Seed of deployment of log componentsItay Hassid38-2/+4576
Deployment of: Logstash + ElasticSearch + Kubana with all the configuration files Issue-ID:OOM-110 Change-Id: I1788485ccb283f0ec4dc8910479072a6cf034e5f Signed-off-by: Itay Hassid <itay.hassid@amdocs.com>
2017-09-13Add service endpoint annotation for message routerHuabingZhao1-0/+11
Issue-Id: OOM-302 Change-Id: I16eb5dbd707609d27a100b9112965cf8d7a17879 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-13Revert "moving certs and keys to k8s secrets"Keren Joseph18-77/+4
This reverts commit 59ffd500ea34c201fbb3edc39e64655fa8381be0. Tested locally and does not work. DmaaP fails to come up causing many other pods to crash loop. failed to start container "dmaap": Error response from daemon: {"message":"invalid header field value "oci runtime error: container_linux.go:247:starting container process caused "process_linux.go:359: container init caused "rootfs_linux.go:53: mounting "/var/lib/kubelet/pods/9ae222e0-98a9-11e7-badd-02cfc855c3b9 /volumes/kubernetes.io~secret/mykey" to rootfs "/var/lib/docker/aufs/mnt /b92c56185f3371cb1f091679780d40797dd2c6124cd00cb8fe68da2b247363a8" at "/var/lib/docker/aufs/mnt/.../appl/dmaapMR1/etc/keyfile" caused "not a directory"""n""} Issue-ID: OOM-293 Change-Id: I348ffa14718bd6e89e99f2859cf6612c10370559 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-13Merge "Add service endpoint annotation for SDN-C"Mike Elliott1-0/+23
2017-09-13Fix persistent volumes for multiple onap instancesBorislavG8-27/+27
Deploy multiple namespaces fails due to existing persistence volumes. "persistent-volume "appc-db" already exists" Need to change all persistent volume names to include namespace. Change-Id: I40a3048bef14f813b133ea75e2f664f669183e82 Issue-ID: OOM-294 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2017-09-13Merge "moving certs and keys to k8s secrets"Alexis de Talhouët18-4/+77
2017-09-12Add service endpoint annotation for SDN-CHuabingZhao1-0/+23
Issue-Id: OOM-229 Change-Id: I932d9f5bd902f5aa30b1f18a0a83435474f4ee46 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-12Merge "Add helm-configured DCAE Gen 1"Mandeep Khinda23-2/+1647
2017-09-12Merge "Improve error handling"Mandeep Khinda1-4/+18
2017-09-12Add helm-configured DCAE Gen 1Mike Elliott23-2/+1647
This is the initial seed of the dcae gen 1 deployment specifications using onap 1.1 component containers. All containers come up, however, there are issues with some of the containers that will be flushed out during integration. Change-Id: I6b74262168ae54bb7859d81de1ade6b59d1c42b1 Issue-Id: OOM-176 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2017-09-12moving certs and keys to k8s secretsKeren Joseph18-4/+77
changed location of used certs and keys files, updated deploy yamls and create/delete all Issue-ID: OOM-293 Change-Id: I53766b7028d6b725bf381875105b196246ff2ee1 Signed-off-by: Keren Joseph <keren.joseph@amdocs.com>
2017-09-12Merge "Remove cluster IP"rui hu1-24/+24
2017-09-12Remove cluster IPHuabingZhao1-24/+24
Use domain name instead of IP, so a fixed cluster IP is not needed anymore. Issue-Id: OOM-113 Change-Id: Idd0444d4a9ff9b366e73316a7c6f26ffcd5ff725 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-12Merge "Add service end point annotation for portal"rui hu1-0/+11
2017-09-12Merge "Rename to kube2msb"rui hu3-7/+7
2017-09-12Improve error handlingtzvika avni1-4/+18
Improve error handling to createAll sh Issue-ID: OOM-289 Change-Id: I325df5ee98aebb39f52676311fc05d7bb6fc5388 Signed-off-by: tzvika avni <tzvikaa@amdocs.com>
2017-09-12Add service end point annotation for portalHuabingZhao1-0/+11
Issue-Id: OOM-234 Change-Id: Ie18c2744c60b08ec8cfd80804c99da20530f7f65 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-11synching portal config with upstreamMandeep Khinda11-28/+307
on master branch there were changes to portals vm_init script and docker-compose process that needed to be ported to oom. src of config are on master in portal/deliveries/ reverted the docker image name changes. upstream master has introuced a "-" between apps, db and wms. these images were cauing NPEs during portal spring boot so went back to original image names until further notice. Issue-ID: OOM-276 Change-Id: I708628f4b375325f2f2b753d1a374699b763098a Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-11Rename to kube2msbHuabingZhao3-7/+7
Change-Id: I36b65c1124232646b257cf9d91ad2f7758023473 Issue-Id: OOM-260 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-11Switch to docker image from ONAP registryHuabingZhao1-3/+1
Issue-Id: OOM-113 Change-Id: I9282869fd5d48e9eb48540f92fe46692e1f27835 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>