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
Add domain_id to
ifaceMap := map[string]interface{}{ "id": val.Id, "ip": val.IP, "mac": val.MAC, "name": val.Name, "subnet_id": val.SubnetId, "primary": val.Primary, "managed": val.Managed, "identifier": val.Identifier, "provision": val.Provision, "virtual": val.Virtual, "type": val.Type, "bmc_provider": val.Provider, "username": val.Username, "password": val.Password, "attached_devices": val.AttachedDevices, "attached_to": val.AttachedTo, }
Foreman Satellite cli ( hammer ) allowed attach domain_id to specifed interface ( it can be consume by Foreaman DNS proxy )
https://github.com/theforeman/hammer-cli-foreman/blob/master/doc/host_create.md#common-interface-settings
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add domain_id to
Foreman Satellite cli ( hammer ) allowed attach domain_id to specifed interface
( it can be consume by Foreaman DNS proxy )
https://github.com/theforeman/hammer-cli-foreman/blob/master/doc/host_create.md#common-interface-settings
The text was updated successfully, but these errors were encountered: