Add service endpoint about external system. 83/27083/3
authorLiZi <li.zi30@zte.com.cn>
Thu, 28 Dec 2017 08:20:18 +0000 (03:20 -0500)
committerAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Tue, 9 Jan 2018 13:10:45 +0000 (13:10 +0000)
Issue-ID: OOM-493

Change-Id: Iae8f2c578435a39682d2178bfe9bcb1b342f7054
Signed-off-by: LiZi <li.zi30@zte.com.cn>
kubernetes/aai/templates/all-services.yaml

index 5d1c09e..0cf62d0 100644 (file)
@@ -150,6 +150,25 @@ metadata:
           "enable_ssl": true,
           "visualRange": "1",
           "path": "/aai/v11/network"
+      },
+      {
+          "serviceName": "aai-externalSystem",
+          "version": "v11",
+          "url": "/aai/v11/external-system",
+          "protocol": "REST",
+          "port": "8443",
+          "enable_ssl": true,
+          "visualRange": "1"
+      },
+      {
+          "serviceName": "aai-externalSystem-deprecated",
+          "version": "v11",
+          "url": "/aai/v11/external-system",
+          "protocol": "REST",
+          "port": "8443",
+          "enable_ssl": true,
+          "visualRange": "1",
+          "path": "/aai/v11/external-system"
       }
       ]'
 spec: