summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
2017-10-29Add option to disable specific deploymentsyuryn118-45/+369
Add option to disable any deployment by using conditions in helm templates. Each deployment will get helm parameter - boolean flag allowing to disable it. The flags can be listed in the custom values.yaml file that can be passed to the createAll script with '-v' command line option. Change-Id: I32b795de46c72915c2201c94c23f4e061971bb56 Issue-ID: OOM-380 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-10-27Merge "Remove hardcoded kubernets IP"rui hu1-1/+1
2017-10-27Merge "Support token authentication with kubernetes"rui hu2-3/+6
2017-10-27Remove hardcoded kubernets IPHuabingZhao1-1/+1
Issue-Id: OOM-383 Change-Id: If9e29f2d3e69b5596f9fc72b672a1bc5e1be9957 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-10-27Support token authentication with kubernetesHuabingZhao2-3/+6
Change-Id: Ie404f1019ab7b89ae0a6196d7563e9090ad4a1b2 Issue-Id: OOM-379 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-10-27Merge "Add service annotation for UUI"rui hu1-0/+11
2017-10-25Merge "synching up portal config again"Mike Elliott17-299/+414
2017-10-25Merge "fix location of certs for aai statuses scripts"Mandeep Khinda4-3/+3
2017-10-25Merge "No-wait namespace deletion option in deleteAll"Mandeep Khinda1-6/+27
2017-10-25synching up portal config againMandeep Khinda17-299/+414
PORTAL-130 renamed various mounts and FQDNs -it also added an additional logback.xml for portalsdk What I did was move the 2 logback files into the config/log dir so that the centralized logging team can update them as required. Was able to login to the portal using the vnc session Issue-ID: OOM-340 Change-Id: Id1872422e7d876953ecb0a92ce55a8753d9d7eaa Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-10-19Fix AAI-ML filebeat.ymlshanedaniel1-1/+1
Issue-ID: OOM-367 Change-Id: I37b1c9e3937b0f9b51711a32eb513fe9ed39bda6 Signed-off-by: shanedaniel <shane.daniel@amdocs.com>
2017-10-19fix location of certs for aai statuses scriptsSylvain Desbureaux4-3/+3
Change-Id: I8a47a6e97997daf9aeb289ba27fc0ac1e566242a Issue-ID: OOM-366 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2017-10-19Merge "fix aai travers/resources logback boostrap"Alexis de Talhouët2-24/+24
2017-10-19Add service annotation for UUIHuabingZhao1-0/+11
Issue-Id: OOM-235 Change-Id: I5af94f8960996ddd5d9cc8c80d950c49fcfbad24 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-10-18Merge "Correcting dcaegen2 sample config file"Mandeep Khinda1-22/+22
2017-10-18Merge "scripts & kubectl are executable for consul-agent"Mandeep Khinda17-0/+0
2017-10-18Correcting dcaegen2 sample config fileMandeep Khinda1-22/+22
It needs to use single quotes to wrap YAML values otherwise the bootstrap process will fail. The sample file in the dcaegen2 ONAP project used single quotes and when making the sample I just chose double quotes as preference. Issue-ID: OOM-345 Change-Id: Ia9c0a2558bd15190f536cc45aa40568b623178ee Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-10-18Merge "Set msb docker image version"Alexis de Talhouët1-3/+3
2017-10-18Merge "Added initial deployment yamls for UUI"Alexis de Talhouët7-3/+62
2017-10-17Synching up portal configMandeep Khinda15-237/+121
-moving container tags to 1.3 -pulling latest docker config mount files -changing mariadb password back to original. there was no reason to change in the first place -robot health check passes: Basic Portal Health Check | PASS | Issue-ID: OOM-340 Change-Id: I77d22b701aa27473a9cfce25031c13f9be845dae Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-10-17scripts & kubectl are executable for consul-agentSylvain Desbureaux17-0/+0
Issue-ID: OOM-364 Change-Id: Iefdf89152056efa25ab9bdc5c76c0518def95459 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2017-10-17Set msb docker image versionHuabingZhao1-3/+3
Set consul image version to 0.9.3 Set msb image version to 1.0.0 Issue-Id: OOM-113 Change-Id: I53d40ca547466fea2291cfad2cdc1733e3fb795e Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-10-16fixing invalid VFC service specMandeep Khinda1-1/+1
A missing quote breaks the helm yaml to json conversion... tested with: helm install vfc --dry-run --debug Issue-ID: OOM-352 Change-Id: Ie676f1f604f97d14d7e335682bb3b241f68d4640 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-10-16Added initial deployment yamls for UUIDusan Rozman7-3/+62
Issue-ID: OOM-356 Change-Id: Iea69fb693064fed1b4aec9a4712ae4e36889a6c3 Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
2017-10-16fix aai travers/resources logback boostrapMichael O'Brien2-24/+24
Issue-ID: OOM-362 Change-Id: Id076a6988c24c400df8fe08837ef9fbd19be893c Signed-off-by: Michael O'Brien <frank.obrien@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-13synching up robot with SO name changeMandeep Khinda1-1/+1
Issue-ID: OOM-311 Change-Id: Idd81379eb97669a1496bc4deccc8856e4a26ad8f Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-10-13fixing SDC logback mounting defectMandeep Khinda1-1/+5
sdc-be now starts and robot passes healthcheck ---------------------------------------- Basic ASDC Health Check | PASS | ---------------------------------------- Note that I did not verify whether the logging function is working - priority for this issue is to get SDC running. Issue-ID: OOM-359 Change-Id: Ic810109878aa003c54350a6e70a4aeeea9b2f0ea Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-10-13synching up SO configurationMandeep Khinda7-253/+237
Issue-ID:OOM-339 Change-Id: I6a74b12e2b334632d90f41ccaa5e3f6bb07582e9 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-10-11syncing up appc configMandeep Khinda5-130/+125
Issue-ID: OOM-338 Change-Id: Iac2e50f606285ceb7e64f2b2305d7a9e5ab680ae Signed-off-by: Mandeep Khinda <mandeep.khinda@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-05Merge "Remove the root user id to use default user"Mike Elliott2-4/+2
2017-10-05Merge "Add missing aai canonical logging"Mike Elliott11-481/+1408
2017-10-05Merge "Service endpoint annotation for VF-C"Mike Elliott1-0/+143
2017-10-05Merge "Added missing mount to aaf deployment yaml"Mike Elliott3-2/+18
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-10-05synching up sdncMandeep Khinda7-49/+222
things keep changing, oom keeps synching.. Issue-ID: OOM-337 Change-Id: I6722c4428a5d617fe36433cd4315229501d05b83 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-10-04Remove the root user id to use default userVenkata Harish K Kajur2-4/+2
Change the way kubernetes install to ensure that the user is not root as all of the aai scripts expect the user to be non root and this affects some key functionality and also add an hbase artificial delay of 60 seconds to ensure that resources container waits the appropriate amount of time before trying to connect to hbase the current implementation of the probe doesn't work too well since when port is up doesn't truly tell whether the hbase container is ready Issue-ID: OOM-334 Change-Id: I290feabb56a9e7f99d538b02bf6f563824eb198e Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-10-03Add missing aai canonical loggingBorislavG11-481/+1408
Add filebeats and logback configuration to: sparky-be, search-data-service, model-loader, traversal, resources using configMaps Issue-ID: OOM-112 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Change-Id: Ia1fa0ee2ad3894553a60468797d9d2b1cecb8f2e
2017-10-02Added missing mount to aaf deployment yamlDusan Rozman3-2/+18
Created mount /data2/ needed for aaf Change-Id: I050579e42afce9dc29c4c7a3cfdfb05ddb4d4217 Issue-ID: OOM-331 Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
2017-10-02Merge "SNIRO Emulator - Adding SNIRO emulator container"Mandeep Khinda4-0/+52
2017-09-29SNIRO Emulator - Adding SNIRO emulator containerGeora Barsky4-0/+52
Add deployment of SNIRO emulator container via OOM as a standalone project, which can be deployed "optionally" JIRA-ID INT-215 Change-Id: I7f5953952de38c81d948ee7db37c0cfce9c247c0 Signed-off-by: Geora Barsky <georab@amdocs.com>
2017-09-28Update the resources deployment and traversalVenkata Harish K Kajur3-4/+8
Remove the aai-config and aai-data to be mounted Change the docker hbase to use aaionap/hbase Also change the mount path for logs to be proper Issue-ID: AAI-397 Change-Id: I4996d339a062143c2ef308413b7e3be6101f92fd Signed-off-by: Venkata Harish K Kajur <vk250x@att.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-28Service endpoint annotation for VF-CHuabingZhao1-0/+143
Issue-Id: OOM-25 Change-Id: I76f87e25f58a0b1eb68dd5ff08224a2beaaf4479 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-27added filebeat to all componentsyuryn19-4/+338
Deployment of: filebeat containar for each relevant component + chown of log dir to root - prevents filebeat complaining about filebeat file + ecomp web app renamed onap - fixed dep-pap.yaml + fixed multiple volumeMounts in vid-server Change-Id: I74f8f2abd5feeba1d37b044d2a023674fd41c994 Issue-ID:OOM-110 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-09-26Merge "Added AAF containers to ONAP Kubernetes"Mandeep Khinda13-4/+571
2017-09-26Added AAF containers to ONAP KubernetesDusan Rozman13-4/+571
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-26removing dcae-config.tar from repoMandeep Khinda1-0/+0
It isn't referenced anywhere and dcaegen1 pods come up without it Issue-ID: OOM-323 Change-Id: I42901c9a57c2f3b9be0405b2b2fff90e607a1688 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-26Add VFC containers to ONAP K8Smaopengzhang17-0/+749
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>