Uploaded image for project: 'Satellite'
  1. Satellite
  2. SAT-34266

On Red Hat Satellite 6.17, the manual host content source update script includes yggdrasil configuration even when REX Pull Provider disabled.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Minor Minor
    • None
    • 6.17.0
    • None
    • False
    • Moderate
    • sat-endeavour
    • None
    • None
    • None
    • None

      Description of problem:

      As per the resolution of Jira "https://issues.redhat.com/browse/SAT-24795".

      The following conditions are introduced in the manually generated script:

      ~~~
      if [ -f /etc/yggdrasil/config.toml ]; then
        cp /etc/yggdrasil/config.toml /etc/yggdrasil/config.toml.bak
        export YGGDRASIL_RESTART_DELAY=10
      ~~~

      However, it is expected that when the REX Pull Provider is disabled, the script should not include any lines related to Yggdrasil configuration.

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

      Red Hat Satellite 6.17

       

      How reproducible:

      100%

       

      Steps to Reproduce:

      1. On satellite Web UI >> Hosts >> All Hosts >> Edit a Host
      2. click on 'Change host content source' Select Content Source, Lifecycle environment and Content View
      3. Select 'Update Hosts Manually' Option and view the generated script

      Actual results:

      ~~~
      if [ -f /etc/yggdrasil/config.toml ]; then
        cp /etc/yggdrasil/config.toml /etc/yggdrasil/config.toml.bak
        export YGGDRASIL_RESTART_DELAY=10
      ~~~

       

      Expected results:

      • When the REX Pull Provider is disabled, the generated script should exclude any references to Yggdrasil.

              Unassigned Unassigned
              rhn-support-mkushwah Mohit Kushwah
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: