aboutsummaryrefslogtreecommitdiffstats
path: root/network/endpoints/endpoint_data.yaml
blob: 23c1ce1ee75628e3485c97f74d8b9d5a0a19ca11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
# Data in this file is used to generate the endpoint_map.yaml template.
# Run the script build_endpoint_map.py to regenerate the file.

Aodh:
    Internal:
        net_param: AodhApi
    Public:
        net_param: Public
    Admin:
        net_param: AodhApi
    port: 8042

Barbican:
    Internal:
        net_param: BarbicanApi
    Public:
        net_param: Public
    Admin:
        net_param: BarbicanApi
    port: 9311

Ceilometer:
    Internal:
        net_param: CeilometerApi
    Public:
        net_param: Public
    Admin:
        net_param: CeilometerApi
    port: 8777

Gnocchi:
    Internal:
        net_param: GnocchiApi
    Public:
        net_param: Public
    Admin:
        net_param: GnocchiApi
    port: 8041

Panko:
    Internal:
        net_param: PankoApi
    Public:
        net_param: Public
    Admin:
        net_param: PankoApi
    port: 8779

Cinder:
    Internal:
        net_param: CinderApi
        uri_suffixes:
            '': /v1/%(tenant_id)s
            V2: /v2/%(tenant_id)s
            V3: /v3/%(tenant_id)s
    Public:
        net_param: Public
        uri_suffixes:
            '': /v1/%(tenant_id)s
            V2: /v2/%(tenant_id)s
            V3: /v3/%(tenant_id)s
    Admin:
        net_param: CinderApi
        uri_suffixes:
            '': /v1/%(tenant_id)s
            V2: /v2/%(tenant_id)s
            V3: /v3/%(tenant_id)s
    port: 8776

Glance:
    Internal:
        net_param: GlanceApi
    Public:
        net_param: Public
    Admin:
        net_param: GlanceApi
    port: 9292

Mysql:
    Internal:
        net_param: Mysql
    protocol: mysql+pymysql
    port: 3306

Heat:
    Internal:
        net_param: HeatApi
        uri_suffixes:
            '': /v1/%(tenant_id)s
    Public:
        net_param: Public
        uri_suffixes:
            '': /v1/%(tenant_id)s
    Admin:
        net_param: HeatApi
        uri_suffixes:
            '': /v1/%(tenant_id)s
    port: 8004

HeatCfn:
    Internal:
        net_param: HeatApi
        uri_suffixes:
            '': /v1
    Public:
        net_param: Public
        uri_suffixes:
            '': /v1
    Admin:
        net_param: HeatApi
        uri_suffixes:
            '': /v1
    port: 8000

Horizon:
    Public:
        net_param: Public
        uri_suffixes:
            '': /dashboard
    port: 80

# TODO(ayoung): V3 is a temporary fix. Endpoints should be versionless.
# Required for https://bugs.launchpad.net/puppet-nova/+bug/1542486
Keystone:
    Internal:
        net_param: KeystonePublicApi
        uri_suffixes:
            '': /v2.0
            EC2: /v2.0/ec2tokens
            V3: /v3
        names:
            EC2: KeystoneEC2
    Public:
        net_param: Public
        uri_suffixes:
            '': /v2.0
            V3: /v3
    Admin:
        net_param: KeystoneAdminApi
        uri_suffixes:
            '': /v2.0
            V3: /v3
        port: 35357
    port: 5000

Manila:
    Internal:
        net_param: ManilaApi
        uri_suffixes:
            '': /v2/%(tenant_id)s
            V1: /v1/%(tenant_id)s
    Public:
        net_param: Public
        uri_suffixes:
            '': /v2/%(tenant_id)s
            V1: /v1/%(tenant_id)s
    Admin:
        net_param: ManilaApi
        uri_suffixes:
            '': /v2/%(tenant_id)s
            V1: /v1/%(tenant_id)s
    port: 8786

Mistral:
    Internal:
        net_param: MistralApi
        uri_suffixes:
            '': /v2
    Public:
        net_param: Public
        uri_suffixes:
            '': /v2
    Admin:
        net_param: MistralApi
        uri_suffixes:
            '': /v2
    port: 8989

Neutron:
    Internal:
        net_param: NeutronApi
    Public:
        net_param: Public
    Admin:
        net_param: NeutronApi
    port: 9696

Nova:
    Internal:
        net_param: NovaApi
        uri_suffixes:
            '': /v2.1
    Public:
        net_param: Public
        uri_suffixes:
            '': /v2.1
    Admin:
        net_param: NovaApi
        uri_suffixes:
            '': /v2.1
    port: 8774

NovaPlacement:
    Internal:
        net_param: NovaApi
        uri_suffixes:
            '': /placement
    Public:
        net_param: Public
        uri_suffixes:
            '': /placement
    Admin:
        net_param: NovaApi
        uri_suffixes:
            '': /placement
    port: 8778

NovaVNCProxy:
    Internal:
        net_param: NovaApi
    Public:
        net_param: Public
    Admin:
        net_param: NovaApi
    port: 6080

Swift:
    Internal:
        net_param: SwiftProxy
        uri_suffixes:
            '': /v1/AUTH_%(tenant_id)s
            S3:
    Public:
        net_param: Public
        uri_suffixes:
            '': /v1/AUTH_%(tenant_id)s
            S3:
    Admin:
        net_param: SwiftProxy
        uri_suffixes:
            '':
            S3:
    port: 8080

CephRgw:
    Internal:
        net_param: CephRgw
        uri_suffixes:
            '': /swift/v1
    Public:
        net_param: Public
        uri_suffixes:
            '': /swift/v1
    Admin:
        net_param: CephRgw
        uri_suffixes:
            '': /swift/v1
    port: 8080

Sahara:
    Internal:
        net_param: SaharaApi
        uri_suffixes:
            '': /v1.1/%(tenant_id)s
    Public:
        net_param: Public
        uri_suffixes:
            '': /v1.1/%(tenant_id)s
    Admin:
        net_param: SaharaApi
        uri_suffixes:
            '': /v1.1/%(tenant_id)s
    port: 8386

Ironic:
    Internal:
        net_param: IronicApi
        uri_suffixes:
            '': /v1
    Public:
        net_param: Public
        uri_suffixes:
            '': /v1
    Admin:
        net_param: IronicApi
        uri_suffixes:
            '': /v1
    port: 6385

Zaqar:
    Internal:
        net_param: ZaqarApi
    Public:
        net_param: Public
    Admin:
        net_param: ZaqarApi
    port: 8888

ZaqarWebSocket:
    Internal:
        net_param: ZaqarApi
    Public:
        net_param: Public
    Admin:
        net_param: ZaqarApi
    port: 9000
    protocol: ws