Project

General

Profile

Actions

Feature #18538

closed

Installer should have a better default for --foreman-proxy-dns-reverse

Added by Stephen Benjamin about 7 years ago. Updated over 5 years ago.

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

Description

Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1422620

Description of problem:
If you look at the help for the installer, you can see what the defaults are for the options. Looking at the default for dhcp-option-domain, that gets set based on your environment. However, looking at the dns-reverse, it has a default that doesn't get adjusted based on your system.

  1. satellite-installer --help | grep -ie dhcp-option -ie dns-reverse
    --foreman-proxy-dhcp-option-domain DHCP use the dhcpd config option domain-name (default: ["usersys.redhat.com"])
    --foreman-proxy-dns-reverse DNS reverse zone name (default: "100.168.192.in-addr.arpa")
  2. ip a | grep -e 192 -ie 10
    2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    inet 10.10.181.147/21 brd 10.10.183.255 scope global dynamic eth0
    [root@ex403 ~]#

Version-Release number of selected component (if applicable):
6.2.7

How reproducible:
100%

Steps to Reproduce:
1. run the satellite-installer --help command
2. look for dns-reverse
3.

Actual results:
It always has a default of 100.168.192.in-addr.arpa no matter what your networking is.

Expected results:
The default should get based on what your default route is. For systems with more than one nic, that might not be what gets used, but at least it has a chance of being a useful default.

Additional info:


Related issues 1 (0 open1 closed)

Related to Installer - Bug #16915: Better defaults for DHCP/DNS interfaces/network ranges during installResolvedEwoud Kohl van WijngaardenActions
Actions #1

Updated by Stephen Benjamin about 7 years ago

  • Project changed from Katello to Installer
  • Subject changed from Installer should have a better default for --foreman-proxy-dns-reverse to Installer should have a better default for --foreman-proxy-dns-reverse
  • Category changed from Installer to Foreman modules
Actions #2

Updated by The Foreman Bot about 7 years ago

  • Status changed from New to Ready For Testing
  • Assignee set to Ewoud Kohl van Wijngaarden
  • Pull request https://github.com/theforeman/puppet-foreman_proxy/pull/329 added
Actions #3

Updated by Ewoud Kohl van Wijngaarden about 7 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions #4

Updated by Dominic Cleal about 7 years ago

  • translation missing: en.field_release set to 209
Actions #5

Updated by Ewoud Kohl van Wijngaarden over 6 years ago

  • Related to Bug #16915: Better defaults for DHCP/DNS interfaces/network ranges during install added
Actions

Also available in: Atom PDF