summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/templates
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2017-09-06 10:39:54 +0800
committerHuabingZhao <zhao.huabing@zte.com.cn>2017-09-06 10:44:03 +0800
commit69d846e433668ce9beeba9e17ac73f9d94d84a9e (patch)
tree91e85eb340fa8e4a91478c7096a128e9277bc132 /kubernetes/aai/templates
parentc8e54f1bfb207654f300ef3080bfd2550ffe83fd (diff)
Modify AAI service endpoints annotation
Modify version to 11 Modify service url, add aai/v11 prefix Issue-Id: OOM-221 Change-Id: Ie61a44fa1b8904b65892712d183d311143ed62f8 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'kubernetes/aai/templates')
-rw-r--r--kubernetes/aai/templates/all-services.yaml62
1 files changed, 31 insertions, 31 deletions
diff --git a/kubernetes/aai/templates/all-services.yaml b/kubernetes/aai/templates/all-services.yaml
index 6e4084483e..62e5943557 100644
--- a/kubernetes/aai/templates/all-services.yaml
+++ b/kubernetes/aai/templates/all-services.yaml
@@ -36,8 +36,8 @@ metadata:
msb.onap.org/service-info: '[
{
"serviceName": "aai-cloudInfrastructure",
- "version": "v1",
- "url": "/cloud-infrastructure",
+ "version": "v11",
+ "url": "/aai/v11/cloud-infrastructure",
"protocol": "REST",
"port": "8443",
"enable_ssl":"True",
@@ -45,18 +45,18 @@ metadata:
},
{
"serviceName": "aai-cloudInfrastructure-deprecated",
- "version": "v1",
- "url": "/cloud-infrastructure",
+ "version": "v11",
+ "url": "/aai/v11/cloud-infrastructure",
"protocol": "REST",
"port": "8443",
"enable_ssl":"True",
"visualRange":"1",
- "path":"/cloud-infrastructure"
+ "path":"/aai/v11/cloud-infrastructure"
},
{
"serviceName": "aai-business",
- "version": "v1",
- "url": "/business",
+ "version": "v11",
+ "url": "/aai/v11/business",
"protocol": "REST",
"port": "8443",
"enable_ssl":"True",
@@ -64,18 +64,18 @@ metadata:
},
{
"serviceName": "aai-business-deprecated",
- "version": "v1",
- "url": "/business",
+ "version": "v11",
+ "url": "/aai/v11/business",
"protocol": "REST",
"port": "8443",
"enable_ssl":"True",
"visualRange":"1",
- "path":"/business"
+ "path":"/aai/v11/business"
},
{
"serviceName": "aai-search",
- "version": "v1",
- "url": "/search",
+ "version": "v11",
+ "url": "/aai/v11/search",
"protocol": "REST",
"port": "8443",
"enable_ssl":"True",
@@ -83,18 +83,18 @@ metadata:
},
{
"serviceName": "aai-search-deprecated",
- "version": "v1",
- "url": "/search",
+ "version": "v11",
+ "url": "/aai/v11/search",
"protocol": "REST",
"port": "8443",
"enable_ssl":"True",
"visualRange":"1",
- "path":"/search"
+ "path":"/aai/v11/search"
},
{
"serviceName": "aai-actions",
- "version": "v1",
- "url": "/actions",
+ "version": "v11",
+ "url": "/aai/v11/actions",
"protocol": "REST",
"port": "8443",
"enable_ssl":"True",
@@ -102,18 +102,18 @@ metadata:
},
{
"serviceName": "aai-actions-deprecated",
- "version": "v1",
- "url": "/actions",
+ "version": "v11",
+ "url": "/aai/v11/actions",
"protocol": "REST",
"port": "8443",
"enable_ssl":"True",
"visualRange":"1",
- "path":"/actions"
+ "path":"/aai/v11/actions"
},
{
"serviceName": "aai-service-design-and-creation",
- "version": "v1",
- "url": "/service-design-and-creation",
+ "version": "v11",
+ "url": "/aai/v11/service-design-and-creation",
"protocol": "REST",
"port": "8443",
"enable_ssl":"True",
@@ -121,18 +121,18 @@ metadata:
},
{
"serviceName": "aai-service-design-and-creation-deprecated",
- "version": "v1",
- "url": "/service-design-and-creation",
+ "version": "v11",
+ "url": "/aai/v11/service-design-and-creation",
"protocol": "REST",
"port": "8443",
"enable_ssl":"True",
"visualRange":"1",
- "path":"/service-design-and-creation"
+ "path":"/aai/v11/service-design-and-creation"
},
{
"serviceName": "aai-network",
- "version": "v1",
- "url": "/network",
+ "version": "v11",
+ "url": "/aai/v11/network",
"protocol": "REST",
"port": "8443",
"enable_ssl":"True",
@@ -140,14 +140,14 @@ metadata:
},
{
"serviceName": "aai-network-deprecated",
- "version": "v1",
- "url": "/network",
+ "version": "v11",
+ "url": "/aai/v11/network",
"protocol": "REST",
"port": "8443",
"enable_ssl":"True",
"visualRange":"1",
- "path":"/network"
- }
+ "path":"/aai/v11/network"
+ }
]'
spec:
ports: