From d41e1b68b6be32ee367bdadd37955e91fba21303 Mon Sep 17 00:00:00 2001 From: Lodha Date: Thu, 30 Jan 2025 19:28:37 +0530 Subject: Chef removal changes for asdc_tool - Removal of Chef recipes in the module. - Introduction of shell scripts in the module to replace some recipes. - Generation of module configuration using Charts. Issue-ID: SDC-4699 Change-Id: I3bb3b275f01cb35fb25ada0df3f9c65b86bac106 Signed-off-by: Jinendra.Lodha --- asdctool/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'asdctool/pom.xml') diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 3149c69d95..542124e0e7 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -703,7 +703,7 @@ - ${project.basedir}\sdc-cassandra-init\chef-repo\cookbooks\cassandra-actions\attributes\version.rb + ${project.basedir}\sdc-cassandra-init\version.sh @@ -802,7 +802,7 @@ - ${basedir}/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/files/default + ${basedir}/sdc-cassandra-init sdctool.tar @@ -824,7 +824,7 @@ - ${basedir}/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/files/default + ${basedir}/sdc-cassandra-init true -- cgit