-
Notifications
You must be signed in to change notification settings - Fork 52
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
Use the kubernetes options for Openshift #32
Use the kubernetes options for Openshift #32
Conversation
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.
LGTM 👍
Needs to be merged after ManageIQ/manageiq-providers-kubernetes#
d49cbc2
to
322478a
Compare
This pull request is not mergeable. Please rebase and repush. |
322478a
to
8c222a6
Compare
8c222a6
to
cd40ce9
Compare
ping @moolitayer |
Checked commit enoodle@cd40ce9 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@enoodle we have a minimal two reviewer per PR policy. Please get another review. |
@@ -0,0 +1,4 @@ | |||
module ManageIQ::Providers::Openshift::ContainerManager::Options | |||
extend ActiveSupport::Concern |
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.
👍 without this, the ClassMethods would be available as class methods on this module, but not on Openshift::ContainerManager that includes it. 😭 😆 oh well ruby is weird sometimes...
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.
👍 LGTM
Using ManageIQ/manageiq-providers-kubernetes#45 for Openshift provider options.
This is required for using the options field with the Openshift provider as it adds the static description of the options (That is then being served through the API to the UI to present to the user when editing the options)