Create Network for PF-PT

Procedure

  1. Log in to the network node using SSH and go to the EFA folder.
    # cd efa
  2. Create a network for PF-PT.
    # openstack network create --provider-physical-network sriovnet2 \ --provider-network-type vlan --provider-segment 102  \ pt-net 
    
    # openstack subnet create pt-subnet --network pt-net \ --subnet-range 10.65.217.0/24 \ --gateway 10.65.217.254 pt_net_id=$(openstack network show pt-net -c id -f value)