From 2986a5ee0b0000ad3b1d8879d52e15fdbf267de2 Mon Sep 17 00:00:00 2001 From: Fedor Zhadaev Date: Fri, 16 Dec 2016 11:17:07 +0400 Subject: [PATCH] Minor fixes after first try * Add component description * Add deployment task timeout * Fix default value for 'policies' * Change settings group to 'other' --- components.yaml | 2 +- deployment_tasks.yaml | 1 + environment_config.yaml | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/components.yaml b/components.yaml index a23a051..b13ff5e 100644 --- a/components.yaml +++ b/components.yaml @@ -9,4 +9,4 @@ requires: [] incompatible: [] label: "Install Congress" - description: "Component description (optional)" + description: "Policy service for Openstack" diff --git a/deployment_tasks.yaml b/deployment_tasks.yaml index 2aaa98a..b3d4bae 100644 --- a/deployment_tasks.yaml +++ b/deployment_tasks.yaml @@ -29,6 +29,7 @@ parameters: puppet_manifest: puppet/manifests/server.pp puppet_modules: puppet/modules:/etc/puppet/modules + timeout: 3600 - id: congress-keystone diff --git a/environment_config.yaml b/environment_config.yaml index 928e6f1..709bdcc 100644 --- a/environment_config.yaml +++ b/environment_config.yaml @@ -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