XL Satellite Reference 9.5.x

    The XL Deploy satellite module lets you to execute deployments on remote data centers. It includes:

    • An efficient system for transferring files
    • Executing deployment tasks transparently on satellite servers
    • Light process execution on data centers
    • Secure communication between XL Deploy and satellite servers based on Transport Layer Security (TLS)

    This document provides information that is specific to this version of the satellite module. For general information, refer to Getting started with the satellite module.

    CI Reference

    Configuration Item Overview

    Containers

    CIDescription
    xl.Satellite XL satellite configuration item.
    xl.SatelliteGroup XL satellite group configuration item.

    Configuration Item Details

    xl.Satellite

    Type Hierarchy udm.BaseContainer >> udm.BaseConfigurationItem
    Interfaces udm.Container, udm.Taggable

    XL satellite configuration item.

      Public properties
     
     
    address: STRING
    Address where the satellite can be reached.
     
     
    protocolPort: INTEGER
    Port where the satellite is listening.
     
     
    encrypted: BOOLEAN
    Enable encrypted communication.
     
     
    tags: SET_OF_STRING
    If set, only deployables with the same tag will be automatically mapped to this container.

    xl.SatelliteGroup

    Type Hierarchy xl.Satellite >> udm.BaseContainer >> udm.BaseConfigurationItem
    Interfaces udm.Container, udm.Taggable

    XL satellite group configuration item.

      Public properties
     
     
    satellites: SET_OF_CI<xl.Satellite>
    Satellites
     
     
    tags: SET_OF_STRING
    If set, only deployables with the same tag will be automatically mapped to this container.
      Hidden properties
     
     
    address: STRING = none
    Address where the satellite can be reached.
     
     
    protocolPort: INTEGER
    Port where the satellite is listening.
     
     
    encrypted: BOOLEAN
    Enable encrypted communication.