summaryrefslogtreecommitdiffstats
path: root/deliveries/os_build_febe.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-08-23Deliver centralized role management featureChristopher Lott (cl778h)1-84/+0
Repair multiple defects also. Revise deployment to use docker-compose. Remove all zip archives. Issue: PORTAL-21, PORTAL-25, PORTAL-28, PORTAL-52, PORTAL-69, PORTAL-74, PORTAL-76, PORTAL-80, PORTAL-82 Change-Id: Ie72fec7d35ba78beb162bba6ed27b2caee340c61 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-07-20Add portal property; correct docker build script.Christopher Lott (cl778h)1-1/+2
New Portal property services.widget.protocol controls whether http or https protocol is used to access the widget microservice endpoints. Adjust build script to use new name "sdk" when building Docker with Portal apps (formerly named ecompsdkos). Change-Id: I25b7f39d40351da04c7a9dc3cc1c75ddad2750ea Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-07-13[PORTAL-31] Repair defects in deploymentChristopher Lott (cl778h)1-3/+9
Includes docker build failures and footer icon Change-Id: I293f2767f36ab3fe824d8143e58e14dc2119c13e Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-07-12Configure parent to skip deploy stepChristopher Lott (cl778h)1-30/+9
Change-Id: If65458934e12e3f7f61cf080ba8f99d7d233f291 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-07-12Add plugin configuration to skip deployChristopher Lott (cl778h)1-4/+4
Change-Id: I84ff02d2336a802b73f98be7318456095f0de276 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-07-12Merge "Fix ep:1610-1 build process"Manoop Talasila1-4/+5
2017-07-06Merge "Add proxy support in DockerFile"Manoop Talasila1-2/+11
2017-07-05Add proxy support in DockerFileShashank Kumar Shankar1-2/+11
This helps to build Portal Docker image behind a proxy. Change-Id: I65fdd952ef9a9060f87dbbdc5a16909c825b493e Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2017-07-05Fix ep:1610-1 build processVictor Morales1-4/+5
The current process refers to two non-existing folders. When the build process tries to use those folders fails and the image is not created. Apparently the compilation order of ecomp-portal-FE-os depends on epsdk-app-os. Lastly, the installation of openjdk-8-jdk requires the --force-yes flag. Change-Id: If998393cd90a6f4a31806699423e90bfd0df8f30 Signed-off-by: Victor Morales <victor.morales@intel.com>
2017-06-16Add +x permissions on deliveries/*.shGary Wu1-0/+0
Change-Id: I48f00c483c603076023113d4584bc3a88853b846 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-06-12[PORTAL-16 PORTAL-18] Widget ms; stagingChristopher Lott (Christopher) (cl778h)1-0/+4
Remove staging repositories from poms. Add widget microservice code base. Add portal unit tests. Repair defects. Normalize line endings. Change-Id: Ia5e48da2a3141b352439ecd548cddf918f4df585 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-05-17[Docker Build] Updated Docker buildstatta1-8/+21
The changes have been performed in the build script to align with Rebased code Change-Id: Iacdc02fafbc361413ee56ca49c65ebae7b0dd861 Signed-off-by: statta <statta@research.att.com>
2017-03-28Settings files where ignoredAnaël Closson1-0/+2
When compiling this project from oustide the LF the settings files should be used to change where the dependencies and plugins should be fetched. The `MVN` environment variable only contains the path to the mvn executable and is lacking of the parameters to take the global settings file and settings file for the project into account. Change-Id: Ice43e8e297cd12fce317941864a8add759e99efd Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-03-101.1.0-SNAPSHOT is updated in pomstalasila1-2/+2
Change-Id: I03be81e79357d9eccbbcefe2a81a0e736d17389b Signed-off-by: talasila <talasila@research.att.com>
2017-02-17adding docker scriptstalasila1-0/+69
Change-Id: I25e4781593ecb01680ced87be660b2b38b406259 Signed-off-by: talasila <talasila@research.att.com>