fuel-plugin-midonet/node_roles.yaml

34 lines
652 B
YAML

nsdb:
name: Network State Database for MidoNet
description: MidoNet Synchronization Services
has_primary: false
public_ip_required: false
weight: 100
limits:
min: 1
recommended: 3
midonet-gw:
name: MidoNet HA Gateway
description: OpenStack node Gateway using MidoNet BGP
has_primary: false
public_ip_required: true
weight: 100
conflicts:
- controller
limits:
max: 1
min: 1
midonet-analytics:
name: MidoNet Analytics Node
description: Analytics Node for Midonet MEM
has_primary: false
public_ip_required: false
weight: 200
conflicts:
- controller
- midonet-gw
- nsdb
- compute