OOM Alignment BE,FE,KBN
Change-Id: I8ff609a6be919d5709ce95af5a6a903aeb7afc43
Issue-ID: SDC-918
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
diff --git a/catalog-fe/sdc-frontend/chef-solo/roles/catalog-fe.json b/catalog-fe/sdc-frontend/chef-solo/roles/catalog-fe.json
new file mode 100644
index 0000000..44bb56b
--- /dev/null
+++ b/catalog-fe/sdc-frontend/chef-solo/roles/catalog-fe.json
@@ -0,0 +1,25 @@
+{
+ "name": "catalog-be",
+ "description": "Installation application - catalogFE",
+ "json_class": "Chef::Role",
+ "default_attributes": {
+
+ },
+ "override_attributes": {
+
+ },
+ "chef_type": "role",
+ "run_list": [
+ "recipe[sdc-catalog-fe::FE_1_cleanup_jettydir]",
+ "recipe[sdc-catalog-fe::FE_2_setup_configuration]",
+ "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_locate_keystore]",
+ "recipe[sdc-catalog-fe::FE_7_create_jetty_modules]",
+ "recipe[sdc-catalog-fe::FE_8_prepareProbeFile]"
+ ],
+ "env_run_lists": {
+ }
+}
+