[PMSH] Remove CBS sim from the suit
[integration/csit.git] / plans / dcaegen2-services-pmsh / testsuite / assets / cbs_sim / application_config.yaml
diff --git a/plans/dcaegen2-services-pmsh/testsuite/assets/cbs_sim/application_config.yaml b/plans/dcaegen2-services-pmsh/testsuite/assets/cbs_sim/application_config.yaml
new file mode 100644 (file)
index 0000000..84c6c74
--- /dev/null
@@ -0,0 +1,41 @@
+{
+    "control_loop_name": "pmsh-control-loop",
+    "operational_policy_name": "pmsh-operational-policy",
+    "cert_path": "/opt/app/pmsh/etc/certs/cert.pem",
+    "enable_tls": true,
+    "ca_cert_path": "/opt/app/pmsh/etc/certs/cacert.pem",
+    "streams_publishes": {
+      "policy_pm_publisher": {
+        "dmaap_info": {
+          "client_id": "1475976809466",
+          "client_role": "org.onap.dcae.pmPublisher",
+          "topic_url": "http://mr-sim:3904/events/unauthenticated.DCAE_CL_OUTPUT",
+          "location": "san-francisco"
+        },
+        "type": "message_router"
+      }
+    },
+    "streams_subscribes": {
+      "aai_subscriber": {
+        "type": "message_router",
+        "dmaap_info": {
+          "client_id": "1575976809466",
+          "client_role": "org.onap.dcae.aaiSub",
+          "topic_url": "http://mr-sim:3904/events/AAI-EVENT",
+          "location": "san-francisco"
+        }
+      },
+      "policy_pm_subscriber": {
+        "dmaap_info": {
+          "location": "san-francisco",
+          "topic_url": "http://mr-sim:3904/events/unauthenticated.PMSH_CL_INPUT",
+          "client_role": "org.onap.dcae.pmSubscriber",
+          "client_id": "1575876809456"
+        },
+        "type": "message_router"
+      }
+    },
+    "key_path": "/opt/app/pmsh/etc/certs/key.pem",
+    "aaf_identity": "dcae@dcae.onap.org",
+    "aaf_password": "demo123456!"
+}
\ No newline at end of file