Sha256: 11a4f0f2aea023931dff3a2a1d89de43438922e6bdfe873640b1cd84bcb0fead

Contents?: true

Size: 703 Bytes

Versions: 39

Compression:

Stored size: 703 Bytes

Contents

<% if @host.params['kt_activation_keys'] %>
  # add subscription manager
 <% if @host.operatingsystem.atomic? %>
  curl -s <%= subscription_manager_configuration_url(@host, false) %> | IS_ATOMIC=true bash
 <% else %>
  yum -t -y -e 0 install subscription-manager
  rpm -ivh <%= subscription_manager_configuration_url(@host) %>
 <% end %>

  echo "Registering the System"
  subscription-manager register --org="<%= @host.rhsm_organization_label %>" --name="<%= @host.name %>" --activationkey="<%= @host.params['kt_activation_keys'] %>"

  <% unless @host.operatingsystem.atomic? %>
    echo "Installing Katello Agent"
    yum -t -y -e 0 install katello-agent
    chkconfig goferd on
  <% end %>
<% end %>

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
katello-3.5.2 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-3.5.1.1 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-3.5.1 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-3.5.0.1 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-3.5.0 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-3.5.0.rc2 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-3.5.0.rc1 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-3.4.5 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-3.4.4 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-3.4.2 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-3.4.1 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-3.4.0.2 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-3.4.0.1 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-3.3.2 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-3.4.0 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-3.4.0.rc2 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-3.4.0.rc1 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-3.3.1.1 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-3.3.1 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
katello-3.3.0.1 app/views/foreman/unattended/snippets/_subscription_manager_registration.erb