blob: 51f365cb19e2ca0687ca34bc004dd52c5f331915 [file] [log] [blame]
DenisGNoonan90438072024-08-14 12:38:47 +01001################################################################################
2# Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved. #
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. #
15################################################################################
16
17---
18
19# Preload services for smo install
20
21policy-apex-pdp:
22 AefProfiles:
23 - interfaceDescriptions:
24 - ipv4Addr: "policy-apex-pdp.nonrtric.svc.cluster.local"
25 port: 6969
26 securityMethods:
27 - PKI
28 Versions:
29 - ApiVersion: ""
30 Resources:
31 - CommType: REQUEST_RESPONSE
32 Operations:
33 - DELETE
34 - GET
35 - PATCH
36 - POST
37 - PUT
38 ResourceName: root
39 Uri: "/"
40 ApiName: policy-apex-pdp-http
41
42policy-api:
43 AefProfiles:
44 - interfaceDescriptions:
45 - ipv4Addr: "policy-api.nonrtric.svc.cluster.local"
46 port: 6969
47 securityMethods:
48 - PKI
49 Versions:
50 - ApiVersion: ""
51 Resources:
52 - CommType: REQUEST_RESPONSE
53 Operations:
54 - DELETE
55 - GET
56 - PATCH
57 - POST
58 - PUT
59 ResourceName: root
60 Uri: "/"
61 ApiName: policy-api-http
62
63policy-pap:
64 AefProfiles:
65 - interfaceDescriptions:
66 - ipv4Addr: "policy-pap.nonrtric.svc.cluster.local"
67 port: 6969
68 securityMethods:
69 - PKI
70 - ipv4Addr: "policy-pap.nonrtric.svc.cluster.local"
71 port: 5005
72 securityMethods:
73 - PSK
74 Versions:
75 - ApiVersion: ""
76 Resources:
77 - CommType: REQUEST_RESPONSE
78 Operations:
79 - DELETE
80 - GET
81 - PATCH
82 - POST
83 - PUT
84 ResourceName: root
85 Uri: "/"
86 ApiName: policy-pap-http
87
88sdnc-oam:
89 AefProfiles:
90 - interfaceDescriptions:
91 - ipv4Addr: "sdnc-oam.nonrtric.svc.cluster.local"
92 port: 8282
93 securityMethods:
94 - PKI
95 - ipv4Addr: "sdnc-oam.nonrtric.svc.cluster.local"
96 port: 8202
97 securityMethods:
98 - PSK
99 Versions:
100 - ApiVersion: ""
101 Resources:
102 - CommType: REQUEST_RESPONSE
103 Operations:
104 - DELETE
105 - GET
106 - PATCH
107 - POST
108 - PUT
109 ResourceName: root
110 Uri: "/"
111 ApiName: sdnc-oam-http
112
113sdnc-web:
114 AefProfiles:
115 - interfaceDescriptions:
116 - ipv4Addr: "sdnc-web.nonrtric.svc.cluster.local"
117 port: 8080
118 securityMethods:
119 - PKI
120 Versions:
121 - ApiVersion: ""
122 Resources:
123 - CommType: REQUEST_RESPONSE
124 Operations:
125 - DELETE
126 - GET
127 - PATCH
128 - POST
129 - PUT
130 ResourceName: root
131 Uri: "/"
132 ApiName: sdnc-web-http