We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Building on #474 and 189cd16 ensure the following:
http://localhost/api/v3/hosts/os_list
We can include in this RFE general documentation for defining a cloud using --os too as we need to include that still.
--os
Related-to: #487
The text was updated successfully, but these errors were encountered:
This has now been implemented here: https://review.gerrithub.io/c/redhat-performance/quads/+/1207302
When creating the assignment you can pass ostype like so:
ostype
$ curl -k -X POST -H "Authorization: Bearer $TOKEN" -H "Content-Type: application/json" -d '{"description": "Short description here", "owner": "tester", "qinq": 1, "vlan": "602", "wipe": "true", "ostype": "RHEL 7.5"}' http://quads2-stage.example.com/api/v3/assignments/self
Sorry, something went wrong.
fix: schedule creation authorization and no-wipe validation
a06cab7
feat: added ostype to self-schedule closes: #563 closes: #564 closes: #565 Change-Id: I9b7d31a505fd325cc5fa138ed472179d0aa41e4d
No branches or pull requests
Building on #474 and 189cd16 ensure the following:
http://localhost/api/v3/hosts/os_list
and cited as optionalWe can include in this RFE general documentation for defining a cloud using
--os
too as we need to include that still.Related-to: #487
The text was updated successfully, but these errors were encountered: