← Back to team overview

orchestra team mailing list archive

[Bug 834172] Re: dnsmasq does not include domain name in hostnames

 

This bug was fixed in the package orchestra - 2.10-0ubuntu1

---------------
orchestra (2.10-0ubuntu1) oneiric; urgency=low

  * Fix late_command to import client keys (LP: #837541):
    - orchestra/utils/keys.py.
    - provisioning-server: modify orchestra_rsyslog_client_config snippet;
      add orchestra_rsyslog_obtain_keys.
    - ensemble.preseed: use orchestra_rsyslog_obtain_keys snippet;
      additionally, set password for default user.
  * orchestra/utils/keys.py: Encode late command not template.
  * Set the default GW if DNS/DHCP is managed by orchestra (LP: #838243):
    - debian/ubuntu-orchestra-provisioning-server.postinst: Handle the GW
      configuration. Ask debconf question only after DHCP/DNS question is
      answered.
    - debian/ubuntu-orchestra-provisioning-server.templates: Add debconf
      question.
  * Set the domain name for DHCP when managed by orchestra (LP: #834172):
    - debian/ubuntu-orchestra-provisioning-server.postinst: Add logic to
      set/unset hostname.
    - debian/ubuntu-orchestra-provisioning-server.templates: Add
      dnsmasq-domain-name template.
 -- Andres Rodriguez <andreserl@xxxxxxxxxx>   Thu, 01 Sep 2011 19:59:56 -0400

** Changed in: orchestra (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of
orchestra, which is subscribed to orchestra in Ubuntu.
https://bugs.launchpad.net/bugs/834172

Title:
  dnsmasq does not include domain name in hostnames

Status in “cobbler” package in Ubuntu:
  Fix Released
Status in “orchestra” package in Ubuntu:
  Fix Released

Bug description:
  After registering a bunch of systems into cobbler, dnsmasq gives out
  the correct IP, however, the hostname is not resolvable by its FQDN,
  only its hostname.

  adding a parameter such as:

  domain=canonical.com

  to /etc/cobbler/dnsmasq.template fixes this

  Dunno if this is expected behavior or if there should be a debconf
  question for this, as ensemble relies on a resolvable system name
  (from the cobbler point of view)

  ============================

  Additionally, cobbler should probably include in the dnsmasq.template
  a field for the domain, but should be commented by default.

  #domain=

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/834172/+subscriptions


References