Move to a new version for El-Alto due to a change in the blueprint 11/87111/1
authorStavros Kanarakis <stavros.kanarakis@nokia.com>
Tue, 7 May 2019 07:01:25 +0000 (10:01 +0300)
committerStavros Kanarakis <stavros.kanarakis@nokia.com>
Tue, 7 May 2019 07:01:25 +0000 (10:01 +0300)
Change-Id: Icf603deff98b4388b5de87698cbde023483da365
Issue-ID: DCAEGEN2-1485
Signed-off-by: Stavros Kanarakis <stavros.kanarakis@nokia.com>
components/bbs-event-processor/dpo/blueprints/bbs-event-processor-input.yaml
components/bbs-event-processor/dpo/blueprints/k8s-bbs-event-processor.yaml-template
components/bbs-event-processor/dpo/spec/bbs-event-processor-spec.json
components/bbs-event-processor/pom.xml

index f503eb8..54d3aae 100644 (file)
@@ -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
index 5688dba..2600ffe 100644 (file)
@@ -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"]
index 08fe458..0563b91 100644 (file)
   },
   "artifacts": [
     {
-    "uri": "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.components.bbs-event-processor:1.0.0-SNAPSHOT",
+    "uri": "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.components.bbs-event-processor:1.1.0",
     "type": "docker image"
     }
   ]
index 637b3ec..630d2e8 100644 (file)
@@ -12,7 +12,7 @@
 
     <groupId>org.onap.dcaegen2.services.components</groupId>
     <artifactId>bbs-event-processor</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.1.0</version>
     
     <name>dcaegen2-services-bbs-event-processor</name>
     <description>BBS Re-Registration and CPE Authentication Handler</description>