To prepare physical nodes to run the VCP nodes:
On the Salt Master node, prepare the node operating system by running the Salt linux state:
salt-call state.sls linux -l info
Warning
Some formulas may not correctly deploy on the first run of this command. This could be due to a race condition in running the deployment of nodes and services in parallel while some services are dependent on others. Repeat the command execution. If an immediate subsequent run of the command fails again, reboot the affected physical node and re-run the command.
Prepare physical nodes operating system to run the controller node:
Proceed to Create and provision the control plane VMs.