d9539e0f27
"etcd_node_cert_data" variable is undefinded for "calico-rr" role. This patch adds "calico-rr" nodes to task where "etcd_node_cert_data" variable is registered.
13 lines
318 B
YAML
13 lines
318 B
YAML
---
|
|
# Global as_num (/calico/bgp/v1/global/as_num)
|
|
# should be the same as in calico role
|
|
global_as_num: "64512"
|
|
|
|
calico_cert_dir: /etc/calico/certs
|
|
etcd_cert_dir: /etc/ssl/etcd/ssl
|
|
|
|
# Limits for apps
|
|
calico_rr_memory_limit: 1000M
|
|
calico_rr_cpu_limit: 300m
|
|
calico_rr_memory_requests: 500M
|
|
calico_rr_cpu_requests: 150m
|