diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-05-31 09:58:08 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-08-27 20:03:10 -0400 |
commit | 492c3e8d63c85fd791eca76cd45baa5e904f24f4 (patch) | |
tree | 25bba2b5535b5a7c5c0e336507a0218b92d3cad0 /kubernetes/aai/resources/config/aai-data/chef-config/dev/.knife | |
parent | 0745a76632ea73d6660d5e470d7782b62860b477 (diff) |
Remove the hbase charts from aai
Issue-ID: AAI-1186
Change-Id: Ie4af7ac0032afea4f92ce63eef8a7117ce000bc7
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'kubernetes/aai/resources/config/aai-data/chef-config/dev/.knife')
-rw-r--r-- | kubernetes/aai/resources/config/aai-data/chef-config/dev/.knife/solo.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/kubernetes/aai/resources/config/aai-data/chef-config/dev/.knife/solo.rb b/kubernetes/aai/resources/config/aai-data/chef-config/dev/.knife/solo.rb deleted file mode 100644 index 3d903adcc5..0000000000 --- a/kubernetes/aai/resources/config/aai-data/chef-config/dev/.knife/solo.rb +++ /dev/null @@ -1,9 +0,0 @@ -current_dir = File.dirname(__FILE__) -org = ENV['CHEF_ORG'] || "aai-dev" -env = ENV['AAI_CHEF_ENV'] || "dev" -env_path = ENV['AAI_CHEF_LOC'] || "" -node_name "chef-node" -cookbook_path [ "/var/chef/aai-config/cookbooks" ] -environment_path "#{env_path}" -log_level :info -log_location STDOUT
\ No newline at end of file |