Minor fixes after first try

* Add component description
 * Add deployment task timeout
 * Fix default value for 'policies'
 * Change settings group to 'other'
This commit is contained in:
Fedor Zhadaev 2016-12-16 11:17:07 +04:00
parent 4a83836772
commit 2986a5ee0b
3 changed files with 4 additions and 3 deletions

View File

@ -9,4 +9,4 @@
requires: []
incompatible: []
label: "Install Congress"
description: "Component description (optional)"
description: "Policy service for Openstack"

View File

@ -29,6 +29,7 @@
parameters:
puppet_manifest: puppet/manifests/server.pp
puppet_modules: puppet/modules:/etc/puppet/modules
timeout: 3600
- id: congress-keystone

View File

@ -2,7 +2,7 @@ attributes:
metadata:
# Settings group can be one of "general", "security", "compute", "network",
# "storage", "logging", "openstack_services" and "other".
group: 'openstack_services'
group: 'other'
db_password:
generator: 'password'
user_password:
@ -17,7 +17,7 @@ attributes:
weight: 25
type: "checkbox"
policies:
value: {}
value: '{}'
label: 'Policies'
description: 'Set of policies to configure for congress (in JSON format)'
weight: 50