Skip to content

Commit fd4236c

Browse files
Merge pull request #448 from syedriko/syedriko-ols-1919
OLS-1919: Python deps and docs update, week of 2025/07/13
2 parents b604ca4 + ca3544a commit fd4236c

File tree

241 files changed

+2552
-1044
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

241 files changed

+2552
-1044
lines changed

ocp-product-docs-plaintext/4.15/backup_and_restore/application_backup_and_restore/oadp-features-plugins.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,10 @@ For more information about this issue, see OADP-1054.
213213

214214
### OpenShift ADP Controller segmentation fault workaround
215215

216-
You must define either velero or cloudstorage when you configure a DPA. If you define both APIs in your DPA, the openshift-adp-controller-manager pod fails with a crash loop segmentation fault.
216+
You must define either velero or cloudstorage when you configure a DPA. If you define both APIs in your DPA, the openshift-adp-controller-manager pod fails with a crash loop segmentation fault.
217+
218+
# OADP and FIPS
219+
220+
Federal Information Processing Standards (FIPS) are a set of computer security standards developed by the United States federal government in line with the Federal Information Security Management Act (FISMA).
221+
222+
OpenShift API for Data Protection (OADP) has been tested and works on FIPS-enabled Red Hat OpenShift Container Platform clusters.

ocp-product-docs-plaintext/4.15/hardware_enablement/kmm-kernel-module-management.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ metadata:
950950
name: example-module-dockerfile
951951
namespace: <namespace> 1
952952
data:
953-
Dockerfile: |
953+
dockerfile: |
954954
ARG DTK_AUTO
955955
ARG KERNEL_VERSION
956956
FROM ${DTK_AUTO} as builder

ocp-product-docs-plaintext/4.15/installing/installing_azure/installing-azure-customizations.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,8 @@ $ ccoctl azure create-all \
11401140
--subscription-id=<azure_subscription_id> \4
11411141
--credentials-requests-dir=<path_to_credentials_requests_directory> \5
11421142
--dnszone-resource-group-name=<azure_dns_zone_resource_group_name> \6
1143-
--tenant-id=<azure_tenant_id> 7
1143+
--tenant-id=<azure_tenant_id> \7
1144+
--network-resource-group-name <azure_resource_group> 8
11441145
```
11451146

11461147
Specify the user-defined name for all created Azure resources used for tracking.
@@ -1150,6 +1151,7 @@ Specify the Azure subscription ID to use.
11501151
Specify the directory containing the files for the component CredentialsRequest objects.
11511152
Specify the name of the resource group containing the cluster's base domain Azure DNS zone.
11521153
Specify the Azure tenant ID to use.
1154+
Optional: Specify the virtual network resource group if it is different from the cluster resource group.
11531155

11541156
[NOTE]
11551157
----

ocp-product-docs-plaintext/4.15/installing/installing_azure/installing-azure-network-customizations.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,8 @@ $ ccoctl azure create-all \
11421142
--subscription-id=<azure_subscription_id> \4
11431143
--credentials-requests-dir=<path_to_credentials_requests_directory> \5
11441144
--dnszone-resource-group-name=<azure_dns_zone_resource_group_name> \6
1145-
--tenant-id=<azure_tenant_id> 7
1145+
--tenant-id=<azure_tenant_id> \7
1146+
--network-resource-group-name <azure_resource_group> 8
11461147
```
11471148

11481149
Specify the user-defined name for all created Azure resources used for tracking.
@@ -1152,6 +1153,7 @@ Specify the Azure subscription ID to use.
11521153
Specify the directory containing the files for the component CredentialsRequest objects.
11531154
Specify the name of the resource group containing the cluster's base domain Azure DNS zone.
11541155
Specify the Azure tenant ID to use.
1156+
Optional: Specify the virtual network resource group if it is different from the cluster resource group.
11551157

11561158
[NOTE]
11571159
----

ocp-product-docs-plaintext/4.15/installing/installing_azure/installing-azure-private.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,8 @@ $ ccoctl azure create-all \
10741074
--subscription-id=<azure_subscription_id> \4
10751075
--credentials-requests-dir=<path_to_credentials_requests_directory> \5
10761076
--dnszone-resource-group-name=<azure_dns_zone_resource_group_name> \6
1077-
--tenant-id=<azure_tenant_id> 7
1077+
--tenant-id=<azure_tenant_id> \7
1078+
--network-resource-group-name <azure_resource_group> 8
10781079
```
10791080

10801081
Specify the user-defined name for all created Azure resources used for tracking.
@@ -1084,6 +1085,7 @@ Specify the Azure subscription ID to use.
10841085
Specify the directory containing the files for the component CredentialsRequest objects.
10851086
Specify the name of the resource group containing the cluster's base domain Azure DNS zone.
10861087
Specify the Azure tenant ID to use.
1088+
Optional: Specify the virtual network resource group if it is different from the cluster resource group.
10871089

10881090
[NOTE]
10891091
----

ocp-product-docs-plaintext/4.15/installing/installing_azure/installing-azure-vnet.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,8 @@ $ ccoctl azure create-all \
10131013
--subscription-id=<azure_subscription_id> \4
10141014
--credentials-requests-dir=<path_to_credentials_requests_directory> \5
10151015
--dnszone-resource-group-name=<azure_dns_zone_resource_group_name> \6
1016-
--tenant-id=<azure_tenant_id> 7
1016+
--tenant-id=<azure_tenant_id> \7
1017+
--network-resource-group-name <azure_resource_group> 8
10171018
```
10181019

10191020
Specify the user-defined name for all created Azure resources used for tracking.
@@ -1023,6 +1024,7 @@ Specify the Azure subscription ID to use.
10231024
Specify the directory containing the files for the component CredentialsRequest objects.
10241025
Specify the name of the resource group containing the cluster's base domain Azure DNS zone.
10251026
Specify the Azure tenant ID to use.
1027+
Optional: Specify the virtual network resource group if it is different from the cluster resource group.
10261028

10271029
[NOTE]
10281030
----

ocp-product-docs-plaintext/4.15/installing/installing_azure/installing-restricted-networks-azure-installer-provisioned.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,8 @@ $ ccoctl azure create-all \
11311131
--subscription-id=<azure_subscription_id> \4
11321132
--credentials-requests-dir=<path_to_credentials_requests_directory> \5
11331133
--dnszone-resource-group-name=<azure_dns_zone_resource_group_name> \6
1134-
--tenant-id=<azure_tenant_id> 7
1134+
--tenant-id=<azure_tenant_id> \7
1135+
--network-resource-group-name <azure_resource_group> 8
11351136
```
11361137

11371138
Specify the user-defined name for all created Azure resources used for tracking.
@@ -1141,6 +1142,7 @@ Specify the Azure subscription ID to use.
11411142
Specify the directory containing the files for the component CredentialsRequest objects.
11421143
Specify the name of the resource group containing the cluster's base domain Azure DNS zone.
11431144
Specify the Azure tenant ID to use.
1145+
Optional: Specify the virtual network resource group if it is different from the cluster resource group.
11441146

11451147
[NOTE]
11461148
----

ocp-product-docs-plaintext/4.15/installing/installing_ibm_z/installing-ibm-z-lpar.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ The rootfs image is the same for FCP and DASD.
13591359
3. The gateway.
13601360
4. The netmask.
13611361
5. The machine host and domain name in the form hostname.domainname. Omit this value to let RHCOS decide.
1362-
6. The network interface name. Omit this value to let RHCOS decide.
1362+
6. The network interface name. If you omit this value, RHCOS applies the IP configuration to all available interfaces.
13631363
7. If you use static IP addresses, specify none.
13641364
* For coreos.inst.ignition_url=, specify the Ignition file for the machine role. Use bootstrap.ign, master.ign, or worker.ign. Only HTTP and HTTPS protocols are supported.
13651365
* For coreos.live.rootfs_url=, specify the matching rootfs artifact for the kernel and initramfs you are booting. Only HTTP and HTTPS protocols are supported.

ocp-product-docs-plaintext/4.15/installing/installing_ibm_z/installing-ibm-z.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,7 @@ The rootfs image is the same for FCP and DASD.
13621362
3. The gateway.
13631363
4. The netmask.
13641364
5. The machine host and domain name in the form hostname.domainname. Omit this value to let RHCOS decide.
1365-
6. The network interface name. Omit this value to let RHCOS decide.
1365+
6. The network interface name. If you omit this value, RHCOS applies the IP configuration to all available interfaces.
13661366
7. If you use static IP addresses, specify none.
13671367
* For coreos.inst.ignition_url=, specify the Ignition file for the machine role. Use bootstrap.ign, master.ign, or worker.ign. Only HTTP and HTTPS protocols are supported.
13681368
* For coreos.live.rootfs_url=, specify the matching rootfs artifact for the kernel and initramfs you are booting. Only HTTP and HTTPS protocols are supported.

ocp-product-docs-plaintext/4.15/installing/installing_ibm_z/installing-restricted-networks-ibm-z-lpar.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@ The rootfs image is the same for FCP and DASD.
12821282
3. The gateway.
12831283
4. The netmask.
12841284
5. The machine host and domain name in the form hostname.domainname. Omit this value to let RHCOS decide.
1285-
6. The network interface name. Omit this value to let RHCOS decide.
1285+
6. The network interface name. If you omit this value, RHCOS applies the IP configuration to all available interfaces.
12861286
7. If you use static IP addresses, specify none.
12871287
* For coreos.inst.ignition_url=, specify the Ignition file for the machine role. Use bootstrap.ign, master.ign, or worker.ign. Only HTTP and HTTPS protocols are supported.
12881288
* For coreos.live.rootfs_url=, specify the matching rootfs artifact for the kernel and initramfs you are booting. Only HTTP and HTTPS protocols are supported.

0 commit comments

Comments
 (0)