mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 06:46:36 +01:00
openstack: Fix install config for openstack manifests
The openstack manifests tests use an install config with the clusterID field that is no longer supported by the installer. Changes to the installer to enforce strict unmarshalling of the install config is in place but is being hindered by the openstack manifests tests in this PR. https://github.com/openshift/installer/pull/5307
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
apiVersion: v1
|
||||
baseDomain: shiftstack.example.com
|
||||
clusterID: manifests1
|
||||
controlPlane:
|
||||
hyperthreading: Enabled
|
||||
architecture: amd64
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
apiVersion: v1
|
||||
baseDomain: shiftstack.example.com
|
||||
clusterID: manifests1
|
||||
controlPlane:
|
||||
hyperthreading: Enabled
|
||||
architecture: amd64
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
apiVersion: v1
|
||||
baseDomain: shiftstack.example.com
|
||||
clusterID: manifests1
|
||||
controlPlane:
|
||||
hyperthreading: Enabled
|
||||
architecture: amd64
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
apiVersion: v1
|
||||
baseDomain: shiftstack.example.com
|
||||
clusterID: manifests1
|
||||
controlPlane:
|
||||
hyperthreading: Enabled
|
||||
architecture: amd64
|
||||
|
||||
Reference in New Issue
Block a user