9a2829261a
This implementation uses an task-based deployment, all tasks fully idempotent. TODO: - use existing etcd - use existing bird on nodes - flags for BGP peers on UI (import/export first) - field for custom import/export filters on UI Change-Id: If82a14dd4ab3bfa53018654970f27ef44571b22e
21 lines
379 B
YAML
21 lines
379 B
YAML
calico-rr:
|
|
name: Calico - RR
|
|
description: Calico route-reflector role
|
|
has_primary: false
|
|
limits:
|
|
min: 1
|
|
recommended: 2
|
|
public_ip_required: false
|
|
weight: 100
|
|
conflicts:
|
|
- compute
|
|
calico-etcd:
|
|
name: Calico - etcd
|
|
description: Calico etcd instance.
|
|
has_primary: false
|
|
limits:
|
|
min: 1
|
|
recommended: 2
|
|
public_ip_required: false
|
|
weight: 100
|