Create VM Instances on Provider Network

Procedure

  1. Log in to the network node using SSH and go to the EFA folder.
    # cd efa
  2. Create a VM Instance on the Provider Network on Compute-1.
    # openstack server create \ --flavor m1.nano \ --image cirros-0.4.0-x86_64-disk \ --nic net-id=$(openstack network list | awk '/ provider-vlan171/ {print $2}') \ --availability-zone Compute-1 provider-instance-1
  3. Repeat the procedure to create a VM Instance on the Provider Network on Compute-2.