summaryrefslogtreecommitdiffstats
path: root/opera
AgeCommit message (Collapse)AuthorFilesLines
2017-03-23fix pyyaml bugHarry Huang1-0/+4
package_prepare should run before generate_conf to ensure pyyaml is installed. otherwise generate_conf will fail when pyyaml is not installed before. Change-Id: I181225637969f3602ce34984e4710a2610e8cd18 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com> (cherry picked from commit a6346420a0e0d2f4564d8ecc030146cae098a7f4)
2017-03-21Add delay when upload csar package failHarry Huang1-1/+3
There is occasional failure when upload csar package. Add 10 second 10 retries to workaroud this problem. Change-Id: I0d081699d744bc2a3f93d23fa5afea48f426beff Signed-off-by: Harry Huang <huangxiangyu5@huawei.com> (cherry picked from commit f809fd6d07d3447af62297377f963e1c6e4556e3)
2017-03-17add get_vnfm_ipHarry Huang3-0/+14
add function get_vnfm_ip to get juju client vm ip Change-Id: Ib78d81ab2bb54ecc197581913c5127235bc563da Signed-off-by: Harry Huang <huangxiangyu5@huawei.com> (cherry picked from commit 4867ce93ff214e5bcb1b3b178173080a17bfc5dd)
2017-03-17Add upload packages retryHarry Huang2-0/+272
1. retry 5 times if csar package uploads fail 2. clearwater service name varies over the time 3. use the word vnf instead of app Change-Id: Id85c7f467cbefbc46fd1f1daf6202d89ef3ac898 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com> (cherry picked from commit 8a07bcd6b75f62c7c79504f8a3c020a2d635156e)