Project

General

Profile

Actions

Feature #14031

open

Automatic DNS name generation for interfaces

Added by Alan Evans about 8 years ago. Updated about 8 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Host creation
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

It would be nice to automatically generate DNS names for non-primary interfaces. We for example assign <hostname>-ipmi.<domain> to our IPMI interfaces.

Perhaps a DNS name template.

v<%=interface.vlanid%>.<%=interface.name%>.<%=host.name%>.<%=host.domainname%>

If the template is configurable the end user can override the template.

What if the template can create an array.

[
 <%=interface.name%>.<%=host.name%>.<%=host.domainname%>,
 v<%=interface.vlanid%>.<%=interface.name%>.<%=host.name%>.<%=host.domainname%>,
]

Would result in two names being created with the IP of the interface.


Related issues 1 (0 open1 closed)

Related to Foreman - Feature #13768: Provide a default hostnameClosedLukas Zapletal02/17/2016Actions
Actions #1

Updated by Dominic Cleal about 8 years ago

Actions #2

Updated by Dominic Cleal about 8 years ago

  • Category set to Host creation
Actions

Also available in: Atom PDF