summaryrefslogtreecommitdiffstats
path: root/kubernetes/portal/charts/portal-widget/resources
AgeCommit message (Collapse)AuthorFilesLines
2018-08-30Apache2 License additiontoshrajbhardwaj2-33/+47
Issue-ID: OOM-1306 Change-Id: I1a617718006ee845d675fead74ce075c3390ac2f Signed-off-by: toshrajbhardwaj <toshrajbhardwaj@gmail.com>
2018-06-01Portal Widget microservices configuration changest782s1-1/+1
Issue-ID: PORTAL-282 This is to retrieve the port from global env variable instead of hard coding Change-Id: I626102d1adfb3b7395f667b9b18dc4299d88623d Signed-off-by: st782s <statta@research.att.com>
2018-05-25Portal Widget microservices configuration changest782s1-1/+1
Issue-ID: PORTAL-282 Change-Id: I657840b684767fcf4ae75c6f5f28fea315e1b9e8 Signed-off-by: st782s <statta@research.att.com>
2018-05-01exposing portal on port 8989 outside the clusterMandeep Khinda1-1/+1
-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 Khinda1-1/+1
-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.NameBorislavG1-1/+1
Issue-ID: OOM-906 Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-06Correcting portal k8s configmap service namesMandeep Khinda1-1/+1
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-03-29Standardizing ONAP PortalMandeep Khinda2-0/+36
-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>