From: LiZi Date: Thu, 28 Dec 2017 08:20:18 +0000 (-0500) Subject: Add service endpoint about external system. X-Git-Tag: 4.0.0-ONAP~15^2~182 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ac57345cbfb747ca0cb0ca2a5403005a2dde792b;p=aai%2Foom.git Add service endpoint about external system. Issue-ID: OOM-493 Change-Id: Iae8f2c578435a39682d2178bfe9bcb1b342f7054 Signed-off-by: LiZi --- diff --git a/templates/all-services.yaml b/templates/all-services.yaml index 5d1c09e..0cf62d0 100644 --- a/templates/all-services.yaml +++ b/templates/all-services.yaml @@ -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: