Repair Portal defects; upgrade Docker build. 75/6275/4
authorChristopher Lott (cl778h) <clott@research.att.com>
Wed, 26 Jul 2017 15:49:07 +0000 (11:49 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Wed, 26 Jul 2017 17:47:31 +0000 (13:47 -0400)
commita9627f8c54b7e9d5712320621e8a0b748ad9baf4
tree5d43d73ff9b0e47f74aed77be03bbf761e3b621b
parent134cb7f97684487cf8a0245617c339a3fe2d54b0
Repair Portal defects; upgrade Docker build.

PORTAL-39 Remove MojoHaus Maven plug-in from pom file
PORTAL-38 VID tab is not showing portal for VID
PORTAL-37 Portal cannot resolve UEB host vm1-message-router;
  use ueb.api.simpledemo.openecomp.org instead
PORTAL-36 Show Portal app version number in footer;
  unpack war file instead of copying directory
PORTAL-35 update ECOMP Portal to ONAP logo on login page
PORTAL-34 Portal partners (Policy, VID) got 404 on landing page;
  recognize process_csp as valid endpoint in Portal
PORTAL-30 Failed to communicate with the widget microservice;
  add configuration properties with widget-ms host name and protocol.

Issue: PORTAL-30, PORTAL-34, PORTAL-35, PORTAL-36, PORTAL-37, PORTAL-38, PORTAL-39
Change-Id: I1e53e4985266f736ddad4ed49b287a23178ea3c3
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
24 files changed:
deliveries/Dockerfile.mariadb
deliveries/Dockerfile.portalapps [new file with mode: 0644]
deliveries/build_portalapps_dockers.sh [new file with mode: 0755]
deliveries/dbstop.sh [changed mode: 0644->0755]
deliveries/etc.zip
deliveries/new_start.sh
deliveries/new_stop.sh
deliveries/os_settings.sh
deliveries/run.sh
ecomp-portal-BE-common-test/pom.xml
ecomp-portal-BE-common/pom.xml
ecomp-portal-BE-common/src/main/java/org/openecomp/portalapp/portal/service/ConsulHealthServiceImpl.java
ecomp-portal-BE-common/src/main/java/org/openecomp/portalapp/portal/utils/EPCommonSystemProperties.java
ecomp-portal-BE-common/src/main/java/org/openecomp/portalapp/portal/utils/EcompPortalUtils.java
ecomp-portal-BE-common/src/main/webapp/static/fusion/images/onap-portal-logo.png [new file with mode: 0644]
ecomp-portal-BE-os/README.md
ecomp-portal-BE-os/pom.xml
ecomp-portal-BE-os/src/main/java/org/openecomp/portalapp/controller/LoginController.java
ecomp-portal-BE-os/src/main/java/org/openecomp/portalapp/controller/LoginService.java
ecomp-portal-BE-os/src/main/resources/cache.ccf
ecomp-portal-BE-os/src/main/webapp/WEB-INF/jsp/login.jsp
ecomp-portal-FE-common/pom.xml
ecomp-portal-FE-os/pom.xml
ecomp-portal-widget-ms/pom.xml