Verify the Salt infrastructure

Verify the Salt infrastructureΒΆ

Before you proceed with the deployment, validate the Reclass model and node pillars.

To verify the Salt infrastructure:

  1. Log in to the Salt Master node.

  2. Verify the Salt Master pillars:

    reclass -n cfg01.<cluster_domain>
    

    The cluster_domain value is the cluster domain name that you created while preparing your deployment metadata model. See Basic deployment parameters for details.

  3. Verify that the Salt version for the Salt minions is the same as for the Salt Master node, that is currently 2017.7:

    salt-call --version
    salt '*' test.version
    
  4. If required, enable management of the offline mirror VM (apt01) and customize the VM contents as described in Enable the management of the APT node through the Salt Master node.