From: Shilpa Jagannath Date: Tue, 30 Oct 2018 07:09:58 +0000 (+0530) Subject: Updated docstring to describe haproxy roles X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e2b9d3317da57c7f565906c5a0efc3d476269297;p=teuthology.git Updated docstring to describe haproxy roles --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index a93adc409..65e749357 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -553,6 +553,7 @@ class CephAnsible(Task): """ # Clone haproxy from https://github.com/smanjara/ansible-haproxy/, # use inven.yml from ceph-ansible dir to read haproxy node from + # Assumes haproxy roles such as haproxy.0, haproxy.1 and so on. installer_node = self.ceph_installer haproxy_ansible_repo = self.config['haproxy_repo']