diff options
author | vv770d <vv770d@att.com> | 2021-02-12 21:50:10 +0000 |
---|---|---|
committer | vv770d <vv770d@att.com> | 2021-02-12 22:50:49 +0000 |
commit | 50887a105d9a68c54e35b41df35616c64e8cf631 (patch) | |
tree | 2157bfa502e483a027ec30ff4454182dfe00abe4 /blueprints/k8s-ves-mapper.yaml | |
parent | 8031e6a7260e83f2ba101d066297ae337cdeceaf (diff) |
switch RCC blueprint to R8 plugin
+version revision
RCC 1.2.3
VES-mapper 1.2.0
Change-Id: I0fad226db97ce58d43171b0b5d0beab928c51acb
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2493
Signed-off-by: vv770d <vv770d@att.com>
Diffstat (limited to 'blueprints/k8s-ves-mapper.yaml')
-rw-r--r-- | blueprints/k8s-ves-mapper.yaml | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/blueprints/k8s-ves-mapper.yaml b/blueprints/k8s-ves-mapper.yaml index 7d90763..8fe25b8 100644 --- a/blueprints/k8s-ves-mapper.yaml +++ b/blueprints/k8s-ves-mapper.yaml @@ -2,7 +2,7 @@ # ============LICENSE_START==================================================== # ============================================================================= # Copyright (c) 2019 TechMahindra. All rights reserved. -# Copyright (c) 2020 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2020-2021 AT&T Intellectual Property. All rights reserved. # ============================================================================= # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ # limitations under the License. # ============LICENSE_END====================================================== -description: "This blueprint deploys the UniversalVESAdapter" +description: "UniversalVESAdapter blueprint" imports: - https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml - plugin:k8splugin?version=>=3.4.3,<4.0.0 @@ -30,10 +30,7 @@ inputs: default: "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.ONAP-COLLECTOR-SNMPTRAP" type: string tag_version: - default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.mapper.vesadapter.universalvesadaptor:1.1.0" - type: string - universal_mapper_name: - default: "dcaegen2-svc-mapper" + default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.mapper.vesadapter.universalvesadaptor:1.2.0" type: string ves_fault_publish_url: default: "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.SEC_FAULT_OUTPUT" @@ -47,6 +44,15 @@ inputs: ves_pnfRegistration_publish_url: default: "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.VES_PNFREG_OUTPUT" type: string + service_component_type: + type: string + default: "dcae-svc-vesmapper" + service_id: + type: string + default: "dcae-svc-vesmapper" + service_component_name_override: + type: string + default: "dcae-svc-vesmapper" node_templates: universalvesadapter: interfaces: @@ -101,8 +107,9 @@ node_templates: docker_config: {} image: get_input: tag_version - service_component_type: - get_input: universal_mapper_name + service_component_type: { get_input: service_component_type } + service_id: { get_input: service_id } + service_component_name_override: { get_input: service_component_name_override } type: dcae.nodes.ContainerizedServiceComponent tosca_definitions_version: cloudify_dsl_1_3 |