Provision the automatically commissioned physical nodes

Provision the automatically commissioned physical nodesΒΆ

Once you successfully commission your physical nodes, you can start the provisioning.

To provision the automatically commissioned physical nodes through MAAS:

  1. Log in to the Salt Master node.

  2. Run the following command:

    salt-call maas.deploy_machines
    
  3. Check the status of the nodes:

    salt-call maas.machines_status
    local:
        ----------
        machines:
            - hostname:kvm02,system_id:anc6a4,status:Deploying
        summary:
            ----------
            Deploying:
                1
    
  4. When all servers have been provisioned, perform the verification of the servers` automatic registration by running the salt-key command on the Salt Master node. All nodes should be registered. For example:

    salt-key
    Accepted Keys:
    cfg01.bud.mirantis.net
    cmp001.bud.mirantis.net
    cmp002.bud.mirantis.net
    kvm02.bud.mirantis.net
    kvm03.bud.mirantis.net
    

Now, proceed to Deploy physical nodes.