Merge "Fix ssl cert upload path"
[fuel.git] / deploy / config / plugins / fuel-tacker_1.0.0.yaml
1 ##############################################################################
2 # Copyright (c) 2015,2016 Ericsson AB and others.
3 # mskalski@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: Tacker fuel plugin configuration template
12   version: 0.2
13   created: 02.02.2017
14   comment: Fuel 10 support
15 tacker:
16   metadata:
17     #chosen_id: Assigned during installation
18     class: plugin
19     default: false
20     enabled: true
21     label: Tacker VNF manager
22     toggleable: true
23     versions:
24     - metadata:
25         group: 'openstack_services'
26         db_password:
27           generator: 'password'
28         user_password:
29           generator: 'password'
30         user: 'tacker'
31         port: 8889
32         service: 'tacker-server'
33         restrictions:
34           - condition: "settings:opendaylight == null or settings:opendaylight.metadata.enabled == false or settings:opendaylight.enable_sfc.value == false"
35             strict: false
36             message: "Please install OpenDaylight Plugin with SFC features enabled"
37           - condition: "settings:fuel-plugin-ovs == null or settings:fuel-plugin-ovs.metadata.enabled == false"
38             strict: false
39             message: "Please install and enable Openvswitch plugin with NSH support."
40             #plugin_id: Assigned during installation
41             plugin_version: 1.0.0
42       debug:
43         value: false
44         label: 'Debug logging'
45         description: 'Debug logging mode provides more information, but requires more disk space.'
46         weight: 25
47         type: "checkbox"
48   weight: 70