]> git-server-git.apps.pok.os.sepia.ceph.com Git - cephmetrics.git/commitdiff
graphite-web: Change default port
authorBoris Ranto <branto@redhat.com>
Tue, 5 Dec 2017 15:39:09 +0000 (16:39 +0100)
committerBoris Ranto <branto@redhat.com>
Mon, 11 Dec 2017 16:59:50 +0000 (17:59 +0100)
8080 is a default port radosgw so it causes an issue in rgw enabled
deployment. We can use the same port as we do for graphite-api.

Signed-off-by: Boris Ranto <branto@redhat.com>
ansible/roles/cephmetrics-common/defaults/main.yml

index 77a6985cdaf0183aa1c50c902770e01f61816f64..6243e11501623111a325e90956f339fb4ed59c74 100644 (file)
@@ -7,7 +7,7 @@ defaults:
   graphite:
     dashboards: current
     service: graphite-web
-    web_port: "{{ graphite_port | default('8080') }}"
+    web_port: "{{ graphite_port | default('8888') }}"
     api_port: 8888
     user: admin
     password: admin