Project

General

Profile

Actions

Bug #12157

closed

When not specified, the default --capsule-dns-provider is wrong

Added by Alessandro Vozza over 8 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Category:
Foreman modules
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

katello-installer-2.4.0-1.nightly.201510130214gita6c6aa4.el7.noarch:

Using the command line:

katello-installer \
--foreman-admin-password xxx \
--capsule-dns true \
--capsule-dns-forwarders 192.168.110.1 \
--capsule-dns-interface eth1 \
--capsule-dns-reverse 110.168.192.in-addr.arpa \
--capsule-dns-zone local.lab \
--capsule-dhcp true \
--capsule-dhcp-gateway 192.168.110.1 \
--capsule-dhcp-interface eth1 \
--capsule-dhcp-nameservers 192.168.110.1 \
--capsule-dhcp-option-domain local.lab \
--capsule-dhcp-range "192.168.110.10 192.168.110.100" \
--capsule-tftp true \
--capsule-tftp-servername 192.168.110.1 \
--enable-foreman-plugin-puppetdb \
--enable-foreman-plugin-discovery \
--enable-foreman-plugin-hooks \
--enable-foreman-plugin-tasks \
--enable-foreman-plugin-templates \
--enable-foreman-plugin-default-hostgroup \
--foreman-plugin-discovery-install-images true

to install katello + foreman + capsule, the dns.yml contains the line:

:use_provider: nsupdate

Resulting in inactive DNS capsule (in proxy.log:

E, [2015-10-13T12:00:09.377789 #19384] ERROR -- : Couldn't enable plugin dns: Unable to find dependency 'nsupdate' of 'dns'.

). Changing the dns provider to dns_nsupdate (or using --capsule-dns-provider dns_nsupdate) fixes the issue.


Related issues 1 (0 open1 closed)

Related to Installer - Bug #11655: DNS configuration for smart proxy split into per-provider configsClosedEwoud Kohl van Wijngaarden09/02/2015Actions
Actions #1

Updated by Stephen Benjamin over 8 years ago

  • Project changed from Katello to Installer
  • Category set to Foreman modules
Actions #2

Updated by Stephen Benjamin over 8 years ago

  • Related to Bug #11655: DNS configuration for smart proxy split into per-provider configs added
Actions #3

Updated by Dominic Cleal over 8 years ago

  • translation missing: en.field_release set to 63
Actions #4

Updated by Anonymous over 8 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
  • Pull request https://github.com/theforeman/puppet-foreman_proxy/pull/197 added
  • Pull request deleted ()
Actions #5

Updated by Anonymous over 8 years ago

  • Assignee set to Stephen Benjamin
Actions

Also available in: Atom PDF