Rework configuration

Move the JSON content from the properties file to json files for all
configuration defined in clds-reference.properties

Issue-ID: CLAMP-136
Change-Id: Idfb21be729d7260518756e5f585371de78d18944
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
diff --git a/src/main/resources/clds/templates/op-eNodeB-recipe.json b/src/main/resources/clds/templates/op-eNodeB-recipe.json
new file mode 100644
index 0000000..7098987
--- /dev/null
+++ b/src/main/resources/clds/templates/op-eNodeB-recipe.json
@@ -0,0 +1,44 @@
+{
+	"eNodeBRecipes": [
+		{
+			"Actor": "AOTS",
+			"Recipe": "checkENodeBTicketHours",
+			"ParentPolicy": "",
+			"PPConditions": "",
+			"Retry": "0",
+			"TimeLimit": "120"
+		},
+		{
+			"Actor": "AOTS",
+			"Recipe": "checkEquipmentStatus",
+			"ParentPolicy": "checkENodeBTicketHours",
+			"PPConditions": "Success",
+			"Retry": "0",
+			"TimeLimit": "120"
+		},
+		{
+			"Actor": "AOTS",
+			"Recipe": "checkEimStatus",
+			"ParentPolicy": "checkEquipmentStatus",
+			"PPConditions": "Success",
+			"Retry": "0",
+			"TimeLimit": "120"
+		},
+		{
+			"Actor": "AOTS",
+			"Recipe": "checkMaintenanceWindow",
+			"ParentPolicy": "checkEimStatus",
+			"PPConditions": "Success",
+			"Retry": "0",
+			"TimeLimit": "120"
+		},
+		{
+			"Actor": "SDNR",
+			"Recipe": "Reset",
+			"ParentPolicy": "checkMaintenanceWindow",
+			"PPConditions": "Success",
+			"Retry": "",
+			"TimeLimit": ""
+		}
+	]
+}