From e2b9d3317da57c7f565906c5a0efc3d476269297 Mon Sep 17 00:00:00 2001 From: Shilpa Jagannath Date: Tue, 30 Oct 2018 12:39:58 +0530 Subject: [PATCH] Updated docstring to describe haproxy roles --- teuthology/task/ceph_ansible.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index a93adc409d..65e7493574 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'] -- 2.39.5