diff options
author | LiZi <li.zi30@zte.com.cn> | 2017-12-28 03:20:18 -0500 |
---|---|---|
committer | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-01-09 13:10:45 +0000 |
commit | ac57345cbfb747ca0cb0ca2a5403005a2dde792b (patch) | |
tree | 410087335822afc236ba5313c5b7c46915d1e935 /templates | |
parent | 12c56eefaf82c6158be3489917531a22e1276cd4 (diff) |
Add service endpoint about external system.
Issue-ID: OOM-493
Change-Id: Iae8f2c578435a39682d2178bfe9bcb1b342f7054
Signed-off-by: LiZi <li.zi30@zte.com.cn>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/all-services.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
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: |