summaryrefslogtreecommitdiffstats
path: root/chef-config/dev/.knife/solo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef-config/dev/.knife/solo.rb')
-rw-r--r--chef-config/dev/.knife/solo.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/chef-config/dev/.knife/solo.rb b/chef-config/dev/.knife/solo.rb
new file mode 100644
index 0000000..5985963
--- /dev/null
+++ b/chef-config/dev/.knife/solo.rb
@@ -0,0 +1,9 @@
+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