-
Notifications
You must be signed in to change notification settings - Fork 130
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
Fixes #34239: Add pull-mqtt support to smart_proxy_remote_execution #737
Conversation
afaa279
to
408a630
Compare
given all this builds upon is merged, I've rebased it and made the linter happy ;) |
the test failures are legit ;) |
305a32f
to
4947221
Compare
436c62e
to
da84dbb
Compare
Should mosquitto be cleaned up if the user decides to flip back to SSH? |
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.
I think this addresses all points we had discussed over in #726.
Should this PR/commit ref/fix RM#34239? I think it should.
We can take the "switch from mqtt to ssh" question to another day/PR.
I started a separate PR dedicated to that -- #744 . I will work on the hard part -- tests to verify it works. |
Edit: I'm going to opt to pull this in so it can propagate through nightly. That will allow @adamruzicka to continue further development and testing and make adjustments if necessary. |
I nearly forgot we need to add a hard dependency in the installer given puppet-mosquitto is a soft dependency in the module: theforeman/foreman-installer#760 |
Builds on: