From 35205f7c6c52ea211edcf23e4ea9066d01426b47 Mon Sep 17 00:00:00 2001 From: Jeana Routh Date: Thu, 17 Apr 2025 13:52:12 -0400 Subject: [PATCH] OCPBUGS-55123: Fix in compute machine set specs --- modules/machineset-yaml-azure.adoc | 2 +- modules/machineset-yaml-gcp.adoc | 2 +- modules/machineset-yaml-vsphere.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/machineset-yaml-azure.adoc b/modules/machineset-yaml-azure.adoc index 50e885a0f9ce..abd2079483ec 100644 --- a/modules/machineset-yaml-azure.adoc +++ b/modules/machineset-yaml-azure.adoc @@ -77,7 +77,7 @@ ifdef::infra[] endif::infra[] providerSpec: value: - apiVersion: azureproviderconfig.openshift.io/v1beta1 + apiVersion: machine.openshift.io/v1beta1 credentialsSecret: name: azure-cloud-credentials namespace: openshift-machine-api diff --git a/modules/machineset-yaml-gcp.adoc b/modules/machineset-yaml-gcp.adoc index 72f58ad2b88a..09aef15f10db 100644 --- a/modules/machineset-yaml-gcp.adoc +++ b/modules/machineset-yaml-gcp.adoc @@ -82,7 +82,7 @@ ifdef::infra[] endif::infra[] providerSpec: value: - apiVersion: gcpprovider.openshift.io/v1beta1 + apiVersion: machine.openshift.io/v1beta1 canIPForward: false credentialsSecret: name: gcp-cloud-credentials diff --git a/modules/machineset-yaml-vsphere.adoc b/modules/machineset-yaml-vsphere.adoc index c86225ff599a..233f05a45cb5 100644 --- a/modules/machineset-yaml-vsphere.adoc +++ b/modules/machineset-yaml-vsphere.adoc @@ -76,7 +76,7 @@ ifdef::infra[] endif::infra[] providerSpec: value: - apiVersion: vsphereprovider.openshift.io/v1beta1 + apiVersion: machine.openshift.io/v1beta1 credentialsSecret: name: vsphere-cloud-credentials diskGiB: 120