summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Migdal <marcin.migdal@nokia.com>2019-04-11 14:29:28 +0200
committerMarcin Migdal <marcin.migdal@nokia.com>2019-04-12 10:50:04 +0200
commitd78e7c145e17a5edf1b9357a642ff7b9cac8283a (patch)
tree1645eda195ff0397db1becde02d0eb10bd0d7826
parent01b986942b24af425c9bcf17bb61bfad1dca01aa (diff)
Update PRH blueprint due to changes in Dublin
Add streams publishes/subscribes type Change-Id: I73a11100089157c6878f21d6cb9eec4d4709c81a Issue-ID: DCAEGEN2-1405 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
-rw-r--r--blueprints/k8s-prh.yaml-template14
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 }