fuel-plugin-detach-keystone/node_roles.yaml
Matthew Mosesohn 3c996b17e3 Add restriction and fixed dependence on detach-database
This plugin always required detach-database plugin,
but now it is possible to add UI restrictions to
notify the user and refuse deployment.

Now plugin enablement is dependent on detach-database.
standalone-keystone role is dependent on detach-database.

Change-Id: I6ae70aea1a81d6f398de1eb40bf3352c9b278087
Related-Bug: #1476627
2015-09-19 14:16:59 +04:00

17 lines
422 B
YAML

standalone-keystone:
name: 'Keystone'
description: 'Separated Keystone from controller'
has_primary: true
public_ip_required: true
weight: 100
conflicts:
- controller
- compute
limits:
min: 1
update_required:
- standalone-keystone
restrictions:
- condition: "settings:detach-database.metadata.enabled == false"
message: "Detach Database plugin should be installed and enabled."