Fix json format issue for aai annotation 13/10313/1
authorHuabingZhao <zhao.huabing@zte.com.cn>
Tue, 5 Sep 2017 08:14:14 +0000 (16:14 +0800)
committerHuabingZhao <zhao.huabing@zte.com.cn>
Tue, 5 Sep 2017 08:14:21 +0000 (16:14 +0800)
Issue-Id: OOM-221
Change-Id: Ic5a098b7a10181f1e9b87fab41487e64347d9e3e
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
kubernetes/aai/templates/all-services.yaml

index ac709d9..6e40844 100644 (file)
@@ -38,114 +38,114 @@ metadata:
           "serviceName": "aai-cloudInfrastructure",
           "version": "v1",
           "url": "/cloud-infrastructure",
-          "protocol": "REST"
+          "protocol": "REST",
           "port": "8443",
-          "enable_ssl":"True"
+          "enable_ssl":"True",
           "visualRange":"1"
       },
       {
           "serviceName": "aai-cloudInfrastructure-deprecated",
           "version": "v1",
           "url": "/cloud-infrastructure",
-          "protocol": "REST"
+          "protocol": "REST",
           "port": "8443",
-          "enable_ssl":"True"
-          "visualRange":"1"
+          "enable_ssl":"True",
+          "visualRange":"1",
           "path":"/cloud-infrastructure"
       },
       {
           "serviceName": "aai-business",
           "version": "v1",
           "url": "/business",
-          "protocol": "REST"
+          "protocol": "REST",
           "port": "8443",
-          "enable_ssl":"True"
+          "enable_ssl":"True",
           "visualRange":"1"
       },
       {
           "serviceName": "aai-business-deprecated",
           "version": "v1",
           "url": "/business",
-          "protocol": "REST"
+          "protocol": "REST",
           "port": "8443",
-          "enable_ssl":"True"
-          "visualRange":"1"
+          "enable_ssl":"True",
+          "visualRange":"1",
           "path":"/business"
       },
       {
           "serviceName": "aai-search",
           "version": "v1",
           "url": "/search",
-          "protocol": "REST"
+          "protocol": "REST",
           "port": "8443",
-          "enable_ssl":"True"
+          "enable_ssl":"True",
           "visualRange":"1"
       },
       {
           "serviceName": "aai-search-deprecated",
           "version": "v1",
           "url": "/search",
-          "protocol": "REST"
+          "protocol": "REST",
           "port": "8443",
-          "enable_ssl":"True"
-          "visualRange":"1"
+          "enable_ssl":"True",
+          "visualRange":"1",
           "path":"/search"
       },
       {
           "serviceName": "aai-actions",
           "version": "v1",
           "url": "/actions",
-          "protocol": "REST"
+          "protocol": "REST",
           "port": "8443",
-          "enable_ssl":"True"
+          "enable_ssl":"True",
           "visualRange":"1"
       },
       {
           "serviceName": "aai-actions-deprecated",
           "version": "v1",
           "url": "/actions",
-          "protocol": "REST"
+          "protocol": "REST",
           "port": "8443",
-          "enable_ssl":"True"
-          "visualRange":"1"
+          "enable_ssl":"True",
+          "visualRange":"1",
           "path":"/actions"
       },
       {
           "serviceName": "aai-service-design-and-creation",
           "version": "v1",
           "url": "/service-design-and-creation",
-          "protocol": "REST"
+          "protocol": "REST",
           "port": "8443",
-          "enable_ssl":"True"
+          "enable_ssl":"True",
           "visualRange":"1"
       },
       {
           "serviceName": "aai-service-design-and-creation-deprecated",
           "version": "v1",
           "url": "/service-design-and-creation",
-          "protocol": "REST"
+          "protocol": "REST",
           "port": "8443",
-          "enable_ssl":"True"
-          "visualRange":"1"
+          "enable_ssl":"True",
+          "visualRange":"1",
           "path":"/service-design-and-creation"
       },
       {
           "serviceName": "aai-network",
           "version": "v1",
           "url": "/network",
-          "protocol": "REST"
+          "protocol": "REST",
           "port": "8443",
-          "enable_ssl":"True"
+          "enable_ssl":"True",
           "visualRange":"1"
       },
       {
           "serviceName": "aai-network-deprecated",
           "version": "v1",
           "url": "/network",
-          "protocol": "REST"
+          "protocol": "REST",
           "port": "8443",
-          "enable_ssl":"True"
-          "visualRange":"1"
+          "enable_ssl":"True",
+          "visualRange":"1",
           "path":"/network"
       }             
       ]'