Actions
Bug #1793
closedBetter handle case when a domain has no DNS proxy set
Description
When a domain in Foreman (More -> Domains -> dmz.example.com) does not have a DNS smart-proxy set, creating a host in that domain fails with an unhelpful error message like this: "Create DNS record for web01.dmz.example.com task failed with the following error: undefined method `create' for nil:NilClass".
Full log message here: http://pastie.org/4358270
A case like this should either result in a better error message (e.g. "No DNS smart proxy set for domain") or, probably even better, a warning that no proxy is set and thus no DNS RR (A) will be created for the new host. The user could then have the option to continue or fix the missing DNS proxy.
Updated by Ohad Levy over 12 years ago
- Category set to Host creation
- Assignee changed from Greg Sutcliffe to Ohad Levy
- Target version set to 1.1
Updated by Ohad Levy over 12 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 9b85aee53388b6a3eb26aed62110d2578f0f2234.
Actions