[DevOps] - move the keystore copy before the 17/6917/1
authorIdan Amit <ia096e@intl.att.com>
Tue, 8 Aug 2017 07:32:54 +0000 (10:32 +0300)
committerIdan Amit <ia096e@intl.att.com>
Tue, 8 Aug 2017 07:32:54 +0000 (10:32 +0300)
 jetty modules creation

Change-Id: Ic7d49df2c60ed8385f90c25778ebd4ad747e51e4
Signed-off-by: Idan Amit <ia096e@intl.att.com>
sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb [moved from sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_4_setup_configuration.rb with 100% similarity]
sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_4_jetty_Modules.rb [moved from sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_locate_wars.rb with 56% similarity]
sdc-os-chef/sdc-backend/chef-solo/roles/catalog-be.json
sdc-os-chef/sdc-frontend/chef-solo/roles/catalog-fe.json

@@ -12,15 +12,4 @@ EOH
 not_if "ls /#{jetty_base}/start.d/https.ini"
 end
 
-###### copy catalog-be.war
-
-
-
-###### copy onboarding-be.war& api-docs.war
-#bash "copy-onboarding-be" do
-#   code <<-EOH
-#       /bin/tar -xvf /var/tmp/onboarding-be.tar -C  /var/tmp/
-#           mv /var/tmp/onboarding-be*.war /var/tmp//api-docs*.war  #{jetty_base}/webapps
-#   EOH
-#end
 
index e8928bb..9fc7b8d 100644 (file)
@@ -11,8 +11,8 @@
   "chef_type": "role",
   "run_list": [
     "recipe[sdc-catalog-be::BE_1_cleanup_jettydir]",
-    "recipe[sdc-catalog-be::BE_2_locate_wars]",
-    "recipe[sdc-catalog-be::BE_4_setup_configuration]",
+    "recipe[sdc-catalog-be::BE_2_setup_configuration]",
+    "recipe[sdc-catalog-be::BE_4_jetty_Modules]",
     "recipe[sdc-catalog-be::BE_5_setup_elasticsearch]",
     "recipe[sdc-catalog-be::BE_6_setup_portal_properties]",
     "recipe[sdc-catalog-be::BE_7_logback]",
index 63b55aa..547c006 100644 (file)
@@ -15,8 +15,8 @@
     "recipe[sdc-catalog-fe::FE_3_errors_config]",
     "recipe[sdc-catalog-fe::FE_4_logback]",
     "recipe[sdc-catalog-fe::FE_5_rest_configuration]",
-    "recipe[sdc-catalog-fe::FE_6_create_jetty_modules]",
-    "recipe[sdc-catalog-fe::FE_7_locate_keystore]"
+    "recipe[sdc-catalog-fe::FE_7_locate_keystore]",
+    "recipe[sdc-catalog-fe::FE_6_create_jetty_modules]"
   ],
   "env_run_lists": {
   }