aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/sdc-backend/chef-solo
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2017-08-08 10:32:54 +0300
committerIdan Amit <ia096e@intl.att.com>2017-08-08 10:32:54 +0300
commitb331b88c509df9e8e54530277b741855d1b91d68 (patch)
tree26162d3699341ebc5e1310cc6dae7f2cbf4be295 /sdc-os-chef/sdc-backend/chef-solo
parent9ef3cb55e88bf4df692d55f882338f31445196ee (diff)
[DevOps] - move the keystore copy before the
jetty modules creation Change-Id: Ic7d49df2c60ed8385f90c25778ebd4ad747e51e4 Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'sdc-os-chef/sdc-backend/chef-solo')
-rw-r--r--sdc-os-chef/sdc-backend/chef-solo/roles/catalog-be.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdc-os-chef/sdc-backend/chef-solo/roles/catalog-be.json b/sdc-os-chef/sdc-backend/chef-solo/roles/catalog-be.json
index e8928bbdc7..9fc7b8d1dc 100644
--- a/sdc-os-chef/sdc-backend/chef-solo/roles/catalog-be.json
+++ b/sdc-os-chef/sdc-backend/chef-solo/roles/catalog-be.json
@@ -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]",