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

Load balancer documentation proposing wrong protocol for template url

XMLWordPrintable

    • 0
    • False
    • Hide

      None

      Show
      None
    • False
    • 0
    • Important
    • No

      Description of problem:

      This section of documentation: https://access.redhat.com/documentation/en-us/red_hat_satellite/6.13/html-single/configuring_capsules_with_a_load_balancer/index#Setting_the_Load_Balancer_for_Host_Registration_load-balancing

      is proposing these options

      satellite-installer --scenario capsule \
      --foreman-proxy-registration-url "https://loadbalancer.example.com:9090" \
      --foreman-proxy-template-url "https://loadbalancer.example.com:8000"

      However, --foreman-proxy-template-url is usually a http endpoint (port 8000 is an http only endpoint in this case)

       

      Correct configuration should be:

      satellite-installer --scenario capsule \
      --foreman-proxy-registration-url "https://loadbalancer.example.com:9090" \
      --foreman-proxy-template-url "http://loadbalancer.example.com:8000"

            ekohlvan@redhat.com Ewoud Kohl van Wijngaarden
            rhn-support-jpasqual Joniel Pasqualetto
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: