-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Enable test "When testing clusterctl upgrades using ClusterClass" - Use infrastructure-components-supervisor.yaml for supervisor tests of old versions - vsphere.yaml: add variables for serviceaccount configmap, necessary to install old versions - add net-operator for supervisor tests on separate kind cluster - disable capv image preload because we are using kind - fix templates used in old supervisor e2e tests - fix kind clusterproxy scheme Co-authored-by: [email protected] Co-authored-by: [email protected]
- Loading branch information
Showing
33 changed files
with
3,663 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -166,6 +166,8 @@ providers: | |
# Add a cluster template | ||
- sourcePath: "../../../test/e2e/data/infrastructure-vsphere-govmomi/v1.10/cluster-template-workload.yaml" | ||
- sourcePath: "../../../test/e2e/data/infrastructure-vsphere-govmomi/v1.10/clusterclass-quick-start.yaml" | ||
- sourcePath: "../../../test/e2e/data/infrastructure-vsphere-supervisor/v1.10/cluster-template-workload-supervisor.yaml" | ||
- sourcePath: "../../../test/e2e/data/infrastructure-vsphere-supervisor/v1.10/clusterclass-quick-start-supervisor.yaml" | ||
- sourcePath: "../data/shared/capv/v1.10/metadata.yaml" | ||
- name: "{go://sigs.k8s.io/[email protected]}" # supported release in the v1beta1 series | ||
value: "https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases/download/{go://sigs.k8s.io/[email protected]}/infrastructure-components.yaml" | ||
|
@@ -175,6 +177,8 @@ providers: | |
# Add a cluster template | ||
- sourcePath: "../../../test/e2e/data/infrastructure-vsphere-govmomi/v1.9/cluster-template-workload.yaml" | ||
- sourcePath: "../../../test/e2e/data/infrastructure-vsphere-govmomi/v1.9/clusterclass-quick-start.yaml" | ||
- sourcePath: "../../../test/e2e/data/infrastructure-vsphere-supervisor/v1.9/cluster-template-workload-supervisor.yaml" | ||
- sourcePath: "../../../test/e2e/data/infrastructure-vsphere-supervisor/v1.9/clusterclass-quick-start-supervisor.yaml" | ||
- sourcePath: "../data/shared/capv/v1.9/metadata.yaml" | ||
|
||
- name: vcsim | ||
|
@@ -260,6 +264,9 @@ variables: | |
EXP_NODE_ANTI_AFFINITY: "true" | ||
CAPI_DIAGNOSTICS_ADDRESS: ":8080" | ||
CAPI_INSECURE_DIAGNOSTICS: "true" | ||
# Required to be set to install capv-supervisor <= v1.10, but getting created. | ||
SERVICE_ACCOUNTS_CM_NAMESPACE: "capv-system" | ||
SERVICE_ACCOUNTS_CM_NAME: "service-accounts-cm" | ||
|
||
intervals: | ||
default/wait-controllers: ["5m", "10s"] | ||
|
Oops, something went wrong.