summaryrefslogtreecommitdiffstats
path: root/chef-config/dev/.knife/solo.rb
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2017-02-09 15:54:44 -0500
committerSteve Smokowski <ss835w@att.com>2017-02-09 15:55:02 -0500
commit20e76bb3994a7114fa3a8346a44bb1c29c34c303 (patch)
treec2c4c999c3822b43c84c00b8db16feeebc0f043e /chef-config/dev/.knife/solo.rb
parent106f1ce05cd2ca9f22f449a94d5d8360672be87b (diff)
Initial OpenEcomp aai-data commitrelease-1.0.0
Change-Id: I6e7b9b5abe1fabb2d73049ec4d5d65566442740f Signed-off-by: Steve Smokowski <ss835w@att.com>
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