bugfix CI failure 59/35259/1
authorzhihui wu <wu.zhihui1@zte.com.cn>
Wed, 24 May 2017 08:12:48 +0000 (16:12 +0800)
committerzhihui wu <wu.zhihui1@zte.com.cn>
Wed, 24 May 2017 08:12:48 +0000 (16:12 +0800)
It miss ":children" after "SUT", then compute nodes can't be found
CI link:
https://build.opnfv.org/ci/view/qtip/job/
qtip-os-nosdn-kvm-ha-zte-pod3-daily-master/54/console

Change-Id: Ifca492a587b99036b649ecb9de1123924baf8d7f
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
resources/ansible_roles/qtip-workspace/files/template/templates/hosts

index 492651b..34e4aa9 100644 (file)
@@ -4,7 +4,7 @@ localhost   ansible_connection=local
 [{{ installer_master_group[installer] }}]
 {{ installer_master_host }}
 
-[SUT]   # system under test
+[SUT:children]   # system under test
 compute
 
 [node-groups:children]