Update property hypervisor_type to images TestVM & TestVM-VMDK

Closes #1506437 : OSTF 'Update stack actions: inplace, replace and update whole template'

Change-Id: I8500186943c5d8e3b628b8099738fc7da2e8b3d7
This commit is contained in:
Vyacheslav Tabolin 2015-10-15 14:01:34 +00:00 committed by Oleksandr Martsyniuk
parent 27f5f62f72
commit 92ad73719f
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/bash
. /root/openrc
glance image-update TestVM --property hypervisor_type=qemu
glance image-update TestVM-VMDK --property hypervisor_type=vmware

View File

@ -6,6 +6,14 @@
parameters:
cmd: ./del_predefined_networks.sh 2>&1 | tee -a /tmp/dep_pre_nets.log
timeout: 120
- id: property-hypervisor_type
role: ['primary-controller']
required_for: [post_deployment_end]
requires: [post_deployment_start]
type: shell
parameters:
cmd: ./add_hyperv_type.sh 2>&1 | tee -a /tmp/add_hyper_type.log
timeout: 120
- id: install-the-driver
role: ['primary-controller','controller']
required_for: [post_deployment_end]