summaryrefslogtreecommitdiffstats
path: root/kubernetes/oneclick/deleteAll.bash
AgeCommit message (Collapse)AuthorFilesLines
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ët1-1/+1
2017-10-16Added initial deployment yamls for UUIDusan Rozman1-1/+1
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 Closson1-0/+6
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-09-26Added AAF containers to ONAP KubernetesDusan Rozman1-2/+2
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-25Added vnfsdk containers to ONAP KubernetesDusan Rozman1-1/+1
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-20Added CLAMP containers to ONAP KubernetesDusan Rozman1-1/+1
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-15Add Multicloud containers to ONAP K8Sliangke1-1/+1
Change-Id: I0801156481c8306cc7599a27d50b981385968a70 Issue-Id: OOM-18 Signed-off-by: liangke <lokyse@163.com>
2017-09-13Revert "moving certs and keys to k8s secrets"Keren Joseph1-13/+1
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-12moving certs and keys to k8s secretsKeren Joseph1-1/+13
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-08-31NodePort Helm Parametrizationkerenj1-2/+2
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 Khinda1-5/+5
-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 Parameterizationkerenj1-21/+1
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-22MSO K8S-Helm Parameterizationkerenj1-0/+11
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-03[OOM-3] Docker credentials secret missingBorislav Glozman1-6/+17
Change-Id: I30df3cc11315b757a1d3e3da832681682a970825 Signed-off-by: Borislav Glozman <Borislav.Glozman@amdocs.com>
2017-06-24onap on kubernetes source filesMandeep Khinda1-0/+81
Change-Id: I4de34baf90979651223a28323010deb7aef21946 Signed-off-by: Mandeep Khinda <Mandeep.Khinda@amdocs.com>