diff options
Diffstat (limited to 'sdc-os-chef/sdc-backend/chef-solo/roles/catalog-be.json')
-rw-r--r-- | sdc-os-chef/sdc-backend/chef-solo/roles/catalog-be.json | 24 |
1 files changed, 24 insertions, 0 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 new file mode 100644 index 0000000000..e8928bbdc7 --- /dev/null +++ b/sdc-os-chef/sdc-backend/chef-solo/roles/catalog-be.json @@ -0,0 +1,24 @@ +{ + "name": "catalog-be", + "description": "Installation application - catalogBE", + "json_class": "Chef::Role", + "default_attributes": { + + }, + "override_attributes": { + + }, + "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_5_setup_elasticsearch]", + "recipe[sdc-catalog-be::BE_6_setup_portal_properties]", + "recipe[sdc-catalog-be::BE_7_logback]", + "recipe[sdc-catalog-be::BE_8_errors_config]" + ], + "env_run_lists": { + } +} + |