Foreman considers a domain and a DNS zone as the same thing. That is, if you are planning to manage a site where all the machines are or the form hostname.somewhere.com then the domain is somewhere.com. This allows Foreman to associate a puppet variable with a domain/site and automatically append this variable to all external node requests made by machines at that site.
Param name | Description |
---|---|
subnet_id optional |
ID of subnet Value: Must be String |
search optional |
filter results Value: Must be String |
order optional |
sort results Value: Must be String |
page optional |
paginate results Value: Must be String |
per_page optional |
number of entries per request Value: Must be String |
Param name | Description |
---|---|
id required |
Numerical ID or domain name Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space. |
The fullname field is used for human readability in reports and other pages that refer to domains, and also available as an external node parameter
Param name | Description |
---|---|
domain required |
Value: Must be a Hash |
domain[name] required |
The full DNS domain name Value: Must be String |
domain[fullname] optional , nil allowed |
Description of the domain Value: Must be String |
domain[dns_id] optional , nil allowed |
DNS proxy to use within this domain Value: Must be a number. |
domain[domain_parameters_attributes] optional , nil allowed |
Array of parameters (name, value) Value: Must be an array of any type |
Param name | Description |
---|---|
id required |
Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space. |
domain required |
Value: Must be a Hash |
domain[name] optional |
The full DNS domain name Value: Must be String |
domain[fullname] optional , nil allowed |
Description of the domain Value: Must be String |
domain[dns_id] optional , nil allowed |
DNS proxy to use within this domain Value: Must be a number. |
domain[domain_parameters_attributes] optional , nil allowed |
Array of parameters (name, value) Value: Must be an array of any type |
Param name | Description |
---|---|
id required |
Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space. |