summaryrefslogtreecommitdiffstats
path: root/kubernetes/oneclick
AgeCommit message (Collapse)AuthorFilesLines
2018-01-19Add ESR containers to ONAP K8S.Lizi1-1/+1
Change-Id: Iee78fd67f327fbfa4dc0a627adacbcc7af03f72a Issue-ID: OOM-493 Signed-off-by: lizi <li.zi30@zte.com.cn> (cherry picked from commit 9116481a104a8c851a4bf653a8045a04695d0e9b)
2018-01-16Add support for DCAE in AmsterdamAlexis de Talhouët1-34/+0
- add nginx container to reverse proxy hostname coming from DCAE world to OOM world. - create DNS zone in Designate for simpledemo.onap.org. to point to the K8S hosts where dcaegen2 service is running. - add heat stack to deploy DCAE - update SDC configuration file to dynamically inject the UEB servers as those are in reality the k8s nodes ip addresses, as the dmaap service port is exposed by the dcaegen2 service. This is done because the service-change-handler container deployed by DCAE is getting the UEB servers IP list from SDC itself, hence to enable resolution in the DCAE VM, the IP has to be reachable. (Hence this config assume DCAE VMs can route to K8S hosts). Previous config was using dmaap.onap-message-router for UEB servers host, but this is not resolvable by any DNS. - add knob to deploy DCAE or not - add DCAE related parameters in onap-parameters.yaml (initial config) - fix DCAE healthcheck - add support to keystone v2.0 and v3 - fix vm_properties robot file Change-Id: I64ec6faf7b45b293bf7110e9e23e31798bf9b841 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-508
2017-12-18Fix Not all namespace/helm installs are deletedMunir Ahmad1-1/+3
Change-Id: I8353d297b45dfa7c3559523a652ef34bb5340a9d Issue-ID: OOM-495 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> (cherry picked from commit a37c0f49c3c11368f7cca3728df237790b68f6f5)
2017-10-25Merge "No-wait namespace deletion option in deleteAll"Mandeep Khinda1-6/+27
2017-10-18Merge "Added initial deployment yamls for UUI"Alexis de Talhouët3-3/+3
2017-10-16Added initial deployment yamls for UUIDusan Rozman3-3/+3
Issue-ID: OOM-356 Change-Id: Iea69fb693064fed1b4aec9a4712ae4e36889a6c3 Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
2017-10-15No-wait namespace deletion option in deleteAllyuryn1-6/+27
- New option for deleteAll script. Allows to suppress waiting for namespace deletion. - Additionally, optimization to the waiting for namespace deletion - moved to the end of the script. Change-Id: I59e25714f215eed5b0ec740e08f6b7f00d26483c Issue-ID: OOM-361 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-10-09Containers not starting fails on RBAC enabled k8sAnaël Closson2-0/+14
When running the OOM scripts on a RBAC enabled kubernetes, readiness probes failed to check dependencies status as they don't have the needed access rights. Note for the reviewer : The fix has been tested on a rancher installation (k8s 1.8) and on a kubeadm installation (k8s 1.8), but not a previous versions of k8s. There might be issues with the command when used on pre RBAC (<1.6) versions of k8s. This should be tested with such version if early backward compatibility should be a concern. Change-Id: I7a915fc08927cd0fc0d5ea70a75f44c1380de926 Issue-ID: OOM-349 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-10-05removing obsolete kubectl scriptsMandeep Khinda15-133/+0
a low hanging fruit Issue-ID: OOM-262 Change-Id: I2a0693948599fb1055a0f527acd7c9c8c9b0efb0 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-28Add VFC app in the oneclickmaopengzhang1-1/+1
Add VFC APP to setenv file Change-Id: I4af66c3c9a6e23c700c0a34e0ae09fc89c8d7c0c Issue-ID: OOM-19 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
2017-09-26Added AAF containers to ONAP KubernetesDusan Rozman4-4/+11
Created the initial deployment yamls for AAF project Issue-ID: OOM-11 Change-Id: I3c60185d78e8ce5596791624086f7cf32b3c3c38 Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
2017-09-26Add VFC containers to ONAP K8Smaopengzhang1-0/+17
Add VFC containers to ONAP K8S MK:- fixed issues related to port names longer than 15chars - scoped pods to the onap-vfc namespace. All deployments still fail due to missing docker images in nexus3 Yan:- fixed docker images in nexus3 MK (patchset 7) - adding image pull secrets or they all fail - address Alexis comments by removing trailing spaces & removing activii (with the comments left in it crashes out) MK: (patchset 8) - removing trailing whitespaces Change-Id: Iab9f641aaa580511c0e4a073a71da723aaf07315 Issue-ID: OOM-19 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn> Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-25Added vnfsdk containers to ONAP KubernetesDusan Rozman4-5/+12
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-21dcaegen2 bootstrap container in K8sMandeep Khinda2-1/+43
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-21Add Consul support to 'OneClick' deployment.gfraboni2-2/+2
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-20Added CLAMP containers to ONAP KubernetesDusan Rozman4-3/+10
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-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-15Add Multicloud containers to ONAP K8Sliangke3-3/+3
Change-Id: I0801156481c8306cc7599a27d50b981385968a70 Issue-Id: OOM-18 Signed-off-by: liangke <lokyse@163.com>
2017-09-14Deploment configuration for CLIsubhash kumar singh1-1/+1
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-14Seed of deployment of log componentsItay Hassid1-1/+1
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-12Merge "Add helm-configured DCAE Gen 1"Mandeep Khinda2-2/+18
2017-09-12Add helm-configured DCAE Gen 1Mike Elliott2-2/+18
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-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-10deploy components from different pathtzvika avni1-7/+12
Provide ability to deploy components in a different path via createAll.sh Issue-ID: OOM-291 Change-Id: Ia5f0c5e16bf3f9edff6c457176b6f428603d9544 Signed-off-by: tzvika avni <tzvikaa@amdocs.com>
2017-09-10Provide external helm valuestzvika avni1-4/+12
providing the option to add external helm values file to createAll sh Issue-ID: OOM-267 Change-Id: Id2f4013113cd578c99c5e4a4a4943f9801bb88c1 Signed-off-by: tzvika avni <tzvikaa@amdocs.com>
2017-09-07Fix use of namespaces in instance creationMike Elliott1-1/+1
The nsPrefix value was being ignored when a second '--set' command was added for nodePortPrefix. Change-Id: Ib667265320d74eb11196c40d95a48bd35e691133 Issue-Id: OOM-283 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2017-08-31NodePort Helm Parametrizationkerenj2-20/+5
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-25refactor helm files to use namespace prefixMandeep Khinda3-23/+7
-removed the full namespace from each template. better lets us reuse variables. -made secret end up in a configurable namespace -fixed some bugs where secrets were missing -updated createAll and delete to make use of namespace prefix removing the need for seds to replace the word onap. *** all containers at this point come up in my env. except for aai model loader which is failing cause its still at 1.0 and its trying to talk to a 1.1 sdc and it doesnt auth properly. *** Issue-ID:OOM-215 Change-Id: I15815a01469786a391e272fde4bdaa53ff48091c Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-24sdc K8S-Helm Parameterizationkerenj3-65/+12
changed sdc k8s deployment to support helm parameterization. updated create/delete for helm only Issue-ID: OOM-52 Change-Id: Ic7fb17fcf5be5813b0a0c54299cdf0d0417e8a76 Signed-off-by: kerenj <keren.joseph@amdocs.com>
2017-08-24aai K8S-Helm Parameterizationkerenj1-2/+2
changed aai k8s deployment to support helm parameterization. Issue-ID: OOM-52 Change-Id: Ifffdb4204a3fdb2c7be62063134c489f8123012d Signed-off-by: kerenj <keren.joseph@amdocs.com>
2017-08-24appc K8S-Helm Parameterizationkerenj1-2/+2
changed appc k8s deployment to support helm parameterization. updated images to 1.1 Issue-ID: OOM-52 Change-Id: I6106c71f98c754c0e19e4cc987ea12e08bfdb903 Signed-off-by: kerenj <keren.joseph@amdocs.com>
2017-08-24policy K8S-Helm Parameterizationkerenj1-2/+2
changed policy k8s deployment to support helm parameterization. updated images to 1.1 Issue-ID: OOM-52 Change-Id: I4eb0626c7c00ace2c266d6ddbb1313f3b654d69e Signed-off-by: kerenj <keren.joseph@amdocs.com>
2017-08-24portal K8S-Helm Parameterizationkerenj1-2/+2
changed portal k8s deployment to support helm parameterization Issue-ID: OOM-52 Change-Id: I8ad9681b597a87113089f194e1a0e8a9e550bb08 Signed-off-by: kerenj <keren.joseph@amdocs.com>
2017-08-24robot K8S-Helm Parameterizationkerenj1-2/+2
changed robot k8s deployment to support helm parameterization. updated image to 1.1 Issue-ID: OOM-52 Change-Id: Ibd7cd5a73589abb42940897a5a524cb44f53dd98 Signed-off-by: kerenj <keren.joseph@amdocs.com>
2017-08-24VID K8S-Helm Parameterizationkerenj1-2/+2
changed VID k8s deployment to support helm parameterization Issue-ID: OOM-52 Change-Id: Ide19bfaa611dfbff8080bd755b6dc820d3691894 y Signed-off-by: kerenj <keren.joseph@amdocs.com>
2017-08-24Merge "sdnc K8S-Helm Parameterization"Mandeep Khinda1-2/+2
2017-08-23Fixed the bug with sed now its env. agnosticMunir Ahmad1-4/+4
Issue-ID: OOM-170 Change-Id: Id57d46bc3b8d4faf1cc5ee002563cd35f790f67d Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2017-08-23sdnc K8S-Helm Parameterizationkerenj1-2/+2
changed sdnc k8s deployment to support helm parameterization. updated image to 1.1 Issue-ID: OOM-52 Change-Id: Ie9ec8f60c80caffc69637bf83043902eef45dc18 Signed-off-by: kerenj <keren.joseph@amdocs.com>
2017-08-23message-router K8S-Helm Parameterizationkerenj1-2/+2
changed message-router k8s deployment to support helm parameterization Issue-ID: OOM-52 Change-Id: I6a46293e4b38d7c7ed91a5642de6c169193f14d5 Signed-off-by: kerenj <keren.joseph@amdocs.com>
2017-08-22Merge "MSO K8S-Helm Parameterization"Mandeep Khinda3-6/+48
2017-08-22MSO K8S-Helm Parameterizationkerenj3-6/+48
changed MSO k8s deployment to support helm parameterization Issue-ID: OOM-52 Change-Id: Ifb192ee2d417aae6b0bdd05d662229e3542e7944 Signed-off-by: kerenj <keren.joseph@amdocs.com>
2017-08-21ONAP Portal 1.1 workMandeep Khinda1-0/+1
-Updating yamls, and config pod data and tag -VNC pod is currently WIP as the other services are not available yet. Issue-ID: OOM-151 Change-Id: I8f201645481888657d42bfe0e16ca505187521c7 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-17Revert aaf060dac3d302f94ce99e5c63002f046e4d3f0eMunir Ahmad1-2/+2
Issue-ID: OOM-145 This reverts commit aaf060dac3d302f94ce99e5c63002f046e4d3f0e. Change-Id: I0f04c394846d553b60b1c0c3a334f98c021d804e Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2017-08-17update dir path from dockerdata-nfs to dockerdataMunir Ahmad1-2/+2
issue-id: OOM-145 Change-Id: I3f16fc32188118901612e1b93ec707fc1d513680 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2017-08-15[OOM-117] Multiple ONAP instances same K8s clusterMike Elliott1-5/+30
Change-Id: Ie670dd37da819b33e32885d3be20cc8739fc2524 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2017-08-14multiple ONAP instances in the same k8s envMunir Ahmad1-3/+26
issue-id: OOM-64 Change-Id: I77e48e635d20295aee2b351bbf94203ed47fe5b0 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2017-08-03[OOM-3] Docker credentials secret missingBorislav Glozman3-9/+41
Change-Id: I30df3cc11315b757a1d3e3da832681682a970825 Signed-off-by: Borislav Glozman <Borislav.Glozman@amdocs.com>
2017-06-24onap on kubernetes source filesMandeep Khinda13-0/+244
Change-Id: I4de34baf90979651223a28323010deb7aef21946 Signed-off-by: Mandeep Khinda <Mandeep.Khinda@amdocs.com>