-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: cloud validation with all hosts ready validated
in the scenario of all hosts in a cloud been validated but the cloud not being updated, it would fall into an endless loop of validation failures due to self.hosts being empty. if all hosts have already been validated we can ommit running these host bounded validations for validating the cloud. Change-Id: I994d879887a774c2a043fa8d629f71c81e22ae1a
- Loading branch information
Showing
2 changed files
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
A post allocation check previously failed for: | ||
|
||
cloud: {{ cloud }} | ||
owner: {{ owner }} | ||
ticket: {{ ticket }} | ||
|
||
has successfully passed the verification test(s)! The owner | ||
should receive a notification that the environment is ready | ||
for use. | ||
|
||
DevOps Team |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters