-
Notifications
You must be signed in to change notification settings - Fork 63
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
bin/setup - create manageiq/log manually #273
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. Would prefer native ruby solution like here ManageIQ/manageiq-providers-nuage#130 but it's up to you.
Switched to native ruby, PTAL |
Checked commits cben/manageiq-providers-kubernetes@a41d214~...01bc248 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.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.
Good point @cben I like your solution because it (a) uses absolute path and will work regardless where it's called from and (b) what you say with IF, we should perform the call always. Will copy this one from you, thanks.
I think that in case |
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.
Thanks so much for your feedback @cben
I'm hoping this fix in one place will fix the problem
Similar to ManageIQ/manageiq-ui-classic#4502, ManageIQ/manageiq-providers-nuage#130.
Since ManageIQ/manageiq#17663, there is no manageiq/log directory by default.
This breaks Travis e.g. https://travis-ci.org/ManageIQ/manageiq-providers-kubernetes/jobs/418623069
@miq-bot add-label bug, developer, test
@kbrock @himdel @miha-plesko please review