summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2017-09-25Added vnfsdk containers to ONAP KubernetesDusan Rozman9-5/+134
Created the initial base deployment yamls for VNFSDK. Issue-ID: OOM-320 Change-Id: I3b062654dcb3d48c91cdc90d59597bf27a662b23 Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
2017-09-25Merge "Add Consul health check support for SDNC"Mike Elliott1-0/+22
2017-09-25Merge "Add Consul health check support for SDC"Mike Elliott5-0/+121
2017-09-22Add Consul health check support for SDNCgfraboni1-0/+22
This push adds health checks for the SDNC. IssueID: OOM-86 Change-Id: I73b15e09388e87dc481d77b76ba302ff4dcb4317 Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-22Add Consul health check support for SDCgfraboni5-0/+121
This push adds health checks for the SDC components. Issue-ID: OOM-86 Change-Id: I67c861a7a3e98f2aaa88c30e3132500cfc429118 Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-22Merge "Add Consul health check support for MSO"Mandeep Khinda4-0/+73
2017-09-22Merge "synching up SO 1.1"Mandeep Khinda26-3146/+770
2017-09-22Merge "Add AAI config changes"Alexis de Talhouët12-206/+6314
2017-09-22Add Consul health check support for MSOgfraboni4-0/+73
This push adds health checks for the MSO components. Issue-ID: OOM-86 Change-Id: Ia8908e4225248f51c73d8d41aa8895cd6f9b511c Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
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-22Merge "Add Consul health check support for message-router"Alexis de Talhouët5-0/+56
2017-09-22Add Consul health check support for message-routergfraboni5-0/+56
This push adds health checks for the following message-router components: DMaaP, Kafka, and ZooKeeper. Issue-ID: OOM-86 Change-Id: Icb557a27208eea94ea7ee6d8eadfb1f02481d7b4 Signed-off-by: gfraboni <gino.fraboni@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-21synching up SO 1.1Mandeep Khinda26-3146/+770
trying to keep up with changes in SO upstream 1.1 -robot health check still fails with a HTTP 503. --The same error is observed in the HEAT env. -unforking config directories and instead mounting files that we need to change. -the DB boot sql scripts are checked out on the VM and are not within the container which makes keeping in synch an ongoing process until we spend time improving config/boot Issue-ID: OOM-311 Change-Id: Ia91ced683ca985184c2752917795e2b7ebffb9a8 Signed-off-by: Mandeep Khinda <mandeep.khinda@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