When you first install SaltStack Config, it contains a 14-day trial license. To continue using SaltStack Config beyond the 14-day trial, contact a sales representative to purchase a license and then install the key.

Before you start

Installing your license key is the first post-installation step in a series of several steps. Before installing your license key, complete one of the installation scenarios, then install your license key. To begin the installation process, see Installation overview.

Which license do you need?

See Which license do you need? for more information about licensing.

SaltStack Config supports multiple license keys, which means you can add any number of license key numbers to your SaltStack Config installation. As long as a license key has not yet expired,SaltStack Config activates any features allowed by that license key.

Installing the key

SaltStack Config supports the legacy method of installing the license key by adding a RaaS license key file to the RaaS node. For instructions on installing the license key using the legacy method, see Install the RaaS license key.

To install the license key:

  1. Get your license key number from My VMware (Customer Connect) or contact your sales representative for the license key number. Record this key number for use in later steps.
  2. Create a file with a filename ending in _license, such as vra_license or saltstack-config_license.
    Note:

    If you have multiple license key numbers, create a separate file for each license. Each license filename must end in _license in order to be recognized as a valid license file by RaaS.

  3. Edit the file and add your license key number. Save the file.
  4. Copy the file to the /etc/raas/ file directory on the RaaS node using the following commands (replacing the placeholder filename with your license filename):
    chown raas:raas yourfilename_license
    mv raas.license /etc/raas
    Note:

    If you have multiple license key numbers, repeat the previous steps to create a separate license file for each key number and then upload the files to the RaaS node.

  5. OPTIONAL: If you want RaaS to recognize the new license file immediately, restart the RaaS service:
    systemctl restart raas

    If you don't restart the RaaS service, RaaS automatically refreshes and detects the new license file regularly within a one hour time frame.

What to do next

After installing your license key, you must complete additional post-installation steps. The next step is to install and configure the Master Plugin. To continue the post-installation process, see Install and configure the Master Plugin.