diff options
author | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-08-30 14:24:02 +0000 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-08-31 20:09:37 +0000 |
commit | 4b881972b63ab1c08a5ad4946a8550572f8f066d (patch) | |
tree | cc7e1e95ab241cf05bd7568c7fae26ad57e19396 /kubernetes/aai/templates/all-services.yaml | |
parent | b8d9bacebcf47ca4a96d49cf21418067b8550870 (diff) |
AAI 1.1 K8s templates and aelm branch merge
commit 8a32c4269a6d1dcdcdee6c2548043639754db936
Author: yuryn <Yury.Novitsky@Amdocs.com>
Date: Mon Aug 28 14:45:23 2017 +0300
Add dependencies to aai-deployment
1. Add to aai-deployment dependency in aai-resources and aai-traversal
2. Fix readiness ports for data-router and sparky-be
Change-Id: Icfcd4685ac3cad8e463b5f8176b28f51890d1e38
Issue-ID: OOM-65
Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
commit 34b6e617ca961b6a6df85e88daf122c7cd4195af
Author: yuryn <Yury.Novitsky@Amdocs.com>
Date: Sun Aug 27 20:25:29 2017 +0300
Add AAI haproxy
1. Add AAI haproxy
2. Create aai-resources and aai-traversal log dirs
Change-Id: Ib60cc7e482cafe2f1185db7bead181f929165ed3
Issue-ID: OOM-65
Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
commit 82417bcba69cc126a811605e7e577941c6c5eb2e
Author: yuryn <Yury.Novitsky@Amdocs.com>
Date: Thu Aug 24 14:08:30 2017 +0300
Fix aai-model-loader-logs
1. Create aai/model-loader/logs folder in config-init
2. Fix aai-model-loader-logs volume name
Change-Id: Ib66b8a226be9f5c42b06e6e7a239af081ad6d874
Issue-ID: OOM-65
Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
commit 441adcffd7041266378ae251f36592da5a44f2c2
Author: yuryn <Yury.Novitsky@Amdocs.com>
Date: Mon Aug 21 17:18:42 2017 +0300
[WIP] Add new AAI configuration files
Addressed review comments:
1. Use k8s lookup names for host names
2. Use existing /opt/data/hdfs-data-name folder
3. Remove redundant entries in yaml files
Change-Id: Ied5f559aebc89c9a22b3e5228e6625af86646b5f
Issue-ID: OOM-65
Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
commit 0473270da932e4bbf596007fd8fb7ec3cba4e1cc
Author: yuryn <Yury.Novitsky@amdocs.com>
Date: Sun Aug 20 18:48:51 2017 +0300
Add gremlin and ES services
Issue-ID: OOM-65
Change-Id: I3e879418a1258716db1633676cf66bb9620c2b5f
Signed-off-by: yuryn <Yury.Novitsky@amdocs.com>
commit 0b1332938385cc534b1f034b73f19c145ead87c6
Author: Munir Ahmad <munir.ahmad@bell.ca>
Date: Tue Aug 15 15:36:46 2017 -0400
onap 1.1 deployment files work in progress...
issue-id: OOM-66
Change-Id: If6553647343bb07464e8cc8556223f0c7a01f134
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Issue-ID: OOM-65
Change-Id: I4afc3d2457a27791ba72f959c82d791b50e02eb2
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Signed-off-by: Eric Au <kachun.au@amdocs.com>
Signed-off-by: ronakvy <ronak.vyas@amdocs.com>
Diffstat (limited to 'kubernetes/aai/templates/all-services.yaml')
-rw-r--r-- | kubernetes/aai/templates/all-services.yaml | 127 |
1 files changed, 125 insertions, 2 deletions
diff --git a/kubernetes/aai/templates/all-services.yaml b/kubernetes/aai/templates/all-services.yaml index 2c0fbc4a5b..93fbf1999c 100644 --- a/kubernetes/aai/templates/all-services.yaml +++ b/kubernetes/aai/templates/all-services.yaml @@ -7,8 +7,20 @@ metadata: app: hbase spec: ports: - - name: "hbase-port" - port: 8020 + - name: "hbase-port-1" + port: 2181 + - name: "hbase-port-2" + port: 8080 + - name: "hbase-port-3" + port: 8085 + - name: "hbase-port-4" + port: 9090 + - name: "hbase-port-5" + port: 16000 + - name: "hbase-port-6" + port: 16010 + - name: "hbase-port-7" + port: 16201 selector: app: hbase clusterIP: None @@ -52,3 +64,114 @@ spec: type: NodePort selector: app: model-loader-service +--- +apiVersion: v1 +kind: Service +metadata: + name: gremlin + namespace: "{{ .Values.nsPrefix }}-aai" + labels: + app: gremlin +spec: + ports: + - name: "gremlin-port" + port: 8182 + selector: + app: gremlin + clusterIP: None +--- +apiVersion: v1 +kind: Service +metadata: + name: elasticsearch + namespace: "{{ .Values.nsPrefix }}-aai" + labels: + app: elasticsearch +spec: + ports: + - name: "elasticsearch-port" + port: 9200 + selector: + app: elasticsearch + clusterIP: None +--- +apiVersion: v1 +kind: Service +metadata: + name: search-data-service + namespace: "{{ .Values.nsPrefix }}-aai" + labels: + app: search-data-service +spec: + ports: + - name: "search-data-service-port-9509" + port: 9509 + selector: + app: search-data-service + clusterIP: None +--- +apiVersion: v1 +kind: Service +metadata: + name: aai-dmaap + namespace: "{{ .Values.nsPrefix }}-aai" + labels: + app: aai-dmaap +spec: + ports: + - name: "aai-dmaap-port-3904" + port: 3904 + - name: "aai-dmaap-port-3905" + port: 3905 + selector: + app: aai-dmaap + clusterIP: None +--- +apiVersion: v1 +kind: Service +metadata: + name: aai-zookeeper + namespace: "{{ .Values.nsPrefix }}-aai" + labels: + app: aai-zookeeper +spec: + ports: + - name: "aai-zookeeper-port-2181" + port: 2181 + selector: + app: aai-zookeeper + clusterIP: None +--- +apiVersion: v1 +kind: Service +metadata: + name: aai-traversal + namespace: "{{ .Values.nsPrefix }}-aai" + labels: + app: aai-traversal +spec: + ports: + - name: "aai-traversal-port-8446" + port: 8446 + - name: aai-traversal-port-debug + port: 5005 + selector: + app: aai-traversal + clusterIP: None +--- +apiVersion: v1 +kind: Service +metadata: + name: aai-resources + namespace: "{{ .Values.nsPrefix }}-aai" + labels: + app: aai-resources +spec: + ports: + - name: "aai-resources-port-8447" + port: 8447 + - name: aai-resources-port-debug + port: 5005 + selector: + app: aai-resources + clusterIP: None
\ No newline at end of file |