Skip to content

Commit

Permalink
Listen on all interfaces (#46)
Browse files Browse the repository at this point in the history
Configure monasca-api and monasca-log-api to listen on all
interfaces.
  • Loading branch information
artur-ba authored and dirkmueller committed Apr 19, 2017
1 parent a04f4c6 commit 7919735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chef/cookbooks/monasca/recipes/master.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@
memcached_listen_ip: monasca_net_ip,
kafka_host: monasca_net_ip,
kibana_host: pub_net_ip,
log_api_bind_host: pub_net_ip,
log_api_bind_host: "*",
influxdb_bind_address: monasca_net_ip,
influxdb_host: monasca_net_ip,
monasca_api_bind_host: pub_net_ip,
monasca_api_bind_host: "*",
elasticsearch_host: monasca_net_ip,
nimbus_host: monasca_net_ip,
zookeeper_hosts: monasca_net_ip,
Expand Down

0 comments on commit 7919735

Please sign in to comment.