prints for debug 19/32819/1
authorYuli Shlosberg <ys9693@att.com>
Sun, 25 Feb 2018 18:48:29 +0000 (20:48 +0200)
committerYuli Shlosberg <ys9693@att.com>
Sun, 25 Feb 2018 18:48:29 +0000 (20:48 +0200)
Change-Id: I8271618b605858bdb76cf1e6ac844eabd8876573
Issue-ID: SDC-920
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/03-prepareProbeFile.rb
sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/templates/default/ready-probe.sh.erb

index c196ca7..3d72202 100644 (file)
@@ -14,4 +14,11 @@ template "/var/lib/ready-probe.sh" do
      :cassandra_ip => application_host,
      :cassandra_pwd => ENV['CS_PASSWORD']
   })
+end
+
+
+bash "run_probe_script" do
+   code <<-EOH
+     /var/lib/ready-probe.sh
+   EOH
 end
\ No newline at end of file