From 2c380b63b39ba0fd82b1e383bebe64666f79ddd0 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 15 Jul 2016 13:20:53 -0400 Subject: [PATCH] ansible: update graphite's fqdn Signed-off-by: Alfredo Deza --- ansible/examples/deploy_graphite.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/ansible/examples/deploy_graphite.yml b/ansible/examples/deploy_graphite.yml index a3c7c23f..c25ea473 100644 --- a/ansible/examples/deploy_graphite.yml +++ b/ansible/examples/deploy_graphite.yml @@ -5,19 +5,7 @@ roles: - graphite vars: - fqdn: "graphite.local" + fqdn: "graphite.ceph.com" app_name: "graphite" development_server: true graphite_api_key: "secret" - - # This has nothing to do with grafana, but uses nginx templating that is - # deployed on the same server. To prevent overwriting we set these here - # too. It also means that you must pass in both shaman node IPs - nginx_upstreams: - - name: shaman - fqdn: "shaman.ceph.com" - strategy: "least_conn" - servers: { - "{{ shaman_node1_ip }}", - "{{ shaman_node2_ip }}", - } -- 2.39.5