-
Notifications
You must be signed in to change notification settings - Fork 167
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
Support 'None' Option for PXE Loader Selection #971
Comments
From the API docs: (Pulled for hostgroup, also used elsewhere)
|
jjaswanson4
added a commit
to jjaswanson4/foreman-ansible-modules
that referenced
this issue
Sep 22, 2020
evgeni
pushed a commit
that referenced
this issue
Sep 22, 2020
* Add 'None' as an option for pxe-loader This option is selectable in the WebUI and available via the satellite API * Update documentation for pxe_loader to Include 'None' Adding 'None' under choices for pxe_loader * Create changelog Fragment Tie to #971
evgeni
added a commit
to evgeni/foreman-ansible-modules
that referenced
this issue
Oct 2, 2020
ehelms
pushed a commit
that referenced
this issue
Oct 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
'None' is an option within the webUI and the API, however the modules currently reject the option before firing off an API call.
FIX
Within plugins/module_utils/foreman_helper.py, add 'None' to pxe_loader=dict(choices)
The text was updated successfully, but these errors were encountered: