Skip to content

Commit

Permalink
Continue if error is temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
seattlevine committed Apr 18, 2018
1 parent 5d69439 commit d1add22
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified dist/f5-cloud-libs.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/verifyHash
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cli script /Common/verifyHash {
proc script::run {} {
if {[catch {
set hashes(f5-cloud-libs.tar.gz) bf8ad1ac2bafd709eef137992c19bdd60d394af8899918ba689a3c3827d16d65864db78e1e4fd975fc424b4940147b66efa800fd110459234f55fc4aede7723a
set hashes(f5-cloud-libs.tar.gz) c1ca029298e8a709ed1af254a66ca9abe044db74dae5a56b98a57e3ee171411dad13d0389a3127ef2f560e04cff086c80a666a535e9015637e5266897009eab4
set hashes(f5-cloud-libs-aws.tar.gz) d99a776cd7d184d98161c0846fd2c4ff6876a344a4491e6b12a592efc99d5bcd9df4ba32d3f5c800fa93f5417cf6986e64fb3b51e038014fd829261ce295f3bb
set hashes(f5-cloud-libs-azure.tar.gz) 342fa4ccca856ca1829ac4d1364731983707fbfbe6d81f74078053ca328ec233b273edc40816263a8d3299ed67f6de4d631fc19aac5da74fd1842a544dd74863
set hashes(f5-cloud-libs-gce.tar.gz) 66072a397912a2f64ef74f2bb3fcc51c2ca90002d7df67534cf1ace031251d0a2d08f5efb492fa3c46718c65fb24234d2c863dd457e1d300b41dd6f82aca9849
Expand Down
2 changes: 1 addition & 1 deletion lib/bigIpOnboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ BigIpOnboard.prototype.provision = function provision(provisionSettings) {
{
maxRetries: 90,
retryIntervalMs: 10000,
continueOnErrorMessage: /in progress/
continueOnErrorMessage: /(in progress)|(temporarily)/
}
]
});
Expand Down

0 comments on commit d1add22

Please sign in to comment.