aboutsummaryrefslogtreecommitdiffstats
path: root/deploy.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-10-17corrected the condition for docker wait periodSeshu-Kumar-M1-1/+1
IssueId: SO-195 Change-Id: I44b5c910096d042b75e739306fea49a7509ac9a8 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-06-13Increase the mariadb deploy timeoutKanagaraj Manickam k003651061-3/+3
In some environment, mariadb is taking more than 120 seconds to completely deploy and is causing the timeout error. so now timeout is increased to 600 with increment of 5 seconds check. Change-Id: I08fd2f8f3c35d81b876b82aa45e052b474a8fed9 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-03-09Fix deploy.sh script (fail with 6 parameters)Determe, Sebastien (sd378r)1-70/+72
This script can't be used by HEAT anymore due to error (boolean) Change-Id: I06bb7c7f941da58fda3692b27b17b4ca58bf5a24 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-03-08Add the ability to call deploy.sh without paramsAlexis de Talhouët1-3/+9
By default, deploy.sh is expecting Nexus related params to pull the images from there. But while developing locally, one would want to use the local images, hence wouldn't pass any args. Change-Id: Ia9866e7dcb854561c6950da8c9cb69d758477457 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-03-08Change deploy.sh permission to be executableAlexis de Talhouët1-0/+0
As deploy.sh is supposed to be an executable, it should have those permission. Added u+x permission. Change-Id: Id24f7812d541d813f59a00431d9982280cdc1824 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-02-23[OS-246] Update docker image pathpiclose1-3/+3
Fixes OS-246 by updating correct docker paths Change-Id: I56511809c325fbb42508714e640fb9415eb83ad0 Signed-off-by: piclose <pc457b@intl.att.com>
2017-02-21Initial OpenECOMP MSO Docker Configuration commitpiclose1-0/+143
Change-Id: Iaabe6803a6087f59726e290cb75aef2f755097d9 Signed-off-by: piclose <pc457b@intl.att.com>