Skip to content
Snippets Groups Projects
Select Git revision
  • a556f8f2bf65720e12c4c14e5cc9e1f46fbe3442
  • master default protected
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
  • v2.18.2
22 results

k8s-net-contiv.yml

Blame
    • MarkusTeufelberger's avatar
      9ffc65f8
      Yamllint fixes (#4410) · 9ffc65f8
      MarkusTeufelberger authored
      * Lint everything in the repository with yamllint
      
      * yamllint fixes: syntax fixes only
      
      * yamllint fixes: move comments to play names
      
      * yamllint fixes: indent comments in .gitlab-ci.yml file
      9ffc65f8
      History
      Yamllint fixes (#4410)
      MarkusTeufelberger authored
      * Lint everything in the repository with yamllint
      
      * yamllint fixes: syntax fixes only
      
      * yamllint fixes: move comments to play names
      
      * yamllint fixes: indent comments in .gitlab-ci.yml file
    k8s-net-contiv.yml 735 B
    # see roles/network_plugin/contiv/defaults/main.yml
    
    # Forwarding mode: bridge or routing
    # contiv_fwd_mode: routing
    
    ## With contiv, L3 BGP mode is possible by setting contiv_fwd_mode to "routing".
    ## In this case, you may need to peer with an uplink
    ## 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"
    # contiv_peer_with_uplink_leaf: false
    # contiv_global_as: "65002"
    # contiv_global_neighbor_as: "500"
    
    # Fabric mode: aci, aci-opflex or default
    # contiv_fabric_mode: default
    
    # Default netmode: vxlan or vlan
    # contiv_net_mode: vxlan
    
    # Dataplane interface
    # contiv_vlan_interface: ""