Prepare VMs to install OpenStack

Prepare VMs to install OpenStackΒΆ

This section instructs you on how to prepare the virtual machines for the OpenStack services installation.

To prepare VMs for a manual installation of an OpenStack environment:

  1. Log in to the Salt Master node.

  2. Verify that the Salt Minion nodes are synchronized:

    salt '*' saltutil.sync_all
    
  3. Configure basic operating system settings on all nodes:

    salt '*' state.sls salt.minion,linux,ntp,openssh