aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/feature-controlloop-management/src/assembly
ModeNameSize
-rw-r--r--zip.xml2889logstatsplain
ref='/oom/plain/kubernetes/config/docker/init/src/config/aai/aai-config/cookbooks/aai-resources/aai-resources-config/recipes/titan-realtime.rb?h=newdelhi&id=c3f901acd912026f602ebdcb66c83490f1a4cf05'>plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
['titan-realtime.properties'].each do |file|
  template "#{node['aai-resources-config']['PROJECT_HOME']}/bundleconfig/etc/appprops/#{file}" do
    source "aai-resources-config/titan-realtime.properties"
    owner "aaiadmin"
    group "aaiadmin"
    mode "0644"
    variables(
:STORAGE_HOSTNAME => node["aai-resources-config"]["STORAGE_HOSTNAME"],
:STORAGE_HBASE_TABLE => node["aai-resources-config"]["STORAGE_HBASE_TABLE"],
:STORAGE_HBASE_ZOOKEEPER_ZNODE_PARENT => node["aai-resources-config"]["STORAGE_HBASE_ZOOKEEPER_ZNODE_PARENT"]
      )
  end
end