update snmp bp to remove docker config 49/67349/1
authorvagrant <vv770d@att.com>
Mon, 17 Sep 2018 18:15:11 +0000 (18:15 +0000)
committervagrant <vv770d@att.com>
Mon, 17 Sep 2018 18:15:18 +0000 (18:15 +0000)
Change-Id: I934a972e866b6e6b13a9f2fa404a1047fd6f3fad
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-772

blueprints/k8s-snmptrap.yaml-template

index 581233b..b679761 100644 (file)
@@ -108,14 +108,15 @@ node_templates:
                   get_input: sec_fault_unsecure_topic
               type: message_router
 
-      docker_config:
-        healthcheck:
-          interval: 300s
-          script: /opt/app/snmptrap/bin/snmptrapd.sh status
-          timeout: 120s
-          type: docker
-        ports:
-        - 6162/udp:162
+#   TBA under DCAEGEN2-796
+#      docker_config:
+#        healthcheck:
+#          interval: 300s
+#          script: /opt/app/snmptrap/bin/snmptrapd.sh status
+#          timeout: 120s
+#          type: docker
+#        ports:
+#        - 6162/udp:162
       image:
         get_input: tag_version
       replicas: {get_input: replicas}