Jakub Latusek | 44f0fdd | 2020-10-21 13:36:29 +0200 | [diff] [blame] | 1 | {{/* |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 2 | # Copyright © 2018 AT&T USA |
vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
Jakub Latusek | 44f0fdd | 2020-10-21 13:36:29 +0200 | [diff] [blame] | 15 | */}} |
Mike Elliott | d32d36e | 2018-02-12 15:54:03 -0500 | [diff] [blame] | 16 | apiVersion: v1 |
| 17 | kind: Service |
| 18 | metadata: |
Mike Elliott | 282751f | 2018-04-19 17:24:08 -0400 | [diff] [blame] | 19 | name: {{ include "common.servicename" . }} |
Mike Elliott | d32d36e | 2018-02-12 15:54:03 -0500 | [diff] [blame] | 20 | namespace: {{ include "common.namespace" . }} |
| 21 | labels: |
| 22 | app: {{ include "common.name" . }} |
| 23 | chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} |
Krzysztof Opasiak | 137d7cc | 2020-01-24 23:49:11 +0100 | [diff] [blame] | 24 | release: {{ include "common.release" . }} |
Mike Elliott | d32d36e | 2018-02-12 15:54:03 -0500 | [diff] [blame] | 25 | heritage: {{ .Release.Service }} |
| 26 | annotations: |
| 27 | msb.onap.org/service-info: '[ |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 28 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 29 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 30 | "version": "v1", |
| 31 | "url": "/onap/so/infra/cloudResources/{version:[vV][1]}/operationalEnvironments", |
| 32 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 33 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 34 | "visualRange":"0", |
| 35 | "lb_policy":"ip_hash" |
| 36 | }, |
| 37 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 38 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 39 | "version": "v1", |
| 40 | "url": "/onap/so/infra/cloudResources/{version:[vV][1]}/operationalEnvironments/{operationalEnvironmentId}/activate", |
| 41 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 42 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 43 | "visualRange":"0", |
| 44 | "lb_policy":"ip_hash" |
| 45 | }, |
| 46 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 47 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 48 | "version": "v1", |
| 49 | "url": "/onap/so/infra/cloudResources/{version:[vV][1]}/operationalEnvironments/{operationalEnvironmentId}/deactivate", |
| 50 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 51 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 52 | "visualRange":"0", |
| 53 | "lb_policy":"ip_hash" |
| 54 | }, |
| 55 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 56 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 57 | "version": "v1", |
| 58 | "url": "/onap/so/infra/cloudResourcesRequests/{version:[vV][1]}/{requestId}/unlock", |
| 59 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 60 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 61 | "visualRange":"0", |
| 62 | "lb_policy":"ip_hash" |
| 63 | }, |
| 64 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 65 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 66 | "version": "v1", |
| 67 | "url": "/onap/so/infra/cloudResourcesRequests/{version:[vV][1]}", |
| 68 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 69 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 70 | "visualRange":"0", |
| 71 | "lb_policy":"ip_hash" |
| 72 | }, |
| 73 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 74 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 75 | "version": "v1", |
| 76 | "url": "/onap/so/infra/orchestrationRequests/{version:[vV][4-7]}/{requestId}", |
| 77 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 78 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 79 | "visualRange":"0", |
| 80 | "lb_policy":"ip_hash" |
| 81 | }, |
| 82 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 83 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 84 | "version": "v1", |
| 85 | "url": "/onap/so/infra/orchestrationRequests/{version:[vV][4-7]}", |
| 86 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 87 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 88 | "visualRange":"0", |
| 89 | "lb_policy":"ip_hash" |
| 90 | }, |
| 91 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 92 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 93 | "version": "v1", |
| 94 | "url": "/onap/so/infra/orchestrationRequests/{version:[vV][4-7]}/{requestId}/unlock", |
| 95 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 96 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 97 | "visualRange":"0", |
| 98 | "lb_policy":"ip_hash" |
| 99 | }, |
| 100 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 101 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 102 | "version": "v1", |
| 103 | "url": "/onap/so/infra/serviceInstantiation/{version:[vV][5-7]}/serviceInstances", |
| 104 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 105 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 106 | "visualRange":"0", |
| 107 | "lb_policy":"ip_hash" |
| 108 | }, |
| 109 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 110 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 111 | "version": "v1", |
| 112 | "url": "/onap/so/infra/serviceInstantiation/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/activate", |
| 113 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 114 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 115 | "visualRange":"0", |
| 116 | "lb_policy":"ip_hash" |
| 117 | }, |
| 118 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 119 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 120 | "version": "v1", |
| 121 | "url": "/onap/so/infra/serviceInstantiation/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/deactivate", |
| 122 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 123 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 124 | "visualRange":"0", |
| 125 | "lb_policy":"ip_hash" |
| 126 | }, |
| 127 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 128 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 129 | "version": "v1", |
| 130 | "url": "/onap/so/infra/serviceInstantiationRequests/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}", |
| 131 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 132 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 133 | "visualRange":"0", |
| 134 | "lb_policy":"ip_hash" |
| 135 | }, |
| 136 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 137 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 138 | "version": "v1", |
| 139 | "url": "/onap/so/infra/serviceInstantiationRequests/{version:[vV][7]}/serviceInstances/assign", |
| 140 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 141 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 142 | "visualRange":"0", |
| 143 | "lb_policy":"ip_hash" |
| 144 | }, |
| 145 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 146 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 147 | "version": "v1", |
| 148 | "url": "/onap/so/infra/serviceInstantiation/{version:[vV][7]}/serviceInstances/{serviceInstanceId}/unassign", |
| 149 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 150 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 151 | "visualRange":"0", |
| 152 | "lb_policy":"ip_hash" |
| 153 | }, |
| 154 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 155 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 156 | "version": "v1", |
| 157 | "url": "/onap/so/infra/serviceInstantiation/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/configurations", |
| 158 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 159 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 160 | "visualRange":"0", |
| 161 | "lb_policy":"ip_hash" |
| 162 | }, |
| 163 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 164 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 165 | "version": "v1", |
| 166 | "url": "/onap/so/infra/serviceInstantiation/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}", |
| 167 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 168 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 169 | "visualRange":"0", |
| 170 | "lb_policy":"ip_hash" |
| 171 | }, |
| 172 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 173 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 174 | "version": "v1", |
| 175 | "url": "/onap/so/infra/serviceInstantiation/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/enablePort", |
| 176 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 177 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 178 | "visualRange":"0", |
| 179 | "lb_policy":"ip_hash" |
| 180 | }, |
| 181 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 182 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 183 | "version": "v1", |
| 184 | "url": "/onap/so/infra/serviceInstantiation/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/disablePort", |
| 185 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 186 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 187 | "visualRange":"0", |
| 188 | "lb_policy":"ip_hash" |
| 189 | }, |
| 190 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 191 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 192 | "version": "v1", |
| 193 | "url": "/onap/so/infra/serviceInstantiation/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/activate", |
| 194 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 195 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 196 | "visualRange":"0", |
| 197 | "lb_policy":"ip_hash" |
| 198 | }, |
| 199 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 200 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 201 | "version": "v1", |
| 202 | "url": "/onap/so/infra/serviceInstantiationRequests/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/configurations/{configurationInstanceId}/deactivate", |
| 203 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 204 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 205 | "visualRange":"0", |
| 206 | "lb_policy":"ip_hash" |
| 207 | }, |
| 208 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 209 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 210 | "version": "v1", |
| 211 | "url": "/onap/so/infra/serviceInstantiationRequests/{version:[vV][6-7]}/serviceInstances/{serviceInstanceId}/addRelationships", |
| 212 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 213 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 214 | "visualRange":"0", |
| 215 | "lb_policy":"ip_hash" |
| 216 | }, |
| 217 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 218 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 219 | "version": "v1", |
| 220 | "url": "/onap/so/infra/serviceInstantiation/{version:[vV][6-7]}/serviceInstances/{serviceInstanceId}/removeRelationships", |
| 221 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 222 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 223 | "visualRange":"0", |
| 224 | "lb_policy":"ip_hash" |
| 225 | }, |
| 226 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 227 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 228 | "version": "v1", |
| 229 | "url": "/onap/so/infra/serviceInstantiation/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/vnfs", |
| 230 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 231 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 232 | "visualRange":"0", |
| 233 | "lb_policy":"ip_hash" |
| 234 | }, |
| 235 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 236 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 237 | "version": "v1", |
| 238 | "url": "/onap/so/infra/serviceInstantiation/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/replace", |
| 239 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 240 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 241 | "visualRange":"0", |
| 242 | "lb_policy":"ip_hash" |
| 243 | }, |
| 244 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 245 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 246 | "version": "v1", |
| 247 | "url": "/onap/so/infra/serviceInstantiation/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}", |
| 248 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 249 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 250 | "visualRange":"0", |
| 251 | "lb_policy":"ip_hash" |
| 252 | }, |
| 253 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 254 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 255 | "version": "v1", |
| 256 | "url": "/onap/so/infra/serviceInstantiation/{version:[vV][6-7]}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/applyUpdatedConfig", |
| 257 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 258 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 259 | "visualRange":"0", |
| 260 | "lb_policy":"ip_hash" |
| 261 | }, |
| 262 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 263 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 264 | "version": "v1", |
| 265 | "url": "/onap/so/infra/serviceInstantiation/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}", |
| 266 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 267 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 268 | "visualRange":"0", |
| 269 | "lb_policy":"ip_hash" |
| 270 | }, |
| 271 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 272 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 273 | "version": "v1", |
| 274 | "url": "/onap/so/infra/serviceInstantiationRequests/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules", |
| 275 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 276 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 277 | "visualRange":"0", |
| 278 | "lb_policy":"ip_hash" |
| 279 | }, |
| 280 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 281 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 282 | "version": "v1", |
| 283 | "url": "/onap/so/infra/serviceInstantiationRequests/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}/replace", |
| 284 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 285 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 286 | "visualRange":"0", |
| 287 | "lb_policy":"ip_hash" |
| 288 | }, |
| 289 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 290 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 291 | "version": "v1", |
| 292 | "url": "/onap/so/infra/serviceInstantiationRequests/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}", |
| 293 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 294 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 295 | "visualRange":"0", |
| 296 | "lb_policy":"ip_hash" |
| 297 | }, |
| 298 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 299 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 300 | "version": "v1", |
| 301 | "url": "/onap/so/infra/serviceInstantiationRequests/{version:[vV][6-7]}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/inPlaceSoftwareUpdate", |
| 302 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 303 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 304 | "visualRange":"0", |
| 305 | "lb_policy":"ip_hash" |
| 306 | }, |
| 307 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 308 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 309 | "version": "v1", |
| 310 | "url": "/onap/so/infra/serviceInstantiationRequests/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}", |
| 311 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 312 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 313 | "visualRange":"0", |
| 314 | "lb_policy":"ip_hash" |
| 315 | }, |
| 316 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 317 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 318 | "version": "v1", |
| 319 | "url": "/onap/so/infra/serviceInstantiation/{version:[vV][7]}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/{vfmoduleInstanceId}/deactivateAndCloudDelete", |
| 320 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 321 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 322 | "visualRange":"0", |
| 323 | "lb_policy":"ip_hash" |
| 324 | }, |
| 325 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 326 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 327 | "version": "v1", |
| 328 | "url": "/onap/so/infra/serviceInstantiation/{version:[vV][7]}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/scaleOut", |
| 329 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 330 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 331 | "visualRange":"0", |
| 332 | "lb_policy":"ip_hash" |
| 333 | }, |
| 334 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 335 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 336 | "version": "v1", |
| 337 | "url": "/onap/so/infra/serviceInstantiation/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups", |
| 338 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 339 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 340 | "visualRange":"0", |
| 341 | "lb_policy":"ip_hash" |
| 342 | }, |
| 343 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 344 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 345 | "version": "v1", |
| 346 | "url": "/onap/so/infra/serviceInstantiationRequests/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups/{volumeGroupInstanceId}", |
| 347 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 348 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 349 | "visualRange":"0", |
| 350 | "lb_policy":"ip_hash" |
| 351 | }, |
| 352 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 353 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 354 | "version": "v1", |
| 355 | "url": "/onap/so/infra/serviceInstantiationRequests/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/volumeGroups/{volumeGroupInstanceId}", |
| 356 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 357 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 358 | "visualRange":"0", |
| 359 | "lb_policy":"ip_hash" |
| 360 | }, |
| 361 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 362 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 363 | "version": "v1", |
| 364 | "url": "/onap/so/infra/serviceInstantiation/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/networks", |
| 365 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 366 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 367 | "visualRange":"0", |
| 368 | "lb_policy":"ip_hash" |
| 369 | }, |
| 370 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 371 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 372 | "version": "v1", |
| 373 | "url": "/onap/so/infra/serviceInstantiationRequests/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/networks/{networkInstanceId}", |
| 374 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 375 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 376 | "visualRange":"0", |
| 377 | "lb_policy":"ip_hash" |
| 378 | }, |
| 379 | { |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 380 | "serviceName": "so", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 381 | "version": "v1", |
| 382 | "url": "/onap/so/infra/serviceInstantiationRequests/{version:[vV][5-7]}/serviceInstances/{serviceInstanceId}/networks/{networkInstanceId}", |
| 383 | "protocol": "REST", |
Ramesh Parthasarathy | f8b4b96 | 2018-10-05 21:47:36 +0000 | [diff] [blame] | 384 | "port": "{{ .Values.service.internalPort }}", |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 385 | "visualRange":"0", |
| 386 | "lb_policy":"ip_hash" |
| 387 | } |
| 388 | ]' |
Mike Elliott | d32d36e | 2018-02-12 15:54:03 -0500 | [diff] [blame] | 389 | spec: |
| 390 | type: {{ .Values.service.type }} |
| 391 | ports: |
| 392 | {{if eq .Values.service.type "NodePort" -}} |
| 393 | - port: {{ .Values.service.internalPort }} |
Mike Elliott | 282751f | 2018-04-19 17:24:08 -0400 | [diff] [blame] | 394 | nodePort: {{ .Values.global.nodePortPrefix | default .Values.nodePortPrefix }}{{ .Values.service.nodePort }} |
| 395 | name: {{ .Values.service.portName }} |
Mike Elliott | d32d36e | 2018-02-12 15:54:03 -0500 | [diff] [blame] | 396 | {{- else -}} |
| 397 | - port: {{ .Values.service.externalPort }} |
| 398 | targetPort: {{ .Values.service.internalPort }} |
Mike Elliott | 282751f | 2018-04-19 17:24:08 -0400 | [diff] [blame] | 399 | name: {{ .Values.service.portName }} |
Mike Elliott | d32d36e | 2018-02-12 15:54:03 -0500 | [diff] [blame] | 400 | {{- end}} |
| 401 | selector: |
| 402 | app: {{ include "common.name" . }} |
Krzysztof Opasiak | 137d7cc | 2020-01-24 23:49:11 +0100 | [diff] [blame] | 403 | release: {{ include "common.release" . }} |