Commit ba370b1886852d0e8d93923d3bcee260c057637a

Authored by Paulo Tada
Committed by Rafael Manzo
1 parent 9f6a6993
Exists in mezuro_cookbook

Change mezuro colab plugin config file

Adding extra dictionary to identify kalibros urls
Changing prezento upstream port
Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
cookbooks/colab/templates/mezuro.py.erb
... ... @@ -4,8 +4,10 @@ from colab.plugins.utils.menu import colab_url_factory
4 4 name = 'colab_mezuro'
5 5 verbose_name = 'Mezuro Plugin'
6 6  
7   -upstream = 'http://<%= node['peers']['integration'] %>:8081/mezuro/'
  7 +upstream = 'http://<%= node['peers']['integration'] %>:84/mezuro/'
8 8 #middlewares = []
  9 +extra = {'processor_address' : 'http://<%= node['peers']['mezuro'] %>:82' ,
  10 + 'configurations_address' : 'http://<%= node['peers']['mezuro'] %>:83'}
9 11  
10 12 urls = {
11 13 'include': 'colab_mezuro.urls',
... ...