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