-
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
Add openshift persister and test also batch saver strategy #39
Add openshift persister and test also batch saver strategy #39
Conversation
super | ||
# get_container_images=false mode is a stopgap to speed up refresh by reducing functionality. When it's flipped from true to false, we should at least retain existing metadata. | ||
if options.get_container_images | ||
initialize_custom_attributes_collections(ems.container_images, %w(labels docker_labels)) |
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.
this is still needed, unless I missed it somewhere else
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.
it is inside of the OpenShift persistor
This pull request is not mergeable. Please rebase and repush. |
LGTM 👍 |
Add OpenShift Persister
Redefine persister_class to OpenShift one
Test :batch and :default saving strategies
0eb4a5e
to
8c0d19b
Compare
Better comment anout skipping ContainerImages labels saving
@cben it should be ready now |
Checked commits Ladas/manageiq-providers-openshift@0b85322~...3f27d49 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
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 👍
Depends on:
Add openshift persister and test also batch saver strategy