Create Virtual Machines

Procedure

  1. Log in to the network node using SSH and go to the EFA folder.
    # cd efa
  2. Create a virtual machine on Compute node 1.
    # openstack server create --flavor ds512M --image vlan-capable-image --nic port-id=$port_id  --availability-zone nova:Compute-1  sriov-instance-1
  3. Repeat the procedure for Compute node 2.