org.onap migration

Change-Id: I52f0b2851f2c765752b6d21f49b32136d7d72a3d
Issue-ID: VID-86
Signed-off-by: Ofir Sonsino <os0695@att.com>
diff --git a/vid-automation/src/main/resources/applicationEnvironment/manifest.json b/vid-automation/src/main/resources/applicationEnvironment/manifest.json
new file mode 100644
index 0000000..f7d969c
--- /dev/null
+++ b/vid-automation/src/main/resources/applicationEnvironment/manifest.json
@@ -0,0 +1,12 @@
+{
+  "serviceModelList": [
+    {
+      "serviceModelVersionId": "uuid1",
+      "recoveryAction": "abort"
+    },
+    {
+      "serviceModelVersionId": "uuid2",
+      "recoveryAction": "retry"
+    }
+  ]
+}
\ No newline at end of file