diff options
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | resources/ansible_roles/qtip-generator/files/compute/hosts | 4 |
2 files changed, 7 insertions, 4 deletions
@@ -1,6 +1,9 @@ QTIP provides Benchmarking as a Service for OPNFV community -[ ![Codeship Status for opnfv/qtip](https://app.codeship.com/projects/462a25b0-2590-0135-0943-6a9354bf403f/status?branch=master)](https://app.codeship.com/projects/222465) +[![License](https://img.shields.io/github/license/opnfv/qtip.svg)](https://git.opnfv.org/qtip/tree/LICENSE) +[![Jenkins](https://img.shields.io/jenkins/s/https/build.opnfv.org/ci/view/qtip/job/qtip-verify-master.svg)](https://build.opnfv.org/ci/view/qtip/job/qtip-verify-master/) +[![Jenkins coverage](https://img.shields.io/jenkins/c/https/build.opnfv.org/ci/view/qtip/job/qtip-verify-master.svg)](https://build.opnfv.org/ci/view/qtip/job/qtip-verify-master/cobertura) +[![PyPI](https://img.shields.io/pypi/v/qtip.svg)](https://pypi.python.org/pypi/qtip) +[![Docker Pulls](https://img.shields.io/docker/pulls/opnfv/qtip.svg)](https://hub.docker.com/r/opnfv/qtip/) See [project wiki](https://wiki.opnfv.org/display/qtip) for more information. - diff --git a/resources/ansible_roles/qtip-generator/files/compute/hosts b/resources/ansible_roles/qtip-generator/files/compute/hosts index b8b256a9..9a5f831b 100644 --- a/resources/ansible_roles/qtip-generator/files/compute/hosts +++ b/resources/ansible_roles/qtip-generator/files/compute/hosts @@ -7,7 +7,7 @@ localhost ansible_connection=local [SUT] # Add hosts in system under test, example:: # -# host-1 ansible_host=192.168.10.1 ansible_host=22 ansile_user=root +# host-under-test ansible_host=192.168.10.1 ansible_port=5022 ansile_user=root # # See http://docs.ansible.com/ansible/intro_inventory.html for details -{% endif %}
\ No newline at end of file +{% endif %} |