-
Notifications
You must be signed in to change notification settings - Fork 166
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
allow host interfaces management #757
Comments
@evgeni Maybe you can add the following to your original post: Parameters for interface API:
And further the points from you and @bagasse regarding compute resource Host is booted at creation time and depending on which way you provision your host, you have at least these three ways: Some compute resource in foreman don't support updates after host creation. |
As i remember it, the |
SUMMARY
Today,
foreman_host
can only manage the primary interface of a host by specifyingmac
,ip
etc.However, Foreman can manage ALL the interfaces
There is a
interfaces
resource: https://theforeman.org/api/1.24/apidoc/v2/interfaces.htmlAnd you can also manage them directly via the
hosts
API: https://theforeman.org/api/1.24/apidoc/v2/hosts/create.htmlI don't mind which way we implement it, but it would be nice to have that feature :)
ISSUE TYPE
The text was updated successfully, but these errors were encountered: