5c448b6896
* Add retries to update calico-rr data in etcd through calicoctl * Update update-node yaml syntax * Add comment to clarify ansible block loop * Remove trailing space
11 lines
334 B
YAML
11 lines
334 B
YAML
---
|
|
- name: Calico-rr | Pre-upgrade tasks
|
|
include_tasks: pre.yml
|
|
|
|
- name: Calico-rr | Configuring node tasks
|
|
include_tasks: update-node.yml
|
|
|
|
- name: Calico-rr | Set label for route reflector # noqa 301
|
|
command: >-
|
|
{{ bin_dir }}/calicoctl.sh label node {{ inventory_hostname }}
|
|
'i-am-a-route-reflector=true' --overwrite
|