Commit 0c390f27bdd68ea75aadaac529f25d43ea56c0e2

Authored by Paulo Tada
1 parent e72c52df

Removing mezuro from environment

cookbooks/postgresql/templates/centos/pg_hba.conf.erb
... ... @@ -12,7 +12,7 @@ host gitlab gitlab <%= node['peers']['integration'] %>/32 trust
12 12 host noosfero noosfero <%= node['peers']['social'] %>/32 trust
13 13 host noosfero colab <%= node['peers']['integration'] %>/32 trust
14 14  
15   -host kalibro_processor kalibro_processor <%= node['peers']['mezuro'] %>/32 trust
16   -host kalibro_configurations kalibro_configurations <%= node['peers']['mezuro'] %>/32 trust
17   -host prezento prezento <%= node['peers']['integration'] %>/32 trust
  15 +#host kalibro_processor kalibro_processor <%= node['peers']['mezuro'] %>/32 trust
  16 +#host kalibro_configurations kalibro_configurations <%= node['peers']['mezuro'] %>/32 trust
  17 +#host prezento prezento <%= node['peers']['integration'] %>/32 trust
18 18  
... ...
nodes.yaml
... ... @@ -14,10 +14,6 @@ database:
14 14 run_list:
15 15 - role[server]
16 16 - role[database_server]
17   -mezuro:
18   - run_list:
19   - - role[server]
20   - - role[mezuro_server]
21 17 monitor:
22 18 run_list:
23 19 - recipe[basics]
... ...
roles/integration_server.rb
... ... @@ -13,5 +13,5 @@ run_list *[
13 13 'recipe[colab]',
14 14 'recipe[colab::nginx]',
15 15 'recipe[backup]',
16   - 'recipe[mezuro::prezento]'
  16 + #'recipe[mezuro::prezento]'
17 17 ]
... ...