fuel-plugin-calico/node_roles.yaml
Sergey Vasilenko 9a2829261a Re-design plugin to support Fuel-9.0
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
2016-09-13 10:39:13 +03:00

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