Skip to content

Commit

Permalink
Use proper influxdb ports in cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
matrixik committed Apr 13, 2017
1 parent 4ef8379 commit e718efc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chef/cookbooks/monasca/recipes/master.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@
log_api_bind_host: pub_net_ip,
influxdb_bind_address: monasca_net_ip,
influxdb_host: monasca_net_ip,
influxdb_client_port: network_settings[:influxdb][:bind_port],
influxdb_relay_http_port: network_settings[:influxdb_relay][:bind_port],
monasca_api_bind_host: pub_net_ip,
elasticsearch_host: monasca_net_ip,
nimbus_host: monasca_net_ip,
Expand Down

0 comments on commit e718efc

Please sign in to comment.