From 96bc333ce392393375154b021a6a8341ccd6eacd Mon Sep 17 00:00:00 2001 From: Bjoern Teipel Date: Tue, 28 Nov 2017 13:59:52 -0600 Subject: [PATCH] Include OSDs and MONs hosts groups into HP server monitoring The ceph standalone is using a separate ansible inventory and the new host groups are included for the HP server monitoring --- playbooks/install-hp-server-monitoring.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playbooks/install-hp-server-monitoring.yml b/playbooks/install-hp-server-monitoring.yml index 1d6b1cf..1d312f3 100644 --- a/playbooks/install-hp-server-monitoring.yml +++ b/playbooks/install-hp-server-monitoring.yml @@ -14,7 +14,7 @@ # limitations under the License. - name: Install HP server monitoring - hosts: hosts + hosts: hosts:osds:mons gather_facts: "{{ gather_facts | default(true) }}" pre_tasks: - name: Remove outdated MCP repo @@ -24,6 +24,8 @@ with_items: - downloads_linux_hpe_com_SDR_repo_mcp_ubuntu.list - mcp.list + - hp-mcp.list + - hp-stk.list ignore_errors: True when: - ansible_os_family == 'Debian'