Skip to content

Commit

Permalink
Add base interface configuration #91
Browse files Browse the repository at this point in the history
  • Loading branch information
denverwilliams committed Oct 21, 2018
1 parent c374877 commit f883453
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions comparison/cnf_edge_throughput/packet_generator/ansible/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
---
- hosts: localhost
vars:
config_network_bonds: true
config_network_bridges: false
config_network_interfaces: true
enable_configured_interfaces_after_defining: true
network_bonds:
- name: 'bond0'
parameters:
slaves:
- 'enp2s0'
network_interfaces:
- name: enp2s0
addl_settings:
roles:
- { role: "nickjj.docker", tags: ["docker"] }
- grub
- mellanox
#- { role: "nickjj.docker", tags: ["docker"] }
- mrlesmithjr.config-interfaces
#- grub
#- mellanox

0 comments on commit f883453

Please sign in to comment.