Add A1 STD V2 simulators
[it/dep.git] / nonrtric / RECIPE_EXAMPLE / example_recipe.yaml
index 08c8407..51adbd6 100644 (file)
@@ -78,6 +78,9 @@ a1simulator:
     stdVersion:
       name: a1-sim-std
       replicaCount: 2
+    stdVersion2:
+      name: a1-sim-std2
+      replicaCount: 2
 
 # image registry and tag to be changed after first release of controlpanel
 # Need to check the external port Availability
@@ -167,6 +170,24 @@ policymanagementservice:
                "kista_1",
                "kista_2"
             ]
+          },
+          {
+            "name":"ric5",
+            "baseUrl":"https://a1-sim-std2-0.a1-sim:8185",
+            "controller": "controller1",
+            "managedElementIds":[
+               "kista_1",
+               "kista_2"
+            ]
+          },
+          {
+            "name":"ric6",
+            "baseUrl":"https://a1-sim-std2-1.a1-sim:8185",
+            "controller": "controller1",
+            "managedElementIds":[
+               "kista_1",
+               "kista_2"
+            ]
           }
       ]
     streams_publishes: |
@@ -239,4 +260,4 @@ rappcatalogueservice:
       periodSeconds: 10
     readiness:
       initialDelaySeconds: 20
-      periodSeconds: 10
\ No newline at end of file
+      periodSeconds: 10