summaryrefslogtreecommitdiffstats
path: root/utils/webseal-simulator/scripts
AgeCommit message (Collapse)AuthorFilesLines
2021-05-12Use integration-java11 Dockerfilesebdet1-1/+1
Use onap/integration-java11:7.1.0 as a source for the images requiring JDK 11 in SDC Issue-ID: SDC-3298 Change-Id: Ifee3d2942dcb9c078f2ebb686bdabc0ecca857b3 Signed-off-by: xuegao <xue.gao@intl.att.com>
2018-09-20modify simulator_docker_run.shLiang Ding1-11/+10
Change-Id: I919d7f3e4ca47eb359694da9a47f85e7a3229313 Issue-ID: SDC-1748 Signed-off-by: Liang Ding <liang.ding@intel.com>
2018-05-24Add support for running SDC using Docker on OSXdekstroza1-1/+1
This patch adds support for running SDC on OSX. There are several OSX specific commands wrt to getting host IP address, mounting /etc/localtime and using / filesystem in run/build process Issue-ID: SDC-1297 Change-Id: I2da3ce13d7c254d06376c717ae22f2cb446c63bd Signed-off-by: Michael Lando <ml636r@att.com>
2018-05-24Use getopts in simulator_docker_run.shVictor Morales1-47/+71
The simulator_docker_run.sh script can use getopts builtin fuction instead of while/case combination. This helps to clean the code and reuse some existing functions. Issue-ID: SDC-993 Change-Id: I6a0a7ddd25d0da980e3d870bebddb8913bcdfdf7 Signed-off-by: Michael Lando <ml636r@att.com>
2018-03-07Sync Integ to MasterMichael Lando1-3/+3
Change-Id: I71e3acc26fa612127756ac04073a522b9cc6cd74 Issue-ID: SDC-977 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
2018-02-20add https support to simulatoMichael Lando2-1/+24
Change-Id: I16f68532a7e7a09fbf96c09dff19d857c03fedd8 Issue-ID: SDC-832 Signed-off-by: Michael Lando <ml636r@att.com>
2017-08-21Webseal Simulator Default files refactoringTal Gitelman1-1/+1
Change-Id: I3c71a49ed376bfaacf75aa81f5609b2e9f8cab34 Issue-ID: SDC-154 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-08-21[SDC-154] - sdc-simulator docker taskTal Gitelman1-0/+80
Change-Id: Iaa4c30237a2eef2c40fb4bfda114bc2eca6df9d5 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>