-
Notifications
You must be signed in to change notification settings - Fork 898
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
Add orchestration stack my_zone. #15334
Add orchestration stack my_zone. #15334
Conversation
@miq-bot assign @gmcculloug |
a8b382e
to
c9fc27d
Compare
app/models/orchestration_stack.rb
Outdated
@@ -97,6 +97,10 @@ def raw_update_stack(_template, _options = {}) | |||
raise NotImplementedError, _("raw_update_stack must be implemented in a subclass") | |||
end | |||
|
|||
def my_zone |
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.
looks like you need to indent the method
LGTM |
c9fc27d
to
d8ef167
Compare
Checked commit tinaafitz@d8ef167 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
Add orchestration stack my_zone. (cherry picked from commit 8e6d2fb) https://bugzilla.redhat.com/show_bug.cgi?id=1461143
Fine backport details:
|
@miq-bot add_label services |
@tinaafitz unrecognized command 'services', ignoring... Accepted commands are: add_label, assign, close_issue, move_issue, remove_label, rm_label, set_milestone |
@tinaafitz @gmcculloug can this be |
Add orchestration stack my_zone. (cherry picked from commit 8e6d2fb) https://bugzilla.redhat.com/show_bug.cgi?id=1465415
Euwe backport details:
|
Orchestration stacks can be retired individually and/or from Services. Retirement puts the retirement request event on the queue and supplies the zone if available. Service retirement for Orchestration stacks has a zone, but the individual Orchestration stack doesn't not.
https://bugzilla.redhat.com/show_bug.cgi?id=1458011