Add a tasks version number for each task.

MOS 9.1 requires the task version to be listed

Change-Id: I89fbb446b793a5e7b5b53ac5be825943834ba011
(cherry picked from commit f8f24eb9aa)
This commit is contained in:
Bob Ball 2016-10-16 20:03:26 +01:00
parent 0b5fd1a00c
commit f311bbb9c5
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
- id: 'install-pv-tool'
version: 2.0.0
role: ['compute']
required_for: ['compute-pre-test']
requires: ['network_configuration_end']
@ -7,6 +8,7 @@
cmd: 'dpkg -i ./xe-guest-utilities_6.5.0-1393_amd64.deb'
timeout: 10
- id: 'compute-pre-test'
version: 2.0.0
role: ['compute']
requires: ['install-pv-tool']
type: shell
@ -14,6 +16,7 @@
cmd: ./compute_pre_test.py
timeout: 120
- id: 'compute-post-deployment'
version: 2.0.0
role: ['compute']
required_for: ['post_deployment_end']
requires: ['post_deployment_start']
@ -22,6 +25,7 @@
cmd: ./compute_post_deployment.py
timeout: 300
- id: 'controller-post-deployment'
version: 2.0.0
role: ['primary-controller']
required_for: ['post_deployment_end']
requires: ['post_deployment_start']