You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| NetworkAttachments is a list of NetworkAttachment resource names to expose the services to the given network
6811
+
| []string
6812
+
| false
6741
6813
|===
6742
6814
6743
6815
<<custom-resources,Back to Custom Resources>>
@@ -6774,6 +6846,11 @@ HorizonStatus defines the observed state of Horizon
6774
6846
| ObservedGeneration - the most recent generation observed for this service. If the observed generation is less than the spec generation, then the controller has not processed the latest changes injected by the opentack-operator in the top-level CR (e.g. the ContainerImage)
6775
6847
| int64
6776
6848
| false
6849
+
6850
+
| networkAttachments
6851
+
| NetworkAttachments status of the deployment pods
6852
+
| map[string][]string
6853
+
| false
6777
6854
|===
6778
6855
6779
6856
<<custom-resources,Back to Custom Resources>>
@@ -10063,6 +10140,11 @@ PasswordSelector to identify the DB and AdminUser password from the Secret
10063
10140
| MetadataSecret - the name of the field to get the metadata secret from the Secret
10064
10141
| string
10065
10142
| true
10143
+
10144
+
| prefixMetadataCellsSecret
10145
+
| prefixMetadataCellsSecret - the prefix name of the field to get the metadata secret from the Secret for cells. Vale of metadata_proxy_shared_secret information for the nova-metadata service. This secret is shared between nova and neutron ovn-metadata inside selected cell and if this is not defined the global metadata_proxy_shared_secret secret will be used
10146
+
| string
10147
+
| true
10066
10148
|===
10067
10149
10068
10150
<<custom-resources,Back to Custom Resources>>
@@ -13412,6 +13494,11 @@ OpenStackProvisionServerSpec defines the desired state of OpenStackProvisionServ
13412
13494
| string
13413
13495
| true
13414
13496
13497
+
| osImageDir
13498
+
| OSImageDir - Directory on the container which holds the OS qcow2 image and checksum
13499
+
| *string
13500
+
| true
13501
+
13415
13502
| osContainerImageUrl
13416
13503
| OSContainerImageURL - Container image URL for init with the OS qcow2 image (osImage)
13417
13504
| string
@@ -13436,6 +13523,11 @@ OpenStackProvisionServerSpec defines the desired state of OpenStackProvisionServ
13436
13523
| Resources - Compute Resources required by this provision server (Limits/Requests). https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
13437
13524
| corev1.ResourceRequirements
13438
13525
| false
13526
+
13527
+
| preserveJobs
13528
+
| PreserveJobs - do not delete jobs after they finished e.g. to check logs
13529
+
| bool
13530
+
| true
13439
13531
|===
13440
13532
13441
13533
<<custom-resources,Back to Custom Resources>>
@@ -13472,6 +13564,21 @@ OpenStackProvisionServerStatus defines the observed state of OpenStackProvisionS
13472
13564
| URL of provisioning image on underlying Apache web server
13473
13565
| string
13474
13566
| false
13567
+
13568
+
| osImageChecksumFilename
13569
+
| Filename of OSImage checksum
13570
+
| string
13571
+
| false
13572
+
13573
+
| osImageChecksumType
13574
+
| OSImage checksum type
13575
+
| metal3v1.ChecksumType
13576
+
| false
13577
+
13578
+
| localImageChecksumUrl
13579
+
| URL of provisioning image checksum on underlying Apache web server
13580
+
| string
13581
+
| false
13475
13582
|===
13476
13583
13477
13584
<<custom-resources,Back to Custom Resources>>
@@ -15634,7 +15741,7 @@ Storage defines the options used for storage of metrics
15634
15741
| Field | Description | Scheme | Required
15635
15742
15636
15743
| strategy
15637
-
| Strategy to use for storage. Can be "persistent" or empty, in which case a COO default is used
15744
+
| Strategy to use for storage. Can be "persistent", "ephemeral" or empty, in which case a COO default is used
15638
15745
| string
15639
15746
| true
15640
15747
@@ -15645,8 +15752,8 @@ Storage defines the options used for storage of metrics
15645
15752
15646
15753
| persistent
15647
15754
| Used to specify the options of persistent storage when strategy = "persistent"
15648
-
| <<persistentstorage,PersistentStorage>>
15649
-
| true
15755
+
| *<<persistentstorage,PersistentStorage>>
15756
+
| false
15650
15757
|===
15651
15758
15652
15759
<<custom-resources,Back to Custom Resources>>
@@ -15980,6 +16087,11 @@ MemcachedSpecCore - this version is used by the OpenStackControlplane CR (no con
15980
16087
| *int32
15981
16088
| true
15982
16089
16090
+
| nodeSelector
16091
+
| NodeSelector to target subset of worker nodes running this service
0 commit comments