summaryrefslogtreecommitdiffstats
path: root/kubernetes/portal
AgeCommit message (Collapse)AuthorFilesLines
2018-01-25Fixed incorrect APP url to access CLIEC2 Default User1-2/+2
Fixed incorrect APP url to access CLI by clicking CLI icon in portal Change-Id: I188d7e426b5775f7225b346264b9c9b8c4762d08 Issue-ID: OOM-600 Signed-off-by: EC2 Default User <xiaobo.chen@tieto.com>
2018-01-03Fix firefox tab crashes in VNCyuryn2-1/+23
Change-Id: Ie295257d98ddf32693309535e15c6ad9529f10fc Issue-ID: OOM-531 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-12-17Remove redundant filebeat from portal-dbBorislavG1-25/+1
Portal-db is maria-db. It has no logback.xml configuration. The filebeat in this pod is redundant. Issue-ID: OOM-517 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Change-Id: I9118491ff6d9c51851cc915143b9962d98a883e4
2017-11-30Migrate to R1 released docker imagesAlexis de Talhouët1-3/+3
Change-Id: Iac46cbae69404d17e1f4e59f85ed18fc7ecd01dd Issue-ID: OOM-432 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-10-29Add option to disable specific deploymentsyuryn6-1/+19
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-25synching up portal config againMandeep Khinda4-38/+26
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-17Synching up portal configMandeep Khinda3-14/+6
-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-09-27added filebeat to all componentsyuryn3-1/+50
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-26Revert "added filebeat to all components"Alexis de Talhouët3-50/+1
Pods aren't starting properly. Let's not take any risk, so reverting. 3m 18s 4 kubelet, kubernetes-5 spec.containers{vid-server} Normal Killing Killing container with id docker://vid-server:FailedPostStartHook This reverts commit 4ca69ea2b6a2aaaf0974953a3c3dec7694fdfcb0. Deployment of: filebeat containar for each relevant component Issue-ID:OOM-110 Change-Id: I7953ac3b0e2a4ecbdd1a7d2a48cb9a1964bf08ab Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-09-24added filebeat to all componentsItay Hassid3-1/+50
Deployment of: filebeat containar for each relevant component Issue-ID:OOM-110 Change-Id: I3605a975ee9dbe3e34b8fa6b17fef52e9d29b975 Signed-off-by: Itay Hassid <itay.hassid@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-14Containers time zone syncyuryn4-0/+24
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-13Fix persistent volumes for multiple onap instancesBorislavG1-3/+3
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-12Merge "Add service end point annotation for portal"rui hu1-0/+11
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 Khinda2-12/+19
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-06Persistent volumes for Database storageBorislavG2-2/+32
Addition of persistent volumes for all DBs including persistence of policy mariadb (with initial configuration data) Change-Id: I029e724c3f8bba7fe3599b0955a4a3d213c08163 Issue-ID: OOM-268 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2017-09-05fix SDC api hostnameMandeep Khinda1-1/+1
the SDC widget in the onap portal was broken due to an incorrect hostname entry for the front end endpoint Issue-ID: OOM-151 Change-Id: Ia51bd805655da66eea7bbb617991f30ae6fd223f Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-05sparky-fe -> sparky-be. OOM-264nagu1-1/+1
fixes invalid host file entry in vnc-portal pod Change-Id: I85effcc4f9e84ae8d9921816398547abfe82d520 Signed-off-by: nagu <nagaraja_sr@infosys.com>
2017-08-31NodePort Helm Parametrizationkerenj2-5/+6
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 Khinda6-34/+35
-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-24portal K8S-Helm Parameterizationkerenj8-36/+68
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-21ONAP Portal 1.1 workMandeep Khinda5-16/+97
-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 Ahmad2-13/+13
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 Ahmad2-13/+13
issue-id: OOM-145 Change-Id: I3f16fc32188118901612e1b93ec707fc1d513680 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2017-08-03[OOM-3] Docker credentials secret missingBorislav Glozman3-0/+6
Change-Id: I30df3cc11315b757a1d3e3da832681682a970825 Signed-off-by: Borislav Glozman <Borislav.Glozman@amdocs.com>
2017-06-27[OOM-2] Replaced static proxy with envbarak2-4/+4
Change-Id: Id2b640f9cfa58337e94d26b4f0939a33db45a137 Signed-off-by: barak <barak.dabush@amdocs.com>
2017-06-24onap on kubernetes source filesMandeep Khinda6-0/+377
Change-Id: I4de34baf90979651223a28323010deb7aef21946 Signed-off-by: Mandeep Khinda <Mandeep.Khinda@amdocs.com>