From: Alfredo Deza Date: Fri, 15 Jul 2016 17:20:53 +0000 (-0400) Subject: ansible: update graphite's fqdn X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2c380b63b39ba0fd82b1e383bebe64666f79ddd0;p=ceph-build.git ansible: update graphite's fqdn Signed-off-by: Alfredo Deza --- 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 }}", - }