diff options
author | Michael Lando <ml636r@att.com> | 2017-06-09 17:31:41 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-06-09 17:31:41 +0300 |
commit | a67b1c67748a9f53aeec4649d530c16835881682 (patch) | |
tree | 927a571c2b63993c7402e6eebfbafff8df17f9bf /sdc-os-chef/sdc-cassandra/chef-repo | |
parent | 3ca8a037896ac13ff9fa7f8a618470bc645393b9 (diff) |
[SDC-29] add mising script got Comformance fix
Change-Id: I2eeda235e28103126a6cd432a54a5d7db40213cd
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'sdc-os-chef/sdc-cassandra/chef-repo')
-rw-r--r-- | sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/07-importComformance.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/07-importComformance.rb b/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/07-importComformance.rb index ac91d1892b..5d81478dbd 100644 --- a/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/07-importComformance.rb +++ b/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/recipes/07-importComformance.rb @@ -1,5 +1,5 @@ working_directory = "/tmp" -cl_release=node['version'].split('.')[0..2].join('.').split('-')[0] +cl_release="1.1.1" printf("\033[33mcl_release=[%s]\n\033[0m", cl_release) cookbook_file "/tmp/sdctool.tar" do |