diff options
Diffstat (limited to 'components/bbs-event-processor/dpo/blueprints')
-rw-r--r-- | components/bbs-event-processor/dpo/blueprints/bbs-event-processor-input.yaml | 4 | ||||
-rw-r--r-- | components/bbs-event-processor/dpo/blueprints/k8s-bbs-event-processor.yaml-template | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/components/bbs-event-processor/dpo/blueprints/bbs-event-processor-input.yaml b/components/bbs-event-processor/dpo/blueprints/bbs-event-processor-input.yaml index f503eb82..54d3aaef 100644 --- a/components/bbs-event-processor/dpo/blueprints/bbs-event-processor-input.yaml +++ b/components/bbs-event-processor/dpo/blueprints/bbs-event-processor-input.yaml @@ -16,7 +16,7 @@ # ============LICENSE_END========================================================= -tag_version: nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.components.bbs-event-processor:1.0.0-SNAPSHOT +tag_version: nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.components.bbs-event-processor:1.1.0 pnf_reregistration_url: https:message-router:3905/events/unauthenticated.PNF_UPDATE cpe_authentication_url: https:message-router:3905/events/unauthenticated.CPE_AUTHENTICATION close_loop_url: https:message-router:3905/events/unauthenticated.DCAE_CL_OUTPUT @@ -26,4 +26,4 @@ application_cpeAuth_policy_scope: policyScopeCpeAuth application_cpeAuth_cl_control_name: clControlNameCpeAuth application_cbs_polling_interval_sec: 120 dmaap_consumer_id: c12 -dmaap_consumer_group: OpenDcae-c12
\ No newline at end of file +dmaap_consumer_group: OpenDcae-c12 diff --git a/components/bbs-event-processor/dpo/blueprints/k8s-bbs-event-processor.yaml-template b/components/bbs-event-processor/dpo/blueprints/k8s-bbs-event-processor.yaml-template index 5688dbac..2600ffed 100644 --- a/components/bbs-event-processor/dpo/blueprints/k8s-bbs-event-processor.yaml-template +++ b/components/bbs-event-processor/dpo/blueprints/k8s-bbs-event-processor.yaml-template @@ -21,7 +21,7 @@ tosca_definitions_version: cloudify_dsl_1_3 imports: - "http://www.getcloudify.org/spec/cloudify/3.4/types.yaml" - - https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R4/k8splugin/1.4.11/k8splugin_types.yaml + - https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R4/k8splugin/1.4.13/k8splugin_types.yaml inputs: aai_enrichment_host: @@ -185,4 +185,4 @@ node_templates: start: inputs: ports: - - concat: ["8100:", "30810"]
\ No newline at end of file + - concat: ["8100:", "30810"] |