summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-08-14 22:51:25 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-14 22:51:25 +0000
commit89a3ba4e2fb8594a5fb9de0fb5348a394c10c566 (patch)
tree5479335fdfdc5b287eed3041139b6a24b2ace1b8
parent55ef8b152db9900db7242a3e22288769cac1d4d5 (diff)
parentd0f0a8204cf6d9a016c1cd66a7034905b63113e7 (diff)
Merge "Fix unclosed quoted string at line 72"
-rw-r--r--blueprints/k8s-ves.yaml-template2
1 files changed, 1 insertions, 1 deletions
diff --git a/blueprints/k8s-ves.yaml-template b/blueprints/k8s-ves.yaml-template
index e9950f6..6a80272 100644
--- a/blueprints/k8s-ves.yaml-template
+++ b/blueprints/k8s-ves.yaml-template
@@ -69,7 +69,7 @@ node_templates:
collector.keystore.file.location: /opt/app/VESCollector/etc/keystore
collector.keystore.passwordfile: /opt/app/VESCollector/etc/passwordfile
collector.schema.checkflag: "1"
- collector.schema.file: "{\"v1\":\"./etc/CommonEventFormat_27.2.json\",\"v2\":\"./etc/CommonEventFormat_27.2.json\",\"v3\":\"./etc/CommonEventFormat_27.2.json\",\"v4\":\"./etc/CommonEventFormat_27.2.json\",\"v5\":\"./etc/CommonEventFormat_28.4.json\",\"v7\":\"./etc/CommonEventFormat_30.0.1.json\"}
+ collector.schema.file: "{\"v1\":\"./etc/CommonEventFormat_27.2.json\",\"v2\":\"./etc/CommonEventFormat_27.2.json\",\"v3\":\"./etc/CommonEventFormat_27.2.json\",\"v4\":\"./etc/CommonEventFormat_27.2.json\",\"v5\":\"./etc/CommonEventFormat_28.4.json\",\"v7\":\"./etc/CommonEventFormat_30.0.1.json\"}"
collector.service.port: "8080"
collector.service.secure.port: "8443"
event.transform.flag: "0"