Commit a2d7297cc642918ddddd4f6a66fff6556df0171d
Committed by
Rafael Reggiani Manzo
1 parent
a60e5ff8
Exists in
master
and in
9 other branches
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', | ... | ... |