Skip to content
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

Merged
merged 2 commits into from
May 4, 2017

Conversation

billfitzgerald0120
Copy link
Contributor

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

@miq-bot
Copy link
Member

miq-bot commented Apr 20, 2017

@billfitzgerald0120 Cannot apply the following label because they are not recognized: fine/yes euwe/yes

@miq-bot miq-bot added the bug label Apr 20, 2017
@billfitzgerald0120
Copy link
Contributor Author

@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')
Copy link
Member

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')
Copy link
Member

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')
Copy link
Member

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'?

@billfitzgerald0120
Copy link
Contributor Author

Made changes as requested.
@tinaafitz
Please Review

@miq-bot
Copy link
Member

miq-bot commented Apr 20, 2017

Checked commits billfitzgerald0120/manageiq-content@1a5c457~...595a237 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0
0 files checked, 0 offenses detected
Everything looks good. 🍰

@tinaafitz
Copy link
Member

@billfitzgerald0120 Looks good.
@mkanoor Please review.

@mkanoor mkanoor merged commit b92d4a4 into ManageIQ:master May 4, 2017
@mkanoor mkanoor added this to the Sprint 60 Ending May 8, 2017 milestone May 4, 2017
@billfitzgerald0120 billfitzgerald0120 deleted the ae_reason_to_string branch May 5, 2017 12:33
@simaishi
Copy link
Contributor

Euwe backport (to manageiq repo) details:

$ git log -1
commit 48ad6261b1300039dbf96a6b23e40ccda3e890ea
Author: Madhu Kanoor <mkanoor@redhat.com>
Date:   Thu May 4 14:33:03 2017 -0400

    Merge pull request #98 from billfitzgerald0120/ae_reason_to_string
    
    Changed ${/#ae_reason} to a string value in on_error methods.
    (cherry picked from commit b92d4a4c51704200ce0f143912c4c3866c69b796)
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1449407

simaishi pushed a commit that referenced this pull request Jun 6, 2017
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
@simaishi
Copy link
Contributor

simaishi commented Jun 6, 2017

Fine backport details:

$ git log -1
commit 48721aa4bb3fef7dfadc35408cde96c24b7319e0
Author: Madhu Kanoor <mkanoor@redhat.com>
Date:   Thu May 4 14:33:03 2017 -0400

    Merge pull request #98 from billfitzgerald0120/ae_reason_to_string
    
    Changed ${/#ae_reason} to a string value in on_error methods.
    (cherry picked from commit b92d4a4c51704200ce0f143912c4c3866c69b796)
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1459260

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants