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
750 B

  1. # see roles/network_plugin/calico/defaults/main.yml
  2. ## With calico it is possible to distributed routes with border routers of the datacenter.
  3. ## Warning : enabling router peering will disable calico's default behavior ('node mesh').
  4. ## The subnets of each nodes will be distributed by the datacenter router
  5. #peer_with_router: false
  6. # Enables Internet connectivity from containers
  7. # nat_outgoing: true
  8. # add default ippool name
  9. # calico_pool_name: "default-pool"
  10. # Global as_num (/calico/bgp/v1/global/as_num)
  11. # global_as_num: "64512"
  12. # You can set MTU value here. If left undefined or empty, it will
  13. # not be specified in calico CNI config, so Calico will use built-in
  14. # defaults. The value should be a number, not a string.
  15. # calico_mtu: 1500