diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-04-12 16:01:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-12 16:01:18 +0000 |
commit | b8e95d5401efac9bbb33a6751342578da8d7bcf4 (patch) | |
tree | 3e37de8b4a9124b5618dc5d07e2d14cc05615101 | |
parent | 73649219d6aae1cf5d0753ca79697c54df5d2422 (diff) | |
parent | d78e7c145e17a5edf1b9357a642ff7b9cac8283a (diff) |
Merge "Update PRH blueprint due to changes in Dublin Add streams publishes/subscribes type"
-rw-r--r-- | blueprints/k8s-prh.yaml-template | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/blueprints/k8s-prh.yaml-template b/blueprints/k8s-prh.yaml-template index 0032c87..7269152 100644 --- a/blueprints/k8s-prh.yaml-template +++ b/blueprints/k8s-prh.yaml-template @@ -136,21 +136,19 @@ node_templates: security.enableDmaapCertAuth: { get_input: secureEnableCert } streams_publishes: pnf-update: + type: "message_router" dmaap_info: - topic_url: - get_input: dmaap_pnfUpdate_url - type: message_router + topic_url: {get_input: dmaap_pnfUpdate_url } pnf-ready: + type: "message_router" dmaap_info: - topic_url: - get_input: dmaap_pnfReady_url + topic_url: { get_input: dmaap_pnfReady_url } type: message_router streams_subscribes: ves-reg-output: + type: "message_router" dmaap_info: - topic_url: - get_input: dmaap_vesPnfRegOutput_url - type: message_router + topic_url: { get_input: dmaap_vesPnfRegOutput_url } host_port: { get_input: host_port } |