aboutsummaryrefslogtreecommitdiffstats
path: root/deploy.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-08-07Update PropertiesSmokowski, Steve (ss835w)1-1/+1
Update Properties as a result of integration lab testing Issue-ID: SO-812 Change-Id: Id09f79b008436dc75901606f81f9af8102f1695b Change-Id: Id09f79b008436dc75901606f81f9af8102f1695b Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-06Update script to pull all docker imagesSmokowski, Steve (ss835w)1-13/+23
Remove configuration update, add in all new SO images, Configuration is now controlled by override.yaml files. We no longer need to use the JSON substitution Issue-ID: SO-803 Change-Id: I960b10e71420268621cd5fee3061ec2af01a087d Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-01Do not untag downloaded docker imagesGary Wu1-2/+0
Untagging the images makes it impossible to identify the docker image versions actually running on the system. This change resolves the issue. Change-Id: I8b93a2d6b1ac02ce9adf27c9c1fd89c2445d5735 Issue-ID: SO-728 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
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>