Update k8s plugin version 74/84874/1
authorJack Lucas <jflucas@research.att.com>
Wed, 10 Apr 2019 13:06:34 +0000 (09:06 -0400)
committerJack Lucas <jflucas@research.att.com>
Wed, 10 Apr 2019 13:09:58 +0000 (09:09 -0400)
Change-Id: I4d5957a9621b5f8e9bdc8259878e8f8cf220e340
Issue-ID: DCAEGEN2-1136
Signed-off-by: Jack Lucas <jflucas@research.att.com>
blueprints/k8s-dashboard.yaml-template
blueprints/k8s-datafile-collector.yaml-template
blueprints/k8s-holmes-engine.yaml-template
blueprints/k8s-holmes-rules.yaml-template
blueprints/k8s-hv-ves.yaml-template
blueprints/k8s-prh.yaml-template
blueprints/k8s-snmptrap.yaml-template
blueprints/k8s-tca-policy.yaml-template
blueprints/k8s-tca.yaml-template
blueprints/k8s-ves.yaml-template

index 80a6bcc..c9d6ce2 100644 (file)
@@ -20,7 +20,7 @@
 tosca_definitions_version: cloudify_dsl_1_3
 
 imports:
-- "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.5/k8splugin_types.yaml"
+- "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.12/k8splugin_types.yaml"
 - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}/type_files/pgaas/1.1.0/pgaas_types.yaml"
 inputs:
  database_cluster_name:
@@ -49,15 +49,15 @@ inputs:
     default: 'admin'
  consul_url:
     type: string
-    default: 'consul-server.onap.svc.cluster.local'  
+    default: 'consul-server.onap.svc.cluster.local'
  external_port:
     type: string
     description: Kubernetes node port for standard http
-    default: "30418"    
+    default: "30418"
  external_tls_port:
     type: string
     description: Kubernetes node port for standard https
-    default: "30419"  
+    default: "30419"
  replicas:
     type: integer
     description: number of instances
@@ -93,8 +93,8 @@ node_templates:
             inventory_url: http://inventory:8080
             dhandler_url: https://deployment-handler:8443
            ports:
-             - concat: ["8080:", { get_input: external_port }]           
-             - concat: ["8443:", { get_input: external_tls_port }]                        
+             - concat: ["8080:", { get_input: external_port }]
+             - concat: ["8443:", { get_input: external_tls_port }]
     properties:
       name:
         "dcae-dashboard"
@@ -107,7 +107,7 @@ node_templates:
           endpoint: /ccsdk-app/health
           interval: 15s
           timeout: 1s
-          type: http        
+          type: http
     relationships:
       - type: cloudify.relationships.depends_on
         target: pgaasdb
index 3a3f432..dc9013f 100644 (file)
@@ -21,7 +21,7 @@ tosca_definitions_version: cloudify_dsl_1_3
 \r
 imports:\r
 - "http://www.getcloudify.org/spec/cloudify/3.4/types.yaml"\r
-- {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.5/k8splugin_types.yaml\r
+- {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.12/k8splugin_types.yaml\r
 \r
 inputs:\r
   dmaap_mr_host:\r
index f1129e1..0f5607f 100644 (file)
@@ -19,7 +19,7 @@
 
 tosca_definitions_version: cloudify_dsl_1_3
 imports:
-- "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.5/k8splugin_types.yaml"
+- "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.12/k8splugin_types.yaml"
 - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/dcaepolicyplugin/2.3.0/dcaepolicyplugin_types.yaml"
 - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}/type_files/pgaas/1.1.0/pgaas_types.yaml"
 inputs:
index 5a634fe..d1235a5 100644 (file)
@@ -19,7 +19,7 @@
 
 tosca_definitions_version: cloudify_dsl_1_3
 imports:
-- "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.5/k8splugin_types.yaml"
+- "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.12/k8splugin_types.yaml"
 - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/dcaepolicyplugin/2.3.0/dcaepolicyplugin_types.yaml"
 - "{{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}/type_files/pgaas/1.1.0/pgaas_types.yaml"
 inputs:
index 8572c39..85d071e 100644 (file)
@@ -21,7 +21,7 @@ tosca_definitions_version: cloudify_dsl_1_3
 
 imports:
   - 'http://www.getcloudify.org/spec/cloudify/3.4/types.yaml'
-  - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.5/k8splugin_types.yaml
+  - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.12/k8splugin_types.yaml
 
 inputs:
   tag_version:
index d24144b..0032c87 100644 (file)
@@ -21,7 +21,7 @@ tosca_definitions_version: cloudify_dsl_1_3
 
 imports:
   - "http://www.getcloudify.org/spec/cloudify/3.4/types.yaml"
-  - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.5/k8splugin_types.yaml
+  - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.12/k8splugin_types.yaml
 
 inputs:
   pnfUrl:
index 6111e32..cae6954 100644 (file)
@@ -21,11 +21,11 @@ tosca_definitions_version: cloudify_dsl_1_3
 
 imports:
   - "http://www.getcloudify.org/spec/cloudify/3.4/types.yaml"
-  - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.5/k8splugin_types.yaml  
+  - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.12/k8splugin_types.yaml
 inputs:
   tag_version:
     type: string
-    default: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.collectors.snmptrap:1.4.0"    
+    default: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.collectors.snmptrap:1.4.0"
   cache:
     type: string
     default:
@@ -76,7 +76,7 @@ inputs:
   external_port:
     type: string
     description: Kubernetes node port on which collector is exposed
-    default: "30470"  
+    default: "30470"
   replicas:
     type: integer
     description: number of instances
@@ -89,7 +89,7 @@ node_templates:
         start:
           inputs:
            ports:
-             - concat: ["6162/udp:", { get_input: external_port }] 
+             - concat: ["6162/udp:", { get_input: external_port }]
     properties:
       application_config:
         StormWatchPolicy: ''
index 858679a..8c4031c 100644 (file)
@@ -23,7 +23,7 @@ description: >
 
 imports:
   - http://www.getcloudify.org/spec/cloudify/3.4/types.yaml
-  - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.5/k8splugin_types.yaml
+  - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.12/k8splugin_types.yaml
   - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/dcaepolicyplugin/2.3.0/dcaepolicyplugin_types.yaml
 inputs:
   aaiEnrichmentHost:
index 74a4e4b..1964500 100644 (file)
@@ -23,7 +23,7 @@ description: >
 
 imports:
   - http://www.getcloudify.org/spec/cloudify/3.4/types.yaml
-  - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.5/k8splugin_types.yaml
+  - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.12/k8splugin_types.yaml
 inputs:
   aaiEnrichmentHost:
     type: string
index 29071f4..54a559b 100644 (file)
@@ -21,7 +21,7 @@ tosca_definitions_version: cloudify_dsl_1_3
 
 imports:
   - "http://www.getcloudify.org/spec/cloudify/3.4/types.yaml"
-  - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.5/k8splugin_types.yaml
+  - {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}/k8splugin/1.4.12/k8splugin_types.yaml
 
 inputs:
   ves_other_publish_url:
@@ -56,7 +56,7 @@ inputs:
   replicas:
     type: integer
     description: number of instances
-    default: 1   
+    default: 1
 node_templates:
   ves:
     interfaces:
@@ -64,7 +64,7 @@ node_templates:
         start:
           inputs:
            ports:
-             - concat: ["8080:", { get_input: external_port }]             
+             - concat: ["8080:", { get_input: external_port }]
              - concat: ["8443:", { get_input: external_tls_port }]
     properties:
       application_config:
@@ -127,5 +127,5 @@ node_templates:
       log_info:
         log_directory: "/opt/app/VESCollector/logs/ecomp"
     type: dcae.nodes.ContainerizedPlatformComponent
-    
+