Red Hat Training

A Red Hat training course is available for Red Hat Satellite

Chapter 33. sync.slave

Abstract

Contains methods to set up information about allowed-"slaves", for use on the "master" side of ISS

33.1. create

Name
create
Description
Create a new Slave, known to this Master.
Parameters
  • string sessionKey
  • string slave - Slave's fully-qualified domain name
  • boolean enabled - Let this slave talk to us?
  • boolean allowAllOrgs - Export all our orgs to this slave?
Return Value
  • struct - IssSlave info
    • int id
    • string slave
    • boolean enabled
    • boolean allowAllOrgs