Merge pull request #721 from adidenko/calico-add-rr

Add calico/routereflector support
This commit is contained in:
Bogdan Dobrelya
2016-12-14 17:22:00 +01:00
committed by GitHub
14 changed files with 264 additions and 9 deletions

View File

@@ -49,6 +49,8 @@
etcd_after_v3: etcd_version | version_compare("v3.0.0", ">=")
- set_fact:
etcd_container_bin_dir: "{% if etcd_after_v3 %}/usr/local/bin/{% else %}/{% endif %}"
- set_fact:
peer_with_calico_rr: "{{ 'calico-rr' in groups and groups['calico-rr']|length > 0 }}"
- include: set_resolv_facts.yml
tags: [bootstrap-os, resolvconf, facts]