summaryrefslogtreecommitdiffstats
path: root/kubernetes/portal/charts/portal-mariadb/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-05-22[PORTAL] Move portal subcharts to componentsKrzysztof Opasiak1-148/+0
In order to allow to define dependencies per subchart let's move all of them to components and make sure that they can be build independently. Issue-ID: AAF-1134 Change-Id: Ia75ba66d9338dbacaea500c20f6a5b384d1685a1 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2020-05-20Use non encrypted pwd for AAF communicationChrisC1-1/+1
Issue-ID: PORTAL-894 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Ide962ac7f02d17e4386002a891ab0cf22f38f656
2020-04-22Merge "[Portal] Move (unused) readinessImage to global"Krzysztof Opasiak1-1/+2
2020-04-22Change msb portal page from HTTP to HTTPS portHuabing Zhao1-1/+1
Issue-ID: MSB-470 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: Iae21ff6d0adc46838dcc4b0bc7071dd9f858d018
2020-04-20[Portal] Move (unused) readinessImage to globalSylvain Desbureaux1-1/+2
All helm charts in ONAP are setting readinessImage to global part (it can then be easy to bump version for everybody at once). Portal Job is not using it and use a local version. Move to use global one for consistency Issue-ID: OOM-2373 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I5400ab595773ffc7111bc43f64c48b7c9a4c2dcd
2020-04-13Update Portal with release artifactsstatta1-1/+1
Issue-ID: PORTAL-842 Signed-off-by: statta <statta@research.att.com> Change-Id: I240051c30b1b71c6e7fc47bdaebe36bc519dd3fb
2019-11-06[Portal] Adjust Pods Requests/LimitsSylvain Desbureaux1-4/+4
I've adjusted the Requests / Limits of portal pods according to real usage of "Orange Openlab" and "Onap daily master". Calculation is the following: per deployment: * CPU/Mem requests is max of average from the two deployments * CPU/Mem limits is (max of max from the two deployments) * 1.2 Moved portal-widget CPU limit to 1 as it's not starting if set to lower than that. Full values are available on jira ticket (https://jira.onap.org/browse/PORTAL-517). Change-Id: Ic02fef386e05351a6fa9e47bf47d5c2046f490e3 Issue-ID: PORTAL-517 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Signed-off-by: Lorraine Welch <lb2391@att.com>
2019-09-18Merge "Updated SDK deployment.yaml"Brian Freeman1-1/+1
2019-09-18HTTPS calls for sdck.kedron1-2/+2
Proper configuration for HTTPS in the sdc: -configured the livenessProbe/readinessProbe ports -changed mount path for dcea-be components -updated dcea component images -updated VID and Portal to talk with the SDC Change-Id: Ibdece8f095aaa79e326cb9c4510e8227a7856b15 Issue-ID: SDC-2548 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
2019-09-18Updated SDK deployment.yamlWelch, Lorraine (lb2391)1-1/+1
Issue-ID: PORTAL-727 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com> Change-Id: Ic9041f4a0263c7ab6d36176708323dd47c89bf7d Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2019-09-02Move PORTAL Storage access to RWOSylvain Desbureaux1-1/+1
Today when deploying Portal with OOM, the PersistentVolumeClaim needs the "ReadWriteMany" (or "RWX") capability. According to Kubernetes Documentation (https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes), ReadWriteMany stands for "the volume can be mounted as read-write by many nodes". That means that a particular PVC needs to be read and written from many pods. That also means that your code takes that into account and do the work to avoid write at the same place at the same time. An issue on RWX mode is that most "official" storage driver from Kubernetes doesn't support it (13 over the 19 drivers doesn't support it, espacially OpenStack, Amazon and Google storage classes). Portal PVC are only used by a mariadb instance or a cassandra instance. Thus we don't need RWX. Change-Id: I706e13759d3af829d61d7a33d068263aaf9e9158 Issue-ID: PORTAL-724 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-05-30Changed fqdn to match ssl certificate allowed nameWelch, Lorraine (lb2391)1-1/+1
Issue-ID: PORTAL-596 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com> Change-Id: I65987549c9353d6a4d072a1ee7cae15a25a3675d
2019-05-15Update Docker Image Number to release versionstatta1-1/+1
Issue-ID: PORTAL-557 Change-Id: I22fddb494512fb6fb0a70742d2abdf30e5dad1c8 Signed-off-by: statta <statta@research.att.com>
2019-04-23Update Docker Image Numberstatta1-1/+1
Issue-ID: PORTAL-557 Change-Id: I48ac30eefc285ef4ff12dee24af85dced366d52e Signed-off-by: statta <statta@research.att.com>
2018-12-14Corrected SO-Monitoring url in fn_app tableEoin Hanan1-1/+1
Change-Id: Ib562b520a10e47662e516314fe6653f38802bbd0 Issue-ID: OOM-1546 Signed-off-by: Eoin Hanan <eoin.hanan@ericsson.com>
2018-11-28Add SO-Monitoring info to relevant Database TablesEoin Hanan1-0/+5
Change-Id: I1130c48d54baa3c388745f8582b6ef952a06e5e3 Issue-ID: OOM-1519 Signed-off-by: Eoin Hanan <eoin.hanan@ericsson.com>
2018-11-07Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest from integration repo commit 1e16c7e67d1fdeadab3789b07d6d2f47b7d0ffd7. Change-Id: If580d0000108ce9ff70ad128b9bc93bf4364376b Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-25updating portal db bootstrap job imageMandeep Khinda1-1/+1
Issue-ID: OOM-1425 Change-Id: I5ced234211fc2a1beacfcaae639cf6fced210ca1 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-10-19Fix MSB Portal integration mappingHuabing Zhao1-3/+3
Change-Id: Ie83c1c07c110af14c9b9af30d4e663b26683a456 Issue-ID: MSB-293 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
2018-10-18Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest. It is assumed that the release manifest is the "single source of truth" and that the versions in the helm charts are out of date. Change-Id: I2902e60b25f57409dd616780a626e63c92d26769 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-25adding unlimited resource limitMandeep Khinda1-1/+2
Adds the ability to turn them off if they are found to cause issues also cleaning up some whitespace Issue-ID: OOM-1145 Change-Id: Idf0ee21f70e1bf65813b7f51ea028f2783a01cf8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-20Merge "Resource Limit for Portal"Alexis de Talhouët1-18/+18
2018-09-20Resource Limit for PortalNishukumar1-18/+18
Issue-ID: OOM-1159 Change-Id: I2907332fe057f60b782d67e5a6675096898918e1 Signed-off-by: Nishukumar <nishu.kumar@amdocs.com>
2018-09-19Sync values from docker-manifest-staging fileAlexis de Talhouët1-1/+1
Change-Id: Ic8f11dc20c425aab144fe28a5e761552eb7b025b Issue-ID: OOM-1422 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-08-31Merge "OOM installation enable VID via HTTPS"Mandeep Khinda1-1/+1
2018-08-30Apache2 License additiontoshrajbhardwaj1-0/+1
Issue-ID: OOM-1306 Change-Id: I1a617718006ee845d675fead74ce075c3390ac2f Signed-off-by: toshrajbhardwaj <toshrajbhardwaj@gmail.com>
2018-08-29OOM installation enable VID via HTTPSPiotr Darosz1-1/+1
Enable OOM installation to allow Portal accessing VID via HTTPS. Should be merged after https://gerrit.onap.org/r/#/c/63461/ Change-Id: If9f38d7a4bf54f62d9d7768e52d568c3d1536376 Issue-ID: VID-273 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
2018-07-17Fix portal-sdk nodePortBorislavG1-1/+1
Issue-ID: OOM-1284 Change-Id: Ibbed1af73656585fd4ce9284b13d52d452718d4c Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-07-15Expose portal sdk porthb123f1-1/+1
Issue-ID: OOM-1117 Expose portal sdk port on OOM Change-Id: Ie663733cab6bad1650c7b92efab60c6478e3b06f Signed-off-by: hb123f <hb123f@att.com>
2018-06-26Exposing the node port for sparky-beArul.Nambi1-1/+1
Removed the cluster ip and set the node port to 20. Also disabiling ssl as portal does not support ssl yet. Issue-ID: OOM-347 Change-Id: Ia0431bb4b72e709df7e867ccae01b0b8219088d9 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2018-06-05Sync docker image versions from manifestGary Wu1-1/+1
Sync docker image versions from docker manifest commit 790ef2b3b4aad73d9fb776b08aa15f5e40dcfcd4 Change-Id: I72b97ed17e7db352463edb22d557ea239e2b406d Issue-ID: OOM-1053 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-17Increase portal-db initial liveness probe timeGary Wu1-2/+2
The most recent TLAB OOM Portal deployment failed due to the portal-db initialization being terminated at the 5 minutes mark. Bumping the probe initial delays even higher. Change-Id: I6904fe7c4dd894725b7febcceab07a80e348a69e Issue-ID: PORTAL-283 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-16Increase portal-db initial liveness probe timeGary Wu1-2/+2
The initial liveness probe against portal-db was too quick, causing the container to be terminated in the middle of DB schema initialization and leaving the DB in a corrupted state. This change increases the initial delay before the liveness probe. Change-Id: I2f428ea33b60c3a99ca1e49dc8e59405aa4d824c Issue-ID: PORTAL-283 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-11Update readiness-check to 2.0.0Gary Wu1-1/+1
Change-Id: I3477393d2ba98fe1d48561efc6991e88d8e03793 Issue-ID: OOM-1076 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-10Merge "Sync OOM docker versions with docker-manifest.csv"Mandeep Khinda1-1/+1
2018-05-10Improve docker registry secret managementBorislavG1-1/+0
Change-Id: I2d1ff878c215becc9856af184eb0b11defd75e1d Issue-ID: OOM-1064 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-05-09Sync OOM docker versions with docker-manifest.csvGary Wu1-1/+1
Update the docker image versions to match docker-manifest.csv commit b8a8ccd85b022503db1aa0691ed1047269fb0757 Change-Id: Ia11bb77a4061611bc85d030f271017d68781f4d0 Issue-ID: OOM-1053 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-01exposing portal on port 8989 outside the clusterMandeep Khinda1-1/+32
-introducing a loadBalancer object instead of node port. this will let us use port 8989 instead of 300xx -removing port forwarding helper script -making URLs configurable for flexibility Issue-ID: OOM-633 Change-Id: I92a0205e6ed68b2217c08d124ddfaf1a1f73a6cd Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-24Make all services independent of helm Release.NameBorislavG1-1/+2
Issue-ID: OOM-906 Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-16Update readiness-check versionBorislavG1-1/+1
Readiness check version is not sinchronized in many pods This causing deployment failures. Issue-ID: OOM-936 Change-Id: Ieef91df17836adcdf24db536440d0a1624a50591 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-11fixing invalid portal db imagesMandeep Khinda1-3/+3
Finding strange issues with image pulling and names subst. When using registry.hub.docker.com and an Always pull policy the Job pod would sit there pulling images forever even though they are actually up to date and present. Therefore reverting back to plain old oomk8s/blah Issue-ID: OOM-746 Change-Id: Iec5de0e1314ac85fa4e8de6599922f1e0fd0e367 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-05Removing portal schema from configmapMandeep Khinda1-1/+8
-Trying a new way to initialize maria db's. -Docker image contains project sources and sql files are fetched and executed agains't the target database. -duplicates are silently ignored. -A script that takes some basic params will do the heavy lifting -A 2nd job to make some OOM specific changes (carry over from amsterdam) -docker image has been pushed to oomk8s under the 2.0.0 number Issue-ID: OOM-858 Change-Id: I56d0c9c5aa1d3c4a9df2998634b9147db626d1fb Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-03-29Standardizing ONAP PortalMandeep Khinda1-0/+102
-synched up with Beijing (master) -pods come up without cassandra music: sed: couldn't edit /docker-entrypoint-initdb.d/\ zzz_portal.cql: not a regular file ONAPPORTAL webapp in tomcat is failing to star resulting in HTTP 404 robot health Not sure how logging works in beijing so removed some of the ubuntu-init dir creation. need someone familiar with logging to investigate -addressed some CI comments. -removing configmap now that portaldb was fixed Issue-ID: OOM-746 Change-Id: I123d1ec6889db40b1721475a43665ef8efefc057 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>