Configuring Web Access to SystemLink Enterprise
- Updated2025-11-26
- 1 minute(s) read
SystemLink Enterprise requires multiple routable host names to enable access to the application.
- Open systemlink-values.yaml.
- 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.
- 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.
-
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.
- 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.