Remove unnecessary puppet-lint config
[integration/packaging/puppet-opendaylight.git] / templates / module-shards.conf.erb
1 module-shards = [
2     <% scope.lookupvar('opendaylight::ha_db_modules').each do |mod, urn| -%>
3         {
4                 name = "<%= mod %>"
5                 shards = [
6                         {
7                                 name = "<%= mod %>"
8                                 replicas = [
9                                 <% scope.lookupvar('opendaylight::ha_node_ips').each_with_index do |ip, idx| -%>
10                                 "<%= "member-#{idx}" %>",
11                                 <% end -%>
12                                 ]
13                         }
14                 ]
15         },
16     <% end -%>
17 ]