SystemLink Enterprise requires multiple routable host names to enable access to the application.

  1. Open systemlink-values.yaml.
  2. To configure access to the UI, set the first value in the global.hosts array to your chosen hostname. The SystemLink UI is the primary access point for the application.
  3. To configure the hostname for programmatic access to the SystemLink API, modify the global.apiHosts array. For example, if your UI hostname is systemlink.myorganization.org, you can use systemlink-api.myorganization.org.
  4. To configure SaltMaster TCP access, create a layer2 MetalLB address pool for Salt.
    Note This pool must contain all IP addresses that will be used for Salt access.
  5. Modify saltmaster.serviceTCP.annotations.metallb.universe.tf/address-pool with the name of your address pool.
    Note SystemLink Enterprise uses Salt to manage test systems. Salt is infrastructure management software that communicates with test systems using a TCP-based protocol on TCP ports 4505 and 4506.