-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathopenstack-operator.clusterserviceversion.yaml
More file actions
768 lines (768 loc) · 43 KB
/
openstack-operator.clusterserviceversion.yaml
File metadata and controls
768 lines (768 loc) · 43 KB
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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
annotations:
alm-examples: '[]'
capabilities: Seamless Upgrades
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "true"
features.operators.openshift.io/proxy-aware: "false"
features.operators.openshift.io/tls-profiles: "false"
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
operatorframework.io/suggested-namespace: openstack-operators
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
Platform Plus"]'
operators.operatorframework.io/builder: operator-sdk-v1.41.0
operators.operatorframework.io/internal-objects: '["openstackclients.client.openstack.org","openstackdataplaneservices.dataplane.openstack.org"]'
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
name: openstack-operator.v0.0.0
namespace: placeholder
spec:
apiservicedefinitions: {}
customresourcedefinitions:
owned:
- description: OpenStackClient is the Schema for the openstackclients API
displayName: OpenStack Client
kind: OpenStackClient
name: openstackclients.client.openstack.org
specDescriptors:
- description: List of environment variables to set in the container.
displayName: Env
path: env
version: v1beta1
- description: OpenStackControlPlane is the Schema for the openstackcontrolplanes
API
displayName: OpenStack ControlPlane
kind: OpenStackControlPlane
name: openstackcontrolplanes.core.openstack.org
specDescriptors:
- description: |-
ApplicationCredential - Global configuration for ApplicationCredentials.
Both this global section AND the per-service applicationCredential section
must be enabled for a service to use ApplicationCredentials.
If omitted, defaults to enabled=false with standard expiration/grace periods.
displayName: Application Credential
path: applicationCredential
- description: Barbican - Parameters related to the Barbican service
displayName: Barbican
path: barbican
- description: APIOverride, provides the ability to override the generated manifest
of several child resources.
displayName: APIOverride
path: barbican.apiOverride
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: barbican.apiOverride.tls
- description: ApplicationCredential allows service-specific overrides of the
global AC configuration.
displayName: Application Credential
path: barbican.applicationCredential
- description: Enabled - Whether Barbican service should be deployed and managed
displayName: Enabled
path: barbican.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Template - Overrides to use when creating the Barbican Service
displayName: Template
path: barbican.template
- description: Cinder - Parameters related to the Cinder service
displayName: Cinder
path: cinder
- description: APIOverride, provides the ability to override the generated manifest
of several child resources.
displayName: APIOverride
path: cinder.apiOverride
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: cinder.apiOverride.tls
- description: ApplicationCredential allows service-specific overrides of the
global AC configuration.
displayName: Application Credential
path: cinder.applicationCredential
- description: Enabled - Whether Cinder service should be deployed and managed
displayName: Enabled
path: cinder.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Template - Overrides to use when creating Cinder Resources
displayName: Template
path: cinder.template
- description: Designate - Parameters related to the Designate service
displayName: Designate
path: designate
- description: APIOverride, provides the ability to override the generated manifest
of several child resources.
displayName: APIOverride
path: designate.apiOverride
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: designate.apiOverride.tls
- description: ApplicationCredential allows service-specific overrides of the
global AC configuration.
displayName: Application Credential
path: designate.applicationCredential
- description: Enabled - Whether the Designate service should be deployed and
managed
displayName: Enabled
path: designate.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Template - Overrides to use when creating Designate Resources
displayName: Template
path: designate.template
- description: DNS - Parameters related to the DNSMasq service
displayName: DNS
path: dns
- description: Enabled - Whether DNSMasq service should be deployed and managed
displayName: Enabled
path: dns.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Template - Overrides to use when creating the DNSMasq service
displayName: Template
path: dns.template
- displayName: Vol Mounts
path: extraMounts[0].extraVol
- displayName: Name
path: extraMounts[0].name
- displayName: Region
path: extraMounts[0].region
- description: Galera - Parameters related to the Galera services
displayName: Galera
path: galera
- description: Enabled - Whether Galera services should be deployed and managed
displayName: Enabled
path: galera.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Templates - Overrides to use when creating the Galera databases
displayName: Templates
path: galera.templates
- description: Glance - Parameters related to the Glance service
displayName: Glance
path: glance
- description: APIOverride, provides the ability to override the generated manifest
of several child resources.
displayName: APIOverride
path: glance.apiOverrides
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: glance.apiOverrides.tls
- description: ApplicationCredential allows service-specific overrides of the
global AC configuration.
displayName: Application Credential
path: glance.applicationCredential
- description: Enabled - Whether Glance service should be deployed and managed
displayName: Enabled
path: glance.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Template - Overrides to use when creating the Glance Service
displayName: Template
path: glance.template
- description: Heat - Parameters related to the Heat services
displayName: Heat
path: heat
- description: APIOverride, provides the ability to override the generated manifest
of several child resources.
displayName: APIOverride
path: heat.apiOverride
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: heat.apiOverride.tls
- description: ApplicationCredential allows service-specific overrides of the
global AC configuration.
displayName: Application Credential
path: heat.applicationCredential
- description: CnfAPIOverride, provides the ability to override the generated
manifest of several child resources.
displayName: Cnf APIOverride
path: heat.cnfAPIOverride
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: heat.cnfAPIOverride.tls
- description: Enabled - Whether Heat services should be deployed and managed
displayName: Enabled
path: heat.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Template - Overrides to use when creating the Heat services
displayName: Template
path: heat.template
- description: Horizon - Parameters related to the Horizon services
displayName: Horizon
path: horizon
- description: APIOverride, provides the ability to override the generated manifest
of several child resources.
displayName: APIOverride
path: horizon.apiOverride
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: horizon.apiOverride.tls
- description: Enabled - Whether Horizon services should be deployed and managed
displayName: Enabled
path: horizon.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Template - Overrides to use when creating the Horizon services
displayName: Template
path: horizon.template
- description: Ironic - Parameters related to the Ironic services
displayName: Ironic
path: ironic
- description: APIOverride, provides the ability to override the generated manifest
of several child resources.
displayName: APIOverride
path: ironic.apiOverride
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: ironic.apiOverride.tls
- description: ApplicationCredential allows service-specific overrides of the
global AC configuration.
displayName: Application Credential
path: ironic.applicationCredential
- description: Enabled - Whether Ironic services should be deployed and managed
displayName: Enabled
path: ironic.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: InspectorOverride, provides the ability to override the generated
manifest of several child resources.
displayName: Inspector Override
path: ironic.inspectorOverride
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: ironic.inspectorOverride.tls
- description: Template - Overrides to use when creating the Ironic services
displayName: Template
path: ironic.template
- description: Keystone - Parameters related to the Keystone service
displayName: Keystone
path: keystone
- description: APIOverride, provides the ability to override the generated manifest
of several child resources.
displayName: APIOverride
path: keystone.apiOverride
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: keystone.apiOverride.tls
- description: Enabled - Whether Keystone service should be deployed and managed
displayName: Enabled
path: keystone.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Template - Overrides to use when creating the Keystone service
displayName: Template
path: keystone.template
- description: Manila - Parameters related to the Manila service
displayName: Manila
path: manila
- description: APIOverride, provides the ability to override the generated manifest
of several child resources.
displayName: APIOverride
path: manila.apiOverride
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: manila.apiOverride.tls
- description: ApplicationCredential allows service-specific overrides of the
global AC configuration.
displayName: Application Credential
path: manila.applicationCredential
- description: Enabled - Whether Manila service should be deployed and managed
displayName: Enabled
path: manila.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Template - Overrides to use when creating Manila Resources
displayName: Template
path: manila.template
- description: Memcached - Parameters related to the Memcached service
displayName: Memcached
path: memcached
- description: Enabled - Whether Memcached services should be deployed and managed
displayName: Enabled
path: memcached.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Templates - Overrides to use when creating the Memcached databases
displayName: Templates
path: memcached.templates
- description: Neutron - Overrides to use when creating the Neutron Service
displayName: Neutron
path: neutron
- description: APIOverride, provides the ability to override the generated manifest
of several child resources.
displayName: APIOverride
path: neutron.apiOverride
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: neutron.apiOverride.tls
- description: ApplicationCredential allows service-specific overrides of the
global AC configuration.
displayName: Application Credential
path: neutron.applicationCredential
- description: Enabled - Whether Neutron service should be deployed and managed
displayName: Enabled
path: neutron.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Template - Overrides to use when creating the Neutron Service
displayName: Template
path: neutron.template
- description: NodeSelector to target subset of worker nodes running control
plane services
displayName: Node Selector
path: nodeSelector
- description: Nova - Parameters related to the Nova services
displayName: Nova
path: nova
- description: APIOverride, provides the ability to override the generated manifest
of several child resources.
displayName: APIOverride
path: nova.apiOverride
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: nova.apiOverride.tls
- description: ApplicationCredential allows service-specific overrides of the
global AC configuration.
displayName: Application Credential
path: nova.applicationCredential
- description: |-
CellOverride, provides the ability to override the generated manifest of several child resources
for a nova cell. cell0 never have compute nodes and therefore it won't have a noVNCProxy deployed.
Providing an override for cell0 noVNCProxy does not have an effect.
displayName: Cell Override
path: nova.cellOverride
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: nova.cellOverride.noVNCProxy.tls
- description: Enabled - Whether Nova services should be deployed and managed
displayName: Enabled
path: nova.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Template - Overrides to use when creating the Nova services
displayName: Template
path: nova.template
- description: Octavia - Parameters related to the Octavia service
displayName: Octavia
path: octavia
- description: APIOverride, provides the ability to override the generated manifest
of several child resources.
displayName: APIOverride
path: octavia.apiOverride
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: octavia.apiOverride.tls
- description: ApplicationCredential allows service-specific overrides of the
global AC configuration.
displayName: Application Credential
path: octavia.applicationCredential
- description: Enabled - Whether the Octavia service should be deployed and
managed
displayName: Enabled
path: octavia.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Template - Overrides to use when creating Octavia Resources
displayName: Template
path: octavia.template
- description: OpenStackClient - Parameters related to the OpenStackClient
displayName: OpenStack Client
path: openstackclient
- description: Template - Overrides to use when creating the OpenStackClient
Resource
displayName: Template
path: openstackclient.template
- description: List of environment variables to set in the container.
displayName: Env
path: openstackclient.template.env
- description: Ovn - Overrides to use when creating the OVN Services
displayName: Ovn
path: ovn
- description: Enabled - Whether OVN services should be deployed and managed
displayName: Enabled
path: ovn.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Template - Overrides to use when creating the OVN services
displayName: Template
path: ovn.template
- description: OVNController - Overrides to use when creating the OVNController
service
displayName: OVNController
path: ovn.template.ovnController
- description: OVNDBCluster - Overrides to use when creating the OVNDBCluster
services
displayName: OVNDBCluster
path: ovn.template.ovnDBCluster
- description: OVNNorthd - Overrides to use when creating the OVNNorthd service
displayName: OVNNorthd
path: ovn.template.ovnNorthd
- description: Placement - Parameters related to the Placement service
displayName: Placement
path: placement
- description: APIOverride, provides the ability to override the generated manifest
of several child resources.
displayName: APIOverride
path: placement.apiOverride
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: placement.apiOverride.tls
- description: ApplicationCredential allows service-specific overrides of the
global AC configuration.
displayName: Application Credential
path: placement.applicationCredential
- description: Enabled - Whether Placement service should be deployed and managed
displayName: Enabled
path: placement.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Template - Overrides to use when creating the Placement API
displayName: Template
path: placement.template
- description: Rabbitmq - Parameters related to the Rabbitmq service
displayName: Rabbitmq
path: rabbitmq
- description: Enabled - Whether RabbitMQ services should be deployed and managed
displayName: Enabled
path: rabbitmq.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Templates - Overrides to use when creating the Rabbitmq clusters
displayName: Templates
path: rabbitmq.templates
- description: Enabled - Whether the Redis service should be deployed and managed
displayName: Enabled
path: redis.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Templates - Overrides to use when creating the Redis Resources
displayName: Templates
path: redis.templates
- description: 'Secret - FIXME: make this optional'
displayName: Secret
path: secret
x-descriptors:
- urn:alm:descriptor:io.kubernetes:Secret
- description: StorageClass -
displayName: Storage Class
path: storageClass
x-descriptors:
- urn:alm:descriptor:io.kubernetes:StorageClass
- description: Swift - Parameters related to the Swift service
displayName: Swift
path: swift
- description: ApplicationCredential allows service-specific overrides of the
global AC configuration.
displayName: Application Credential
path: swift.applicationCredential
- description: Enabled - Whether Swift service should be deployed and managed
displayName: Enabled
path: swift.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: ProxyOverride, provides the ability to override the generated
manifest of several child resources.
displayName: Proxy Override
path: swift.proxyOverride
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: swift.proxyOverride.tls
- description: Template - Overrides to use when creating Swift Resources
displayName: Template
path: swift.template
- description: Telemetry - Parameters related to the OpenStack Telemetry services
displayName: Telemetry
path: telemetry
- description: AlertmanagerOverride, provides the ability to override the generated
manifest of several child resources.
displayName: Alertmanager Override
path: telemetry.alertmanagerOverride
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: telemetry.alertmanagerOverride.tls
- description: AodhAPIOverride, provides the ability to override the generated
manifest of several child resources.
displayName: Aodh APIOverride
path: telemetry.aodhApiOverride
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: telemetry.aodhApiOverride.tls
- description: ApplicationCredentialAodh allows service-specific overrides of
the global AC configuration for Aodh.
displayName: Application Credential Aodh
path: telemetry.applicationCredentialAodh
- description: ApplicationCredentialCeilometer allows service-specific overrides
of the global AC configuration for Ceilometer.
displayName: Application Credential Ceilometer
path: telemetry.applicationCredentialCeilometer
- description: ApplicationCredentialCloudKitty allows service-specific overrides
of the global AC configuration for CloudKitty.
displayName: Application Credential Cloud Kitty
path: telemetry.applicationCredentialCloudKitty
- description: CloudKittyAPIOverride, provides the ability to override the generated
manifest of several child resources.
displayName: Cloud Kitty APIOverride
path: telemetry.cloudKittyApiOverride
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: telemetry.cloudKittyApiOverride.tls
- description: Enabled - Whether OpenStack Telemetry services should be deployed
and managed
displayName: Enabled
path: telemetry.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: PrometheusOverride, provides the ability to override the generated
manifest of several child resources.
displayName: Prometheus Override
path: telemetry.prometheusOverride
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: telemetry.prometheusOverride.tls
- description: Template - Overrides to use when creating the OpenStack Telemetry
services
displayName: Template
path: telemetry.template
- description: TLS - Parameters related to the TLS
displayName: TLS
path: tls
- displayName: Ingress
path: tls.ingress
- description: Ca - defines details for CA cert config
displayName: Ca
path: tls.ingress.ca
- description: Cert - defines details for cert config
displayName: Cert
path: tls.ingress.cert
- description: Enabled - Whether TLS should be enabled for endpoint type
displayName: Enabled
path: tls.ingress.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- displayName: Pod Level
path: tls.podLevel
- description: Enabled - Whether TLS should be enabled for endpoint type
displayName: Enabled
path: tls.podLevel.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: |-
Internal - default CA used for all OpenStackControlPlane and OpenStackDataplane endpoints,
except OVN related CA and certs
displayName: Internal
path: tls.podLevel.internal
- description: Ca - defines details for CA cert config
displayName: Ca
path: tls.podLevel.internal.ca
- description: Cert - defines details for cert config
displayName: Cert
path: tls.podLevel.internal.cert
- description: Libvirt - CA used for libvirt/qemu services on OpenStackControlPlane
and OpenStackDataplane
displayName: Libvirt
path: tls.podLevel.libvirt
- description: Ca - defines details for CA cert config
displayName: Ca
path: tls.podLevel.libvirt.ca
- description: Cert - defines details for cert config
displayName: Cert
path: tls.podLevel.libvirt.cert
- description: Ovn - CA used for all OVN services on OpenStackControlPlane and
OpenStackDataplane
displayName: Ovn
path: tls.podLevel.ovn
- description: Ca - defines details for CA cert config
displayName: Ca
path: tls.podLevel.ovn.ca
- description: Cert - defines details for cert config
displayName: Cert
path: tls.podLevel.ovn.cert
- description: Watcher - Parameters related to the Watcher service
displayName: Watcher
path: watcher
- description: APIOverride, provides the ability to override the generated manifest
of several child resources.
displayName: APIOverride
path: watcher.apiOverride
- description: TLS - overrides tls parameters for public endpoint
displayName: TLS
path: watcher.apiOverride.tls
- description: ApplicationCredential allows service-specific overrides of the
global AC configuration.
displayName: Application Credential
path: watcher.applicationCredential
- description: Enabled - Whether Watcher service should be deployed and managed
displayName: Enabled
path: watcher.enabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: Template - Overrides to use when creating the Watcher service
displayName: Template
path: watcher.template
statusDescriptors:
- description: Conditions
displayName: Conditions
path: conditions
x-descriptors:
- urn:alm:descriptor:io.kubernetes.conditions
- description: DeployedOVNVersion
displayName: Deployed OVNVersion
path: deployedOVNVersion
- description: DeployedVersion
displayName: Deployed Version
path: deployedVersion
- description: TLS
displayName: TLS
path: tls
version: v1beta1
- description: |-
OpenStackDataPlaneDeployment is the Schema for the openstackdataplanedeployments API
OpenStackDataPlaneDeployment name must be a valid RFC1123 as it is used in labels
displayName: OpenStack Data Plane Deployments
kind: OpenStackDataPlaneDeployment
name: openstackdataplanedeployments.dataplane.openstack.org
specDescriptors:
- description: BackoffLimit allows to define the maximum number of retried executions
(defaults to 6).
displayName: Backoff Limit
path: backoffLimit
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:number
statusDescriptors:
- description: Conditions
displayName: Conditions
path: conditions
x-descriptors:
- urn:alm:descriptor:io.kubernetes.conditions
- description: Deployed
displayName: Deployed
path: deployed
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
version: v1beta1
- description: |-
OpenStackDataPlaneNodeSet is the Schema for the openstackdataplanenodesets API
OpenStackDataPlaneNodeSet name must be a valid RFC1123 as it is used in labels
displayName: OpenStack Data Plane NodeSet
kind: OpenStackDataPlaneNodeSet
name: openstackdataplanenodesets.dataplane.openstack.org
specDescriptors:
- description: AnsiblePort SSH port for Ansible connection
displayName: Ansible Port
path: nodeTemplate.ansible.ansiblePort
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:number
- description: |-
AnsibleSSHPrivateKeySecret Name of a private SSH key secret containing
private SSH key for connecting to node.
The named secret must be of the form:
Secret.data.ssh-privatekey: <base64 encoded private key contents>
<https://kubernetes.io/docs/concepts/configuration/secret/#ssh-authentication-secrets>
displayName: Ansible SSHPrivate Key Secret
path: nodeTemplate.ansibleSSHPrivateKeySecret
x-descriptors:
- urn:alm:descriptor:io.kubernetes:Secret
- description: AnsiblePort SSH port for Ansible connection
displayName: Ansible Port
path: nodes.ansible.ansiblePort
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:number
- description: PreProvisioned - Set to true if the nodes have been Pre Provisioned.
displayName: Pre Provisioned
path: preProvisioned
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: TLSEnabled - Whether the node set has TLS enabled.
displayName: TLSEnabled
path: tlsEnabled
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
statusDescriptors:
- description: Conditions
displayName: Conditions
path: conditions
x-descriptors:
- urn:alm:descriptor:io.kubernetes.conditions
version: v1beta1
- description: |-
OpenStackDataPlaneService defines the Schema for the openstackdataplaneservices API.
OpenStackDataPlaneService name must be a valid RFC1123 as it is used in labels
displayName: OpenStack Data Plane Service
kind: OpenStackDataPlaneService
name: openstackdataplaneservices.dataplane.openstack.org
specDescriptors:
- description: AddCertMounts - Whether to add cert mounts
displayName: Add Cert Mounts
path: addCertMounts
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
- description: |-
DeployOnAllNodeSets - should the service be deploy across all nodesets
This will override default target of a service play, setting it to 'all'.
displayName: Deploy On All Node Sets
path: deployOnAllNodeSets
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
statusDescriptors:
- description: Conditions
displayName: Conditions
path: conditions
x-descriptors:
- urn:alm:descriptor:io.kubernetes.conditions
version: v1beta1
- description: OpenStack defines the Schema for the openstacks API
displayName: OpenStack
kind: OpenStack
name: openstacks.operator.openstack.org
statusDescriptors:
- description: Conditions
displayName: Conditions
path: conditions
x-descriptors:
- urn:alm:descriptor:io.kubernetes.conditions
version: v1beta1
- description: OpenStackVersion defines the Schema for the openstackversionupdates
API
displayName: OpenStack Version
kind: OpenStackVersion
name: openstackversions.core.openstack.org
statusDescriptors:
- description: Conditions
displayName: Conditions
path: conditions
x-descriptors:
- urn:alm:descriptor:io.kubernetes.conditions
version: v1beta1
description: Install and configure OpenStack
displayName: OpenStack
icon:
- base64data: iVBORw0KGgoAAAANSUhEUgAAAYAAAAEiCAYAAADwEwVaAAAACXBIWXMAABYlAAAWJQFJUiTwAAAck0lEQVR4nO3dfYwdV33G8WeCCbaJsr7WKo4a/AalEJXIm0JBFQE7ElQICDGoav8hsqNKFbQ0MRIqElIbG6RKICTstFLVSig2RqXtH7BJGoQaUHZDKgSNyLou6gsq2XVqFKOtrzei2WAST3X2nvGO79x7986dt3PmfD+SRbKzODuzu+eZ33mN4jgWACA8m/ieI0TdKDos6aCkA5KmBjyCM5IuSZqTtGD+dOJ4MfNZgMeoABCUbhQdkWT+7J7gvpdsGJhQmOvE8ULmMwCPEAAIQjeKZiSdlLSvxPtdSsJA0mwnji9lPgNwGAEQsG4UbZM00/cELrXtzdZ29xwf0tVTpjM2ZKgO4AUCICDdKEr6vE2jv3+DO093d8z62v/djSLT8N+fuVA98/xmTSAQBnAVAdBy9i0/6fcu8gacvN16EwbdKDJf76HMhfoRBnASAdBSJTb8gzxsulQ6cTw34Frj7L3PjlHlNIEwgDMIgBayA56zE850ycM0Zkc7cXzSladoG/+5kgd7q0IYoFEEQMvYAc+Har4rJ4LAs8a/n3ddbPAfAdAi3Sg6KumBBu+osSCoseqpw3wqDJhaisoQAC3R4GyXQZZsA3a8jgbMzm46WcM0z7qtpLqInBxvgd8IgBZoqNtnHCt2/v3Jqro1HAu+KiWhWtmzRHgIAM91o8jM63/Cg7s4VeabrL3vky3p8snrYds95MzgO/xEAHjMDnouetb1UWjmi+3uOeLoFM+6raS62qgKkBsB4LFuFM153hCupFYbL9jdNxeScYPUVhV77Armgy3s5y/LvA1VqgKMjQDwlN3V8kuhPwdkUBVgbASAhzzt+kH9HrZVwSzPHoMQAB5yaI8b+GEpNRuLdQW4igDwTDeKTH/4s6E/B0wkWVdwlO4hGNdlPgLXMciHSU3ZyvFZM4HAzqhCwKgAPOLRnH/4Y237DradCBMVgF8Oh/4AULrddhX5otlLyk4wQCCoADxB3z9qdIpxgjBQAfjjaOgPALVJxglO2l1W0VJUAB5g3j8aNm8rAnYkbRkqAD+wBQKaZLYbecLOHDrAd6I9qAA80I2iBU9PuUI7URG0BAHgONsH+0zozwFOIgg8RxeQ+5j6CVclXUMn7Sw1eIYKwHHdKFoM9NAT+Ifpo56hAnCYXapP4w9fmOmjCywo8wcB4Db2aoFvzGy1B2wQ0H3pOLqAHNaNoktM/4TnzEDxkUmO/0T1qAAcZbt/aPzhOzNQ/AzdQm4iANxF+Yw2SbqFWEjmELqAHGTflLqhPwe01rFOHLO3lQOoANzE4C/a7AGzup21A80jANxEAKDt9tEl1Dy6gBzDvv8I0L2dOOao0wZQAbiHt3+E5iGznQTf9foRAO5h9g9CdIgQqB9dQA6h+wfQqU4c8xJUEyoAt/CDj9AdYguJ+lABOISdP4Gr7uScgeoRAI7g4BfgGiuS9nTi+BKPpTp0AbmDshdYZ/bBOs7zqBYVgCPo/gEGoiuoQlQADuDgF2Ao9gyqEAHgBhZ/AYPtZ7uI6tAF5AAOfgFGmu/EMSFQASqAhnHwC7Ch/ewcWg0CoHnM/gE2doRnVD66gBrEwS/A2JY6cUwVUDIqgGYx+AuMZ7ddLIkSEQDNIgCA8fH7UjK6gBrCzp9Abmc6cUwVUCIqgObwNgPks8+Om6EkBEBzmP0D5Md6gBIRAA2w3T/7grtxoDgCoEQEQDPo/gEmQwCUiEHgBrDzJzC5ThxHPL5yUAHUzM5lpvEHJsTmcOUhAOrH4C9QDAFQEgKgfvT/A8UQACUhAGpE9w9QChaDlYQAqBc7GgLFTbEvUDkIgHrR/QOUg26gEhAANeHgF6BUVAAlIADqw9s/UB4qgBKwEKwmnPsLlG5vJ44XeayTowKoQTeKDtP4A6WjG6ggAqAedP8A5aMbqCC6gCrGub9AZTggpiAqgOrx9g9Ugy3VCyIAqkcAABVhY7hiCIAK2e6fu1t7g0DzCIACCIBq8fYPVIsAKIAAqBZbPwPVYhC4AAKgIvbc3/2tvDnAHWwMVwABUB26f4B60A00IQKgOnT/APWgApgQAVAB2/3DHGWgHlQAEyIAqkH3D1Cf3falCzkRABX4qfSx1t0U4Da6gSZAAJQsiqKZX5He1KqbAtxHN9AECIDyce4vUD8qgAmwG2iJot7WD4sX2fsfqF0njiOeej5UAOXi3F+gIWwMlx8BUC66f4DmEAA5EQAliXrL0dfm/v9YOt+GewI8wzhATgRAea6+/X9N2tqC+wF8QwWQE4PAJYj6jn3cJWnB5xsC/HV7J4759RsTFUA5rtn355ykb0oXPL4fwFd0A+VAAJQjM/j7GWmHp/cC+IxuoBwIgIKi3tSz3f1/C1UA0AgCIAcCoLih2z7/kbTjF9JLmQsAqrLbnsWNMRAABdjB30PD/oYVSX8gXclcAFAlqoAxEQDFDH37TzwqbX1KWs5cAFAVAmBMBEAxmcHfQe6Rpi/1CgIA1WMm0JhYBzAhO/j7xLj/79skzWc+CqAKbAw3HiqAyeU68/espPul1cwFAKVjY7jxbPLhi6yLPVYufbRc+odoW1Jarkqbd0nvOJfz6zotbXmPdPEuaXvmIoAymd/dOZ7oaEEEgJ0WlvQLJo36jG3Ut+U9wP0X0krexj9xSNr+iLR8hzSduQigLIwDjKFVAWDLvuQtPmng92c+saAHC07tNIPCT0oXd1IJAFWhC2gMXg4C266aGfsnafQzq3GrMmNX+hZhTo0hBIBKsTHcBryoAOyb/YFUg9/YqVvPSxfOlbDPj5kT+m5p+zPSyjZOEQOqMMPGvKM5GQDd3uEqB21jX3oXThFz0stl/V0mBO6Wph6XVq+XtmQ+AUARpv04yRMczpkA6EbRQdvoO32u7mPSLZkPFmCmh75X2kIIAKVjHGADjY4B+NLop+1VNUt6d/W2jWBMAChXpxPHl3img9W+EMwM4Haj6Hg3isw35Rt2MzUvGv8XpG5V+zmcs2MCz0kXMxcBTIoqYITaAqAbRYe7UWQWZjzbWxTr38DnBenFzAdLtEIIAGUjAEaoPABsw78o6SHXBnTzeqLEAeBhkhBgB1GgFCwIG6GyAOhr+Gubo98GJgQ+JE0/SiUAFOX1S2fVSg8AM7Db1ob/R9JNmQ9WyGwb8WecKAYUwsZww5UWAHZwd84O7Lbyjf/ZBqZp/qW02ewi+suKxx+AFiMAhiglALpRdMSuuKPcqoDdRXQrh8oAE2EcYIhCAWB22bRv/V/ycVaPT8yCsdulKWYIAblRAQwxcQDY7RoWeeuvz0pv3+rtX2WGEJDHlN1AEn0mCgAzw0fSM6G99b9vbSlA8+6TphkXAHKhChggdwB0o+ioneETnE0OzchJxgXOUw0A4yAABsgVAN0oMjvrPZC5EIg7Hds91YwL3MF6AWAcDAQPMPZmcGb/HruFQ7AuS6s3O7pj5z3S6hel+NXS1sxFAGJjuKyxKgDb5x9042+Y7Zp3ZT7qBtMl9JvSVmYJAUPRDdRnwwCwq+iC7PMfZL+0OuDDTjhnZwmdYL0AMAjdQH1GBoCdOjWbuRCwezwYdD0mTZm5uSwcA9b9b+/cEaSMHAOwi7yY59+nqkNhymbm6H5OWv6oNO3BlwtUrhPHEU953dAKwG7vQOM/wIcc7gZKW7FrBj5ENQCseWsUfZAnsW5gANiun6OZC1jzJ9L/+fQknrLbSDA2gNDdJv1O6M8gbWAA2MafvX2GuEWavmPwJWetpMYGWDyGUP2MgeBrZALAvv0fynwmrvHH0nM+PpGzvbegaXPOAFtJIDQvSr/KN31dJgDo+hnPe6Wdrq4JGIc5Z8CsG+DoSYTkFem1UW8jy+CpPwB4+8/nzx3ZHG5S5+zRkwwSIzAsCLP6K4DDmc/AUO+Xdvg2FjCIGSR+vR0kplsIASAALAKgoM97XgWkmUFi0y30zRbdEzAAAWBdDQB7wEsrz/Kt0q3Sjns8WRcwDtMt9FFph+kW+neCAC1zrnc7UxEHxKxJVwC8/U/oC1LUtjmzplvondKOQ9KLjA+gLc6t30fwVYD6AoAHMqHXSJtPt3Q2zaPSVjM+YKaNXm5RpYPwvCB1UzcdfHunJADM4e69jSQxKXMwy10tHkA100bfJG0xA8UEAXz0X9LPU1928AGgVAXAvNgS/I10XZuXTyeriQkC+OgHa0d6XLWbcYD1ACANS2C6gh4NYGFVOgiYMQRf/L20o+9LDf7FNwmA4JOwLG+Rph8IZNB0xc4YMr9FJgioCOAq87N5Nvu1Bf/iSwBU4H5pqs3jAf2SqaN0DcFV314bA84IPgDWDoTpRtEiawDKZRrB90pbBrx1tJ4ZBzkirXxcuv56Rw/RR1j2240QB+jEAR8Un1QANP4lMw3f30rLIe6pnR4juF9aZR0BmmQWNA5p/PVT6T+6URTsGqhBu4GiJObcgCeli6EerGBa/dPSFrOOwAQBK4vRhE9nB3+vsq/+D3Wj6FI3io7aKfHBIAAqtlPa/qB0sdU3OQYTBO+0W0w87ulZCvCPeel4asRXfXatt3aNeU97QNKiDYIgxkUJgBrcJW0/RQisMb+MvyftNDOHGDBG1T424u3f+J50Q9+HkiB4thtFJ9seBARATQiBa52z4wQ323ECuodQNvOCMazvP/EdqZP54LpDNgha2zWUzAKKM1dQCbOnjtlWgaebZU5Y+5S0/LvSa5k9hCKeky7uk7aP81eM+VZmhrSOmz+dFs0aIgAaYN54T9PAjWS22P6Y9MKtG5TwQL9fSC+9Wdo87tSzp6Wl148/E9L8tUc6cXwyc8VDdAE14IS05RPSS8HdeA7JoHEyVtC3kyMwkBlT+u0cjb96ewRtynxwuCk7a2ihG0XeLySjAmjQo9LFQ2OWqZBu603pu/Ae6Ua6iNBv0sWXpto8MfnP08O2IljMXPFAUgHM89NUPwaG8zlrt5wwA8f32OmkzCKCCq68Xyj2MnG3+SvMQHHmigeSCmDOrpZGA6gEivmApD+Unn+rNEVlEB4z4Gteps4VuPOS3sLO2GpgLnPFUUkF4M0X3Ebmh/dMwCuGi3qsFwI3UxmEx7w8vbtg42/8RFrKfDA/c6jWE90oOu7LtNEkALzsv2oTs2LYbBuxK/QHUdBjdqFZEgZ/J51nALl9zEwfc161qZzL2Gjqv8udEHO/7RZyfpA4uemFzBXUzoTAD6TV23j0pXis1zV0yx6pY/o3Pyt1fyydb8GtBc2cPfHm3uFLW8t6DgNWBBe1O6kGXP5erY0BqHcu8CU7xQkN+6X04qekiLUC1ZjqneFsuo3Ov1/aeuPo1aBwhFktbrZ2qGKLdfPz8Ejmo6UxYwOHO3Hs3It2OgBm7Yg2HPFVafk+aZrvR7V29WZArH5QWn6HdAOB4BbT8JsdPUdt6laUeSl4ttq7dnIBWToAjkj6UuYz0Kh/k5bvkqbZUL8+6UC4Tbr+ZlYjN8J09Xy+ojf+QWqaj33KBoET20mkA2BP9SGISZgDVe6WpkI8XcwFSZfRu6SlO6VNu6XtTDetxnlp+a+lG07nXM1bhpxbQhThTJfQ1QBQLwQW7FQmOIiN5NxhBupnpNXfki6+XXr5ddJNhMJkTKP/ZelVX5c6RadzFlFjAMh2CZkQmM1cqVF/ANAN5LinpOV76BJy0i4bDKZS+A3putfRfTSQmZb7fenn/yhNPyJtceVnueYASBzrxHFjq4j7A4BuIA/QJeSX22w30vukC2+ULr9BuhJSxWAWWZkN174nbZ+XtjT5lj9KQwGgJscFrgkA9UKAbSE8YXbJPMbUXa8l4fA2qXuz9IKpHLZLV7ZKm32rHkxDf1G67ofSle9Ku8/Z/Zt80WAAyI4LHKg7BAYFgDkh/6HMZ8JJZpbQR6VpV9+qUNxtqQU6SVCYf75R2mTGH9L/gbIri+elCy/arctfkTY9Yf97z0s3Pm2ny1Y5PbNODQeAbAgcrHNn0UwAiEVh3jELxz4nXccAMTA5BwJAdnD4QF0zhIbtf+H08mVc69XS1s9Km5+UltlLCJjM9FpR1Tjz4j3XjaKZOr6QYRUAg8GeohoAJuPYwRy1VAIDKwDbB3UqcwHOoxoA8nNwA8ZaKoGBAWB5ecINet4iTZtXhwd6bxIARphx8/yIykNgaABQBbTD/dLUT6SVO0J/EMAIZt+n4VcbVWkIDBwDSNhTbRaZEdQOZhXxJ5gyCmQsSl3Hd4GtZExgaAWgXhVwiRlB7XGHNP0v0ot0CwHrdvXWVLi+Bbh5CT9Z9lGTIwPAMgFQxnmZcIAZJE66he6SXuR7gtB9xJ8jQ/fZ7qDSQmDDALBVwJHMBXhtmzR1Str6z9IFxgcQsvvKPQ+4avvK7JUZ68btlqXzmQvw3q3Sjkd6p49dYNooQnOHfRny7LYPdaOolFmaIweB0+zisAUGhNvNHEP5p2w3jUCYCvhWf7fs/nDR8wTGDgBxXkAwLkurfyVdPi5NEQRoq4oPgq+D+fWcKbJ5XK4AENtFB4UgQJt5/vafONOJ44nXCEwy+HFYTCMMgtlW2MwY+k9p1Uwdpe8PbWFmwLWg8Tf2daNo4kHh3BWAODMgWFQEaAPzIvOMtOLh4O8od3bieG7E9YEmCgD1QuCkGY3OXEDrJUHwkDTFqmL45kF7iFLLvnHmnWxP3hPFigSAWYwwZ+elIlDflC58RtpBEMAHpuvHrH9p6Tfr4U4cH8x8dISJA0C9EJixIUD3cOCelp77rLSzLccDon3Mls+PS6stP4w/V1dQoQAQ4wHoc15a/oL02tPt/iWDZ6bsZoi3tK/rp99SJ473ZD46ROEl0J04NmMBJzIXECTzC3ZC2vK8nTnE6mI0zTT+T0oXA2j8jd15VgkXrgASrA/AMI9Lz/0F3UNoQNL475S2B/T8x14gVmYAMCiMkS5JKw9KVx6SOkwjRdUCbfwTpzpxfDjz0T6lBYDYLwg5mKrgK9LOx3hoqEDgjX9i70ZVQKkBIGYGIacXpO4j0itf5KQylMTM9vkn6aXXSJsDf6YbVgGlB4B6IWDmon4jcwEYwcwg+rL0KrqIMKl7pNUTzEBLG1kFVBIAYnooCjLrCk5L049IWwgDbMR0N5yWlu8IY6ZPHiOrgMoCQIQASkIYYBSzrfNX2re3T5mGVgGVHoXGGgGU4W3STlPWP9vr233OlPn8pmOqt5//8iN+nupVp2YqgAQbx6EKP5bOf03a+nWpwwByWMwiw49L17d8W4eyrHTieOBB8rUEgAgBVOx56cK3pVf9gzTNgrP2MtXfMekyb/y5DTw+srYAECGAmpjtqv9VWjbjBvPSFqoD/9HwFzZwp9BaA0CEABpg1hp8X/r5V+x2FAwk+8G09EeklXulKzdKndCfRwk6/ecF1B4AIgTQMNNdNCe9/Jh0y1lJVAhuMQu5Pi1deH87jmx0yb12Ys5VjQSAmCIKhyQVwvekG74jdc7yzamd2TX2I1L3Puk6unkqk+kGaiwARAjAYWaG0RPSy9+VdlMlVCNp9H9feiWQrZqblpkN1GgAiBCAJ8zA8pJ00YTCj6SbFqQtVAr5faD35/z7pa306zfimhPDGg8AsYEcPGbGE/5HuvxD6YqpFkylQDD0TNlVuu+Slu6UNr1x7bwgNOxYJ46vHhjjRACIEEDLmHGFZemFH0ibLkqbvmUHNNu6RmGX/fM+6cLbpcu/Jt3AG76T5jtxfCD5wpwJAHGoDALyE2nJ3K0JiBekl5+XbnzaNphnHZ2qmjTyU/atfq903RukK6+Xdmc+Ga66ZhzAqQDQegjMcrwksF5JmH9+RdpkxiDSj+VlafO3SpguuVda/XXpZ6l/X2vczT+/TrqJLRda5ermcM4FQIK1AgBQiasDwZXuBlqE3cP6Xr7/AFCqmeQvczYAtL6d9J2s3geA0lwdA3A6ANQLgTmbWGcyFwEAee1JPt/5AFAvBMyAhZm6dCpzEQCQh18BoF4IXLLjAp/MXAQA5OZNACQ6cXxc0u2MCwBAMd4FgHohsGDLmPnMRQDAWLwMAK13CZlxgWOZiwCADXkbAAm7sRFTRQEgJ+8DQOtTRU2X0MOZiwCAgVoRAFrvEjpoZwlRDQDABloTAAk7S+gAC8cAYLTWBYDsLKFOHJvVwycyFwEgbFdPBGtlACQ6cXzEDhAvZS4CQOBaHQC6di8hqgEAkBaTZ9D6AND6ADHVAACEFgAJqgEAWA8AZ08Eq1o3isxMIXPeAOeZAghGJ46j5F6DqgDSqAYABOia/dOCDQBdOzZwO+sGAARgMX2LQQdAIrVu4BiriAG02EL61giAFLux3Ax7CgFoqbn0bQU7CLyRbhSZfYWOM0gMoCVWOnG8LX0rVABDdOJ41lYDnDcAoA3m+u+BABjBDhKbbqG9nD4GwHOZAKALKAfWDgDw2N5OHDMLaFJm7UAnjvcwWwiAZ5b6G38RAJOx3UImCE75+PUDCM5s5iMEwOTs+MBhu4iM8QEALjs56GtjDKAkjA8AcNQZu9A1gwqgJKnxgXvZchqAQ44P+1KoACrQjSKz2OKI/TPVuhsE4AszWWWP6bIe9PVSAVQgtX6AGUMAmjQ7rPEXFUA9ulFkgsAEwqEQ7heAMzJz/9OoAGpgvgF2xtBepo4CqMmpUY2/qACaQUUAoAYj3/5FBdAMKgIAFdvw7V9UAG6gIgBQsg3f/kUF4AYqAgAlOjFO4y8qADdREQCY0Mh5//2oABzUVxGcYB0BgDEdGbfxFxWAH1hZDGAM8504PpDnQREAHrFBcNB2D7HpHICE6SWYGbfvP0EAeKobRaaLyPzZH/qzAKAP23PMcyEAPGe3oT7MgDEQrFN2zDA3AqAl7MyhIzYMGCcAwnBG0oE8A79pBEDLME4ABGOifv80AqDFbPeQqQruDv1ZAC10pzmIqshtEQABoHsIaJ17O3E88JzfPAiAwNjZQyYM9oX+LABPfbITx0OPecyDAAhUN4pmbBAcpCoAvDHxjJ9BCIDApQaNqQoAt5Xa+IsAQJqtCg4zVgA4p/TGXwQAhrFjBQeZQQQ0rrQ+/34EAEayM4iSLiLWFQD1KmW2zzAEAMZGFxFQG7PI62DRef4bIQAwkW4UHbSVAXsQAeUy2zsc7sTxQtXPlQBAIalZRIwXAMU9bBv/ifb2yYsAQGlSYcA21UB+lQ32DkMAoBKpwePDrC8ARqqty6cfAYDKpcLgIJUBcI1jnTg+2tQjIQBQK8YMgDWNvfWnEQBoTCoMDrAnEQJhpncerbuvfxgCAM6wU0uTMGDRGdrmlFlQWdcMn3EQAHCSXXR2gHEDtMC8bfgb7e4ZhACA82xX0YFUdxHVAXwwb7t7Kl3NWwQBAO+kqoMDDCTDQc43/AkCAN6zZx8n1QFrDtAU08d/0oeGP0EAoFVS3UUHCATUwMzqMbt1Hu/E8aJvD5wAQKsRCKiImcdvpnLOujSrJy8CAEGxgZAeQ2CGEca1ZBp8X9/2ByEAELy+QeUZZhkhZcU2+l717Y+LAAD6pLqNZlL/yyrlcCRv+nOdOJ5t810TAMAY7IZ2M4RCa82nGn3nFmxVhQAAJmRDYU8qEPYwyOwNM4g7F8Jb/igEAFAyuy4hHQ57GFdolOnHX0g1+K3ry58UAQDUxA4270lVC3voSipdurE3/7vQlhk7VSAAAAfYqkG2Ykimqm6jS2koM1C7aBv5xVRj7+2c/CYQAIAHUgGRBEMSEmppF5Ppo79kG/dF+8+mkb8U0iBt1QgAoEVsN9M2e0dJN5OG/LtqCI+kIU9bSH0sadhF414/AgAAQiTp/wGp07dbIvUIVgAAAABJRU5ErkJggg==
mediatype: image/png
install:
spec:
deployments: null
strategy: ""
installModes:
- supported: true
type: OwnNamespace
- supported: true
type: SingleNamespace
- supported: false
type: MultiNamespace
- supported: true
type: AllNamespaces
keywords:
- OpenStack
links:
- name: Openstack Operator
url: https://github.com/openstack-k8s-operators/
maturity: alpha
minKubeVersion: 1.31.0
provider:
name: Red Hat Inc.
url: https://redhat.com/
version: 0.1.0