You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
735 B

6 years ago
  1. # see roles/network_plugin/contiv/defaults/main.yml
  2. # Forwarding mode: bridge or routing
  3. # contiv_fwd_mode: routing
  4. ## With contiv, L3 BGP mode is possible by setting contiv_fwd_mode to "routing".
  5. ## In this case, you may need to peer with an uplink
  6. ## NB: The hostvars must contain a key "contiv" of which value is a dict containing "router_ip", "as"(defaults to contiv_global_as), "neighbor_as" (defaults to contiv_global_neighbor_as), "neighbor"
  7. # contiv_peer_with_uplink_leaf: false
  8. # contiv_global_as: "65002"
  9. # contiv_global_neighbor_as: "500"
  10. # Fabric mode: aci, aci-opflex or default
  11. # contiv_fabric_mode: default
  12. # Default netmode: vxlan or vlan
  13. # contiv_net_mode: vxlan
  14. # Dataplane interface
  15. # contiv_vlan_interface: ""