-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changed ${/#ae_reason} to a string value in on_error methods. #98
Changed ${/#ae_reason} to a string value in on_error methods. #98
Conversation
Changed all occurrences in class schemas and instances. https://bugzilla.redhat.com/show_bug.cgi?id=1439845
@billfitzgerald0120 Cannot apply the following label because they are not recognized: fine/yes euwe/yes |
@miq-bot add_label fine/yes, euwe/yes |
@@ -148,7 +148,7 @@ object: | |||
condition: | |||
on_entry: update_serviceprovision_status(status => 'Creating Stack') | |||
on_exit: update_serviceprovision_status(status => 'Creating Stack') | |||
on_error: update_serviceprovision_status(status => '${/#ae_reason}') | |||
on_error: update_serviceprovision_status(status => 'Error Provisioning Stack') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@billfitzgerald0120 Can we change the status to 'Error Creating Stack'?
@@ -168,7 +168,7 @@ object: | |||
condition: | |||
on_entry: | |||
on_exit: update_serviceprovision_status(status => 'Creating Stack') | |||
on_error: update_serviceprovision_status(status => '${/#ae_reason}') | |||
on_error: update_serviceprovision_status(status => 'Error Provisioning Stack') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@billfitzgerald0120 Can we change the status to 'Error Creating Stack'?
@@ -208,7 +208,7 @@ object: | |||
condition: | |||
on_entry: | |||
on_exit: update_provision_status(status => 'Creating VM') | |||
on_error: update_provision_status(status => '${/#ae_reason}') | |||
on_error: update_provision_status(status => 'Error Provisioning Instance') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@billfitzgerald0120 Can we change the status to 'Error Creating VM'?
Made changes as requested. |
Checked commits billfitzgerald0120/manageiq-content@1a5c457~...595a237 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@billfitzgerald0120 Looks good. |
Euwe backport (to manageiq repo) details:
|
Changed ${/#ae_reason} to a string value in on_error methods. (cherry picked from commit b92d4a4) https://bugzilla.redhat.com/show_bug.cgi?id=1459260
Fine backport details:
|
Changed all occurrences in class schemas and instances.
https://bugzilla.redhat.com/show_bug.cgi?id=1439845
@miq-bot add_label bug, fine/yes euwe/yes