Red Hat Training

A Red Hat training course is available for Red Hat Satellite

20.19. Method: setRegistrationType

Description

Sets the registration type of a given kickstart profile. Registration type is one of reactivation, deletion, or none. These types determine the behaviour of re-registration when using this profile.

Parameters

The following parameters are available for this method:

  • string sessionKey
  • string kickstartLabel
  • string registrationType
    • reactivation - Try and generate a reactivation key and use that to register the system when reprovisioning a system
    • deletion - Try and delete the existing system profile and reregister the system being reprovisioned as new
    • none - Preserve the status quo and leave the current system as a duplicate on a reprovision.
Returns

The following return values are available for this method:

  • int - 1 on success, exception thrown otherwise