commit | 451a3400b76511393c62a444f588a4ed15f4a549 | [log] [tgz] |
---|---|---|
author | Michael Lando <ml636r@att.com> | Sun Feb 19 10:28:42 2017 +0200 |
committer | Michael Lando <ml636r@att.com> | Sun Feb 19 10:51:01 2017 +0200 |
tree | e4f5873a863d1d3e55618eab48b83262f874719d | |
parent | 5abfe4e1fb5fae4bbd5fbc340519f52075aff3ff [diff] [blame] |
Initial OpenECOMP SDC commit Change-Id: I0924d5a6ae9cdc161ae17c68d3689a30d10f407b Signed-off-by: Michael Lando <ml636r@att.com>
diff --git a/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/02-createCsUser.rb b/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/02-createCsUser.rb new file mode 100644 index 0000000..627bd6f --- /dev/null +++ b/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/02-createCsUser.rb
@@ -0,0 +1,8 @@ +template "/tmp/create_cassandra_user.sh" do + source "create_cassandra_user.sh.erb" + mode 0755 + variables({ + :cassandra_ip => "HOSTIP" + }) +end +