]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: update the grafana deployment example playbook
authorAlfredo Deza <adeza@redhat.com>
Thu, 21 Jul 2016 16:53:39 +0000 (12:53 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 22 Jul 2016 12:09:44 +0000 (08:09 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/examples/deploy_grafana.yml

index f3960e23e043ed158673f9a26e7813558c4f78d8..6780df954648ebc3fbb0ee132a4698e5521fa3a5 100644 (file)
      fqdn: "grafana.ceph.com"
      app_name: "grafana"
      development_server: true
-     # ssl hosts need to be defined so that all required ssl certs are put into
-     # place. This is specially important when one host responds for multiple
-     # other domains.
-     ssl_hosts:
-       - hostname: "grafana.ceph.com"
-         ssl_cert: "files/ssl/dev/ssl/ssl.crt"
-         ssl_key: "files/ssl/dev/ssl/ssl.key"
-       - hostname: "shaman.ceph.com"
-         ssl_cert: "files/ssl/dev/ssl/ssl.crt"
-         ssl_key: "files/ssl/dev/ssl/ssl.key"
+     ansible_ssh_port: 22
+     # These are defined in `vars/load-balance-vars.yml` but defaulting to what
+     # is used in production. For local development, update these to match the
+     # hosts used in your local development environment
+     #nginx_hosts:
+     #  - fqdn: "grafana.ceph.com"
+     #    app_name: "grafana"
+     #    proxy_pass: "http://127.0.0.1:3000"
+     #  - fqdn: "shaman.ceph.com"
+     #    app_name: "shaman"
+     #    upstreams:
+     #      - name: "shaman"
+     #        strategy: "least_conn"
+     #        servers:
+     #          - "1.shaman.ceph.com"
+     #          - "2.shaman.ceph.com"
+
      # only needed when enabling Github Auth
      # github_client_id: "111aaa222"
      # github_client_secret: "qwerty1234"