Project

General

Profile

Actions

Bug #26745

closed

Missing admin credentials in satellite-installer output.

Added by Evgeni Golov over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
foreman-installer script
Target version:
-
Difficulty:
Triaged:
Yes

Description

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

Description of problem:

Missing admin credentials in satellite-installer output.

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

@Satellite 6.6.0(Snap1)

How reproducible:

Always

Steps to Reproduce:

1. Setup pre-requisite for satellite 6.6.0 installation.
2. Execute Satellite installer command(satellite-installer --scenario satellite)

Actual results:

  1. satellite-installer --scenario satellite
    Installing Done [100%] [................................................................................................................................]
    Success! * Satellite is running at https://hostname.example.com
    • To install an additional Capsule on separate machine continue by running:

      capsule-certs-generate --foreman-proxy-fqdn "$CAPSULE" --certs-tar "/root/$CAPSULE-certs.tar"

    • To upgrade an existing 6.4 Capsule to 6.5:
      Please see official documentation for steps and parameters to use when upgrading a 6.4 Capsule to 6.5.

    The full log is at /var/log/foreman-installer/satellite.log
    yum install -y -q rh-mongodb34-syspaths finished successfully!

Expected results:

  1. satellite-installer --scenario satellite
    Resetting puppet server version param...
    Installing Service[puppetserver] [86%] [............................................................................................................... ]
    Installing Done [100%] [................................................................................................................................]
    Success! * Satellite is running at https://hostname.example.com
    Initial credentials are admin / bdsbdksdsd
    • To install an additional Capsule on separate machine continue by running:

      capsule-certs-generate --foreman-proxy-fqdn "$CAPSULE" --certs-tar "/root/$CAPSULE-certs.tar"

    • To upgrade an existing 6.4 Capsule to 6.5:
      Please see official documentation for steps and parameters to use when upgrading a 6.4 Capsule to 6.5.

    The full log is at /var/log/foreman-installer/satellite.log
    yum install -y -q rh-mongodb34-syspaths finished successfully!

Actions

Also available in: Atom PDF