diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-05-24 16:12:48 +0800 |
---|---|---|
committer | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-05-24 16:12:48 +0800 |
commit | b147b10e9517cf99f0643ad9aaf88149bdcd18bd (patch) | |
tree | 97ac65a28f5cc67a6c1d32db5d1027310a942785 /resources/ansible_roles/qtip-workspace | |
parent | c990f1d1915c8666c1793b141b2d37e1e2fdaf1d (diff) |
bugfix CI failure
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>
Diffstat (limited to 'resources/ansible_roles/qtip-workspace')
-rw-r--r-- | resources/ansible_roles/qtip-workspace/files/template/templates/hosts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/ansible_roles/qtip-workspace/files/template/templates/hosts b/resources/ansible_roles/qtip-workspace/files/template/templates/hosts index 492651b0..34e4aa92 100644 --- a/resources/ansible_roles/qtip-workspace/files/template/templates/hosts +++ b/resources/ansible_roles/qtip-workspace/files/template/templates/hosts @@ -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] |