Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reference global registration in certs-generate output
Browse files Browse the repository at this point in the history
ehelms committed Jan 29, 2025

Verified

This commit was signed with the committer’s verified signature.
addaleax Anna Henningsen
1 parent 907f877 commit 24338d8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions katello_certs/hooks/boot/02-message-helpers.rb
Original file line number Diff line number Diff line change
@@ -40,17 +40,13 @@ def proxy_instructions_message(kafo)
To finish the installation, follow these steps:
If you do not have the #{proxy_name} registered to the #{main_instance_name} instance, then please do the following:
1. yum -y localinstall http://#{fqdn}/pub/katello-ca-consumer-latest.noarch.rpm
2. subscription-manager register --org "#{HighLine.color(org, :info)}"
Once this is completed run the steps below to start the #{proxy_name} installation:
1. Ensure that the #{installer_package} package is installed on the system.
2. Copy the following file <%= color("#{certs_tar}", :info) %> to the system <%= color("#{foreman_proxy_fqdn}", :info) %> at the following location <%= color("#{certs_tar_file}", :info) %>
1. Register the #{proxy_name} to the #{main_instance_name} instance using global registration.
2. Ensure that the #{installer_package} package is installed on the system.
3. Copy the following file <%= color("#{certs_tar}", :info) %> to the system <%= color("#{foreman_proxy_fqdn}", :info) %> at the following location <%= color("#{certs_tar_file}", :info) %>
scp <%= color("#{certs_tar}", :info) %> root@<%= color("#{foreman_proxy_fqdn}", :info) %>:<%= color("#{certs_tar_file}", :info) %>
3. Run the following commands on the #{proxy_name} (possibly with the customized
4. Run the following commands on the #{proxy_name} (possibly with the customized
parameters, see <%= color("#{installer_command} --scenario #{scenario_name} --help", :info) %> and
documentation for more info on setting up additional services):

0 comments on commit 24338d8

Please sign in to comment.