-
Notifications
You must be signed in to change notification settings - Fork 253
feat: make oob_ip available regardless of oob_ip_as_primary_ip
#1211
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
Conversation
oob_ip available regardless of oob_ip_as_primary_ip
|
@Shourai can you please take a look, since you implemented the original feature? |
|
I have checked it out and tested it.
It's useful if you have I had not thought about it since in our use-case we don't use the Out of curiosity, @akire0ne, what use-cases do you have for the |
|
That is a large matrix of behaviors. I don't know if I am a fan of this change. |
|
Frankly I would rather have one configuration setting, where you either use the |
sc68cal
left a comment
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.
Creates too complex behaviors
|
Folks, two different things here
Whatever works for me as long @sc68cal are you suggesting something like an FYI our business case is to be able to fetch / identify OOBM / IPMI easily for our devices. |
sc68cal
left a comment
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.
OK. It took me a couple reads through your comments @akire0ne and @Shourai, because for some reason my brain was just not working properly and I was getting confused.
It was not because of anything you wrote, but for some reason it just didn't stick with me for some reason.
It's sad because the code is quite clear what is going on but I just wasn't getting it. Sorry.
This is good to go, thank you for the contribution and your patience, I will try and do better next time.
|
Thanks @sc68cal ! Very appreciated |
Related Issue
Related to #1081
New Behavior
Makes
oob_ipalways available in the hostvars if it exists.Discussion: Benefits and Drawbacks
Not sure why we make
oob_ipavailable only whenoob_ip_as_primary_ipis set.I believe there is value to access this property without altering
ansible_host.Changes to the Documentation
None
Proposed Release Note Entry
oob_ipis now returned in hostvars if setDouble Check
develbranch.