From b171ccbe07393b685e58cbf5bdb0f68126dcb349 Mon Sep 17 00:00:00 2001 From: jkilpatr Date: Tue, 7 Feb 2017 13:58:13 -0500 Subject: [PATCH] oooq CI needs dns_server var in collectd install In 641858783778ee14b627a55df48f81ad40c94555 we removed the extra vars from several roles. Well it's actually important in just one, and only sometimes. Anyways if and only if the dns server gets set incorrectly on nodes (happens when the lab is having trouble) collectd adds a DNS server, 8.8.8.8 by default which means we go from "it might work eventually" to "guaranteed to never work" once CollectD runs without the dns_server var changed from default. This went unnoticed because days can pass between issues like this. Anyways alls the builds are failing now on it, so need to readd it at least here. Change-Id: I5a32562e19415d29764c9b22aec95fa3dc95ad85 --- ansible/oooq/roles/collectd/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/oooq/roles/collectd/tasks/main.yml b/ansible/oooq/roles/collectd/tasks/main.yml index d1a9ab49e..ac71518f8 100644 --- a/ansible/oooq/roles/collectd/tasks/main.yml +++ b/ansible/oooq/roles/collectd/tasks/main.yml @@ -8,6 +8,7 @@ --extra-vars collectd_compute=true \ --extra-vars graphite_host={{ graphite_host_template }} \ --extra-vars graphite_prefix={{ graphite_prefix_template }} \ + --extra-vars dns_server={{ dns_server }} \ install/collectd-openstack.yml \ > {{ ansible_env.HOME }}/browbeat/results/collecd_install.log" register: collectd_install