-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy Packet Generator via provisioning code #91
Comments
@michaelspedersen please add a more minimal nfvbench config to this ticket or in the repo |
It looks like the --upstream-libs flag in the docs is not valid, going to skip using that flag for now.
|
@denverwilliams Just looked through the bash history on the generator machine, and it looks like I ended up using the following "./mlnxofedinstall --all --force" I guess my initial messing with the installation caused me to miss that difference - Good thing you noticed. |
@michaelspedersen Awesome, thanks. |
Virtual functions work as expected
and |
@taylor @lixuna Packet generator is now starting
|
What's left as of Oct 24 2018:
|
Provisioning a packet generator machine via code
Packet.net machine provisioning
Host Configuration Tasks:
Ensure SSH keys for CNF dev team are installed
Install the Mellanox drivers on Packet Generator host - refer to https://github.com/cncf/cnfs/blob/master/comparison/cnf_edge_throughput/packet_generator/README.md
Add mellanox init service restart and make sure it works
Ensure that Virtual Functions (VFs) are setup for the the Mellanox NIC
numa_balancing=disable intel_pstate=disable intel_iommu=on iommu=pt isolcpus=2-55 nohz_full=2-55 rcu_nocbs=2-55 hugepagesz=2M hugepages=8096
DEFERRED tasks:
NFVbench tasks:
alias nfvbench="sudo docker exec -it nfvbench nfvbench -c /tmp/nfvbench/nfvbench_config.cfg"
vlans: [1070, 1064]
Testing:
nfvbench status
Verify that NFVbench is running using nfvbench --status. Output should be similar to what can be seen below
What's left as of Oct 24 2018:
reboot system
create a script to run terraform code for provisioning a Packet.net machine for the packet generator
document how to run terraform code for provisioning a Packet.net machine for the packet generator
document how to add SSH keys for CNF dev team are installed / reference packet.net help https://help.packet.net/article/31-ssh-access
The text was updated successfully, but these errors were encountered: