Integrate VNF Repository with SDC
[sdc.git] / sdc-os-chef / sdc-backend / chef-repo / cookbooks / sdc-catalog-be / recipes / BE_1_cleanup_jettydir.rb
index d989eb2..bd653a7 100644 (file)
@@ -46,3 +46,12 @@ directory "BE_create_catalog-be" do
   mode '0755'
   action :create
 end
+
+directory "BE_create_onboarding-be" do
+  path "/var/lib/jetty/config/onboarding-be"
+  owner 'jetty'
+  group 'jetty'
+  mode '0755'
+  action :create
+end
+