Merge "Fix ssl cert upload path"
[fuel.git] / deploy / config / plugins / fuel-congress_1.0.0.yaml
1 ##############################################################################
2 # Copyright (c) 2016 Mirantis Inc and others.
3 # fzhadaev@mirantis.com
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9
10 plugin-config-metadata:
11   title: Congress fuel plugin configuration template
12   version: 0.1
13   created: 03.10.2016
14   comment: None
15 congress:
16   metadata:
17     #chosen_id: Assigned during installation
18     class: plugin
19     default: false
20     enabled: true
21     label: Fuel Congress plugin
22     toggleable: true
23     versions:
24     - enabled:
25         description: Service enable state for congress-server
26         label: Enable
27         type: checkbox
28         value: true
29         weight: 25
30       metadata:
31         contains_legacy_tasks: false
32         db_password:
33           generator: 'password'
34         group: openstack_services
35         hot_pluggable: false
36         #plugin_id: Assigned during installation
37         plugin_version: 1.0.0
38         port: 1789
39         service: congress-server
40         user: congress
41         user_password:
42           generator: 'password'
43       policies:
44         description: Set of policies to configure for congress (in JSON format)
45         label: Policies
46         type: text
47         value: '{}'
48         weight: 50
49     weight: 70