aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/clds/templates/op-eNodeB-recipe.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/clds/templates/op-eNodeB-recipe.json')
-rw-r--r--src/main/resources/clds/templates/op-eNodeB-recipe.json44
1 files changed, 44 insertions, 0 deletions
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 00000000..7098987a
--- /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": ""
+ }
+ ]
+}