Parallel strategy was added to the FPB templates for plugins v3 and v4

Change-Id: Icf9923053f74e81dabe730bedec803d8450b98d6
Closes-Bug: #1522785
This commit is contained in:
Ilya Kutukov 2015-12-14 15:32:02 +03:00
parent f877ebd56a
commit f680fdc6c1
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 4.0.0 (2015-11-30)
## 4.0.0 (2015-12-14)
New package version "4.0.0" includes the following features:
@ -9,6 +9,11 @@ New package version "4.0.0" includes the following features:
- Plugin can specify settings group using "group" field in metadata in
environment_config.yaml file.
Bugfixes:
- Fix of missing strategy parameter in V3 and V4 deployment tasks
[LP1522785](https://bugs.launchpad.net/fuel/+bug/1522785)
## 3.0.0 (2014-09-16)
New package version "3.0.0" includes the following features:

View File

@ -4,6 +4,9 @@
- id: ${plugin_name}
type: group
role: [${plugin_name}]
parameters:
strategy:
type: parallel
- id: ${plugin_name}-deployment-puppet
type: puppet