Before you proceed with the deployment, validate the Reclass model and node pillars.
To verify the Salt infrastructure:
Log in to the Salt Master node.
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.
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
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.