Merge "add sparky-be kubedns service"
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>
Wed, 6 Sep 2017 18:32:04 +0000 (18:32 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 6 Sep 2017 18:32:04 +0000 (18:32 +0000)
1  2 
kubernetes/aai/templates/all-services.yaml

@@@ -36,8 -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",
        },
        {
            "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",
        },
        {
            "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",
        },
        {
            "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",
        },
        {
            "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",
        },
        {
            "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",
        },
        {
            "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:
@@@ -259,4 -259,19 +259,19 @@@ spec
      port: 5005
    selector:
      app: aai-resources
-   clusterIP: None
+   clusterIP: None
+ ---
+ apiVersion: v1
+ kind: Service
+ metadata:
+   name: sparky-be
+   namespace: "{{ .Values.nsPrefix }}-aai"
+   labels:
+     app: sparky-be
+ spec:
+   ports:
+   - name: "sparky-be-port-9517"
+     port: 9517
+   selector:
+     app: sparky-be
+   clusterIP: None