aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/scripts
AgeCommit message (Collapse)AuthorFilesLines
2017-10-26sanity stabilizationYuli Shlosberg1-4/+4
Change-Id: Idb6bae5b58b9430480756cb2ecf850e878bca114 Issue-Id: SDC-542 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2017-10-23VoltE fixTal Gitelman1-2/+2
Change-Id: I5a8a466184bce822fb974858ad75496b3bf00fbd Issue-ID: SDC-410 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-18Sanity docker buildTal Gitelman1-1/+1
Sanity docker build & vLB + vCSCF_aligned VNF addition Change-Id: I518c4013d2da033d9bc4c98900d9c347b6056e2b Issue-ID: SDC-478 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-17Remote debug portsTal Gitelman1-1/+5
Add remote debug port publish to docker_run.sh script SDC-239 Change-Id: I7bb94a788d3fc1a7b89b21ccec6540c6be14f670 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-04ONAP normative fixesTal Gitelman1-8/+0
Change-Id: I5d4417dbcbebb82ea5d30493bb27a27a5594e548 Issue-ID: SDC-410 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-03New docker start monitor engineYuli Shlosberg1-20/+59
New docker start monitor engine based on docker log prints Change-Id: I592b235faa090e558b13520d830bfd9cb6af924b Issue-Id: SDC-432 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2017-10-03ONAP normative fixesTal Gitelman1-1/+1
Change-Id: Ia70f81f6b0b352a75b66bc85f8402ee424ae6424 Issue-ID: SDC-410 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-01Scrip for docker image cleaning without base imageTal Gitelman1-0/+1
Change-Id: Iebb5c58213706e1bb92912f75ec99229dd4c2b05 Issue-ID: SDC-143 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-09-20Build sanity docker execute automationYuli Shlosberg1-1/+15
Change-Id: I7d275c7ec744ec9790c1147c2c28e48b16d2d92c Issue-Id: SDC-315 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2017-09-03fixed docker_run bugIdan Amit1-1/+1
Change-Id: I1ea4718b0f013cba6051d6447590ace6d5908fe4 Issue-Id: SDC-152 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-08-31[DevOps] - fix last commitIdan Amit1-9/+0
Change-Id: I98ac2c316983caf78e444fcef971e1bf52ea88f0 Issue-Id: SDC-152 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-08-31[DevOps] - Added local run to docker_runIdan Amit1-9/+38
script and fixed webseal-simulator pom.xml Change-Id: I8715bf5d7713a0f1b9192c6b8fd7303f01747546 Issue-Id: SDC-152 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-06-22[sdc] - latest code changesTal Gitelman1-196/+0
Change-Id: I861387094b000367218bb417624fe50d3c37f70e Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-06-18[sdc] update code of sdcMichael Lando1-2/+2
Change-Id: If9f37c80b659cb67b34d18e6c019defecca58b9a Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-09[SDC-29] catalog 1707 rebase commit.Michael Lando4-3/+200
Change-Id: I43c3dc5cf44abf5da817649bc738938a3e8388c1 Signed-off-by: Michael Lando <ml636r@att.com>
2017-03-13Set executable permission on scripts/*Alexis de Talhouët7-0/+0
Those scripts are meant to be executable, hence changing their permission with u+x Change-Id: I7e2b286b434fc915ff99146ae834417688ab6dde Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-03-09Fix docker_health.sh third checkAlexis de Talhouët1-1/+1
if [[ ${res} != 0 ]] checks wether the value is "0" but the value return by the command is " 0" hence the validation fails. Changing the if to compare string instead of integer. Change-Id: Ibb671dcc9c4cd870b931e9e06a185aa4bea5dc5f Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-02-27log dir permissions updateMichael Lando1-1/+1
Change-Id: Ic582963be5d762f6eebff261e85061789489d6ad Signed-off-by: Michael Lando <ml636r@att.com>
2017-02-23support stat less than 1GGrinberg Moti1-0/+4
Change-Id: I0a1fcfd5e545adee98a8d94ea3fbcd4ea8c7c063 Signed-off-by: Grinberg Moti <mg877n@att.com>
2017-02-23openopenecomp to openecompGrinberg Moti1-1/+1
Change-Id: I57e4d4d3fc9cbf35758bfc0e950f5488391321c2 Signed-off-by: Grinberg Moti <mg877n@att.com>
2017-02-23set url to https://omnitruck.chef.io/install.shGrinberg Moti1-9/+21
Change-Id: I1eb228adf80e44d97a0a95eb37477ee1c0d76ab9 Signed-off-by: Grinberg Moti <mg877n@att.com>
2017-02-21modify default release to latest for LFGrinberg Moti1-1/+1
Change-Id: I425c363f538340f197911d1e0458ca087275f473 Signed-off-by: Grinberg Moti <mg877n@att.com>
2017-02-21docker run fix or 60Grinberg Moti1-15/+13
Change-Id: Ibaba9c5a7c0180bc5905b1a915d623805eea2b01 Signed-off-by: Grinberg Moti <mg877n@att.com>
2017-02-21Merge "docker run update the repo directory"Michael Lando1-10/+10
2017-02-21docker run update the repo directoryGrinberg Moti1-10/+10
Change-Id: I1cfc14e85effc803f75807a27a3ce8e8aa7b7ad1 Signed-off-by: Grinberg Moti <mg877n@att.com>
2017-02-20Fix UI and dockerml636r7-0/+7
Change-Id: I5ac193d7382a59df64a1e56e5b0388915e3f9a13 Signed-off-by: ml636r <ml636r@att.com>
2017-02-19Initial OpenECOMP SDC commitMichael Lando7-0/+340
Change-Id: I0924d5a6ae9cdc161ae17c68d3689a30d10f407b Signed-off-by: Michael Lando <ml636r@att.com>