aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/portal/charts/portal-app/resources
AgeCommit message (Collapse)AuthorFilesLines
2020-04-07Portal-app auto cert genChrisC4-13/+24
Migrate to auto cert gen using latest templates Minor updates to align portal-sdk to latest templates Issue-ID: PORTAL-847 Depends-On: Ie3f5ae5c2a37d816afc42d2c67ebe8e40e749c79 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Ib457b0940d549168ebc173d9b1f953bb933088a1
2020-02-13Temporarily remove the dependency on Cassandrastatta1-0/+155
Issue-ID: PORTAL-796 Change-Id: I41f761e0a90e6cb75e588338b09208f899f3fb58 Signed-off-by: statta <statta@research.att.com>
2019-04-15Update the Cert with portal-app SANstatta1-0/+0
Issue-ID: PORTAL-554 Change-Id: I9467a2e08a8de6bc87756f0c543a77c25c56d86f Signed-off-by: statta <statta@research.att.com>
2019-04-01Update Keystore certstatta2-0/+0
Issue-ID: PORTAL-549 Change-Id: I4b41aed37e823a751aaff529036ae9a3ea0dc737 Signed-off-by: statta <statta@research.att.com>
2018-11-07Fixed license text.Welch, Lorraine (lb2391)1-0/+2
Issue-ID: PORTAL-466 Change-Id: I8ae36d7117acba3013e25b657260ea2368429321 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2018-10-19Correct port forwardingstatta1-1/+1
Issue-ID: PORTAL-454 Change-Id: I3c5cb0e4d0bde01ed557098432dabd36d1843fac Signed-off-by: statta <statta@research.att.com>
2018-10-17Updating catalina_opts of tomcatstatta2-7/+7
Issue-ID: PORTAL-429 Change-Id: Id8b790b612ff928634b5faaaa7ead16dc5f46aa6 Signed-off-by: statta <statta@research.att.com>
2018-10-11Updating certificate to p12st782s1-0/+0
Issue-ID: PORTAL-429 Change-Id: I712e6b4a2c2bbae27d82620b24f60cf549fa2ac6 Signed-off-by: st782s <statta@research.att.com>
2018-10-10Updates to OOM Portalst782s3-1/+1
Issue-ID: PORTAL-429 Failed to access Policy GUI from Portal Change-Id: I01422d16507ce8d5369e50623c559a54a8dc7328 Signed-off-by: st782s <statta@research.att.com>
2018-09-28Portal HTTPs supportst782s3-0/+147
Issue-ID: PORTAL-389 Change-Id: Ibdb91bcf1164d6c79312597416a0fa3214361f8f Signed-off-by: st782s <statta@research.att.com>
2018-08-30Apache2 License additiontoshrajbhardwaj6-298/+369
Issue-ID: OOM-1306 Change-Id: I1a617718006ee845d675fead74ce075c3390ac2f Signed-off-by: toshrajbhardwaj <toshrajbhardwaj@gmail.com>
2018-06-21Changed logDirPrefix to /var/log/onapWelch, Lorraine (lb2391)1-6/+1
Issue-ID: LOG-482 Change-Id: I3d9b67f73964cf76acdbf83ea24bde1adab8b60a Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
2018-05-01exposing portal on port 8989 outside the clusterMandeep Khinda4-8/+8
-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-27OOM direct portal accessMandeep Khinda3-5/+5
-must include suffix of "onap.org" in URL for single signon -this isn't truly configurable - portal-app needs to be rebuilt See: portal/docs/tutorials/portal-sdk/single-signon.rst -must update local etc hosts with "fake" dns names -must use kubectl to portforward application ports into the pods -fixed zookeeper service name, -this is needed to be able to login (auth) -adding helper script to launch port-forwarding Issue-ID: OOM-633 Change-Id: I019f33f71a673467c420d1e44ee6c42da4a95f4b Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-24Make all services independent of helm Release.NameBorislavG2-5/+5
Issue-ID: OOM-906 Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-06Correcting portal k8s configmap service namesMandeep Khinda3-5/+10
The service.name is really a port name and was being used wrong. Need a better way than this to get dependant chart names. This gets it working. Issue-ID: OOM-842 Change-Id: I6a78a5adb0e69524a90aa3386009a0d87ebed73c Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-04-05Removing portal schema from configmapMandeep Khinda1-1/+1
-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 Khinda6-0/+505
-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>