File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,7 @@ variables:
218218 CNI : " ../../data/cni/calico.yaml"
219219 CCM : " ../../data/ccm/cloud-controller-manager.yaml"
220220 EXP_CLUSTER_RESOURCE_SET : " true"
221+ IP_FAMILY : " ipv4"
221222 OPENSTACK_BASTION_IMAGE_NAME : " cirros-0.6.1-x86_64-disk"
222223 OPENSTACK_BASTION_IMAGE_URL : https://storage.googleapis.com/artifacts.k8s-staging-capi-openstack.appspot.com/test/cirros/2022-12-05/cirros-0.6.1-x86_64-disk.img
223224 OPENSTACK_BASTION_IMAGE_HASH : 0c839612eb3f2469420f2ccae990827f
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ var _ = Describe("When testing clusterctl upgrades for CAPO (v0.11=>current) and
6868 WorkloadFlavor : shared .FlavorCapiV1Beta1 ,
6969 InitWithKubernetesVersion : e2eCtx .E2EConfig .MustGetVariable (shared .KubernetesVersion ),
7070 InitWithRuntimeExtensionProviders : []string {"openstack-resource-controller:v1.0.2" },
71+ UseKindForManagementCluster : true ,
7172 }
7273 })
7374})
@@ -102,6 +103,7 @@ var _ = Describe("When testing clusterctl upgrades for CAPO (v0.12=>current) and
102103 WorkloadFlavor : shared .FlavorCapiV1Beta1 ,
103104 InitWithKubernetesVersion : e2eCtx .E2EConfig .MustGetVariable (shared .KubernetesVersion ),
104105 InitWithRuntimeExtensionProviders : []string {"openstack-resource-controller:v1.0.2" },
106+ UseKindForManagementCluster : true ,
105107 }
106108 })
107109})
@@ -136,6 +138,7 @@ var _ = Describe("When testing clusterctl upgrades for CAPO (v0.13=>current) and
136138 WorkloadFlavor : shared .FlavorDefault ,
137139 InitWithKubernetesVersion : e2eCtx .E2EConfig .MustGetVariable (shared .KubernetesVersion ),
138140 InitWithRuntimeExtensionProviders : []string {"openstack-resource-controller:v1.0.2" },
141+ UseKindForManagementCluster : true ,
139142 }
140143 })
141144})
You can’t perform that action at this time.
0 commit comments