Uploaded image for project: 'Satellite'
  1. Satellite
  2. SAT-26014 Satellite is not validating the IP address in foreman-proxy-dns-forwarders and breaks the satellite-installer
  3. SAT-28391

[QE][Automation] Satellite is not validating the IP address in foreman-proxy-dns-forwarders and breaks the satellite-installer

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Normal Normal
    • None
    • None
    • Installation, Provisioning
    • False
    • Hide

      None

      Show
      None
    • False
    • 0
    • Rocket

      Description of problem:
      During the satellite-installer configuration, if you try to set an invalid IP address, it's accepting and breaking the configuration.

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

      How reproducible:
      100%

      Actual results:
      1 error was detected during installation.
      Please address the errors and re-run the installer to ensure the system is properly configured.
      Failing to do so is likely to result in broken functionality.

      The full log is at /var/log/foreman-installer/satellite.log

      Expected results:
      ... [NOTICE] [configure] System configuration has finished.
        Success!

      Additional info:
      If was performed the command like the example below it breaks the configuration:
      ~~~
      satellite-installer --foreman-proxy-dns-forwarders ""
      ~~~

      Looking at the yaml file, we see the data below:
      ~~~ command: grep -A1 forward /etc/foreman-installer/scenarios.d/satellite-answers.yaml
       dns_forwarders:
       - ''
      ~~~

      The workaround:
      ~~~
      satellite-installer --reset-foreman-proxy-dns-forwarders
      ~~~

      After that, we see a valid data:
      ~~~ command:  grep -A1 forward /etc/foreman-installer/scenarios.d/satellite-answers.yaml 
        dns_forwarders: []
        libvirt_network: default
      ~~~

      QE Tracker for https://issues.redhat.com/browse/SAT-26014

              gtalreja@redhat.com Gaurav Talreja
              satellite-jira-automation@redhat.com Satellite Jira-Automation
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: