[PMSH] Remove CBS sim from the suit
[integration/csit.git] / plans / dcaegen2-services-pmsh / testsuite / assets / cbs_sim / application_config.yaml
1 {
2     "control_loop_name": "pmsh-control-loop",
3     "operational_policy_name": "pmsh-operational-policy",
4     "cert_path": "/opt/app/pmsh/etc/certs/cert.pem",
5     "enable_tls": true,
6     "ca_cert_path": "/opt/app/pmsh/etc/certs/cacert.pem",
7     "streams_publishes": {
8       "policy_pm_publisher": {
9         "dmaap_info": {
10           "client_id": "1475976809466",
11           "client_role": "org.onap.dcae.pmPublisher",
12           "topic_url": "http://mr-sim:3904/events/unauthenticated.DCAE_CL_OUTPUT",
13           "location": "san-francisco"
14         },
15         "type": "message_router"
16       }
17     },
18     "streams_subscribes": {
19       "aai_subscriber": {
20         "type": "message_router",
21         "dmaap_info": {
22           "client_id": "1575976809466",
23           "client_role": "org.onap.dcae.aaiSub",
24           "topic_url": "http://mr-sim:3904/events/AAI-EVENT",
25           "location": "san-francisco"
26         }
27       },
28       "policy_pm_subscriber": {
29         "dmaap_info": {
30           "location": "san-francisco",
31           "topic_url": "http://mr-sim:3904/events/unauthenticated.PMSH_CL_INPUT",
32           "client_role": "org.onap.dcae.pmSubscriber",
33           "client_id": "1575876809456"
34         },
35         "type": "message_router"
36       }
37     },
38     "key_path": "/opt/app/pmsh/etc/certs/key.pem",
39     "aaf_identity": "dcae@dcae.onap.org",
40     "aaf_password": "demo123456!"
41 }