-
Notifications
You must be signed in to change notification settings - Fork 10
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
handle localhost session #141
Comments
@vnitinv I am working on the salt binary and from an email thread on the matter:
Wondering if you could identify the PR or the fix, as fixing issues with the salt binary at the moment and would like to utilize the fix. |
For localhost, we dont prefer connection via ssh, but a local mechanism (name ioproc) This works all perfectly to make a connection even with the new local minion which we are building. There is a minor issue with keep-alive (ping function). I was not sure if we should do the changes in an existing pull request to saltstack (as this change won't be used by any user) and also wanted to get that code checked in first before we make any new changes. https://github.com/saltstack/salt/blob/master/salt/proxy/junos.py#L193 ping function need to change to
|
@vnitinv Thanks for that information. Actually I was about to make those changes to ping this morning myself, but I shall incorporate your code in the changes since I assume you have tested it etc. Converting the local native minion to using localhost, among a few other changes for Juniper switches. |
Getting salt on Junos box will be a great feature addition. Looking forward to it. |
@dmurphy18 Did you fix this or want me to send a pull request for this? I don't see this code in salt repo as of today |
Go ahead and submit a PR, I made the change in the native minion and am still working on it (core dump on MX,not QFX) so it will be a while before it is ready for merge. Don't forget to include a test, and mark me as a Reviewer when you submit |
Description of Issue
The text was updated successfully, but these errors were encountered: