diff options
author | 2017-04-18 19:07:26 +0800 | |
---|---|---|
committer | 2017-04-18 19:17:05 +0800 | |
commit | 690decb9ce48a420691b143df22892516fad7607 (patch) | |
tree | 0999a1a9491d80bb06c444fae2a2f50e4886af0d /tests/integration | |
parent | b40f4ca8366037551d17ce93f892caba464f9bc0 (diff) |
Fix warnings on same name of host and group in Ansible 2.3
Change-Id: Iedf0d609a62b956e1f0cd5e941a8fd27e1abc685
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/hosts.default | 2 | ||||
-rw-r--r-- | tests/integration/run.yaml | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/integration/hosts.default b/tests/integration/hosts.default index 9b91eea6..65739726 100644 --- a/tests/integration/hosts.default +++ b/tests/integration/hosts.default @@ -1,6 +1,4 @@ -[fuel-master] fuel-master [local] localhost ansible_connection=local - diff --git a/tests/integration/run.yaml b/tests/integration/run.yaml index 7545a65e..10428ac3 100644 --- a/tests/integration/run.yaml +++ b/tests/integration/run.yaml @@ -33,7 +33,7 @@ delegate_to: localhost tags: [calculate] -- hosts: local +- hosts: localhost tasks: - name: aggregate QPI results from all tested nodes aggregate: @@ -42,7 +42,7 @@ # Generate and publish report -- hosts: local +- hosts: localhost tasks: - name: create report folder file: |