diff --git a/example/cluster-machine-template-simple-taint.yaml b/example/cluster-machine-template-simple-taint.yaml index f6a830c2a..f86925356 100644 --- a/example/cluster-machine-template-simple-taint.yaml +++ b/example/cluster-machine-template-simple-taint.yaml @@ -243,7 +243,7 @@ spec: securityGroupNames: - name: cluster-api-securitygroups-kw - name: cluster-api-securitygroups-node - vmType: "tinav4.c2r4p2" + vmType: "tinav6.c4r8p2" --- apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 kind: OscMachineTemplate diff --git a/test/e2e/config/outscale.yaml b/test/e2e/config/outscale.yaml index 16184be18..a31299e7b 100644 --- a/test/e2e/config/outscale.yaml +++ b/test/e2e/config/outscale.yaml @@ -72,7 +72,7 @@ variables: OSC_VOLUME_TYPE: "gp2" OSC_KEYPAIR_NAME: "cluster-api-keypair" OSC_SUBREGION_NAME: "${OSC_SUBREGION_NAME:us-east-2a}" - OSC_VM_TYPE: "tinav3.c4r8p1" + OSC_VM_TYPE: "tinav6.c4r8p2" OSC_LOADBALANCER_NAME: "capo-e2e-k8s" WORKER_MACHINE_COUNT: 1 CONTROL_PLANE_MACHINE_COUNT: 1 diff --git a/testenv/osccluster_controller_test.go b/testenv/osccluster_controller_test.go index 7f6acb579..5de116424 100644 --- a/testenv/osccluster_controller_test.go +++ b/testenv/osccluster_controller_test.go @@ -1127,7 +1127,7 @@ var _ = Describe("Outscale Cluster Reconciler", func() { }, SubnetName: "cluster-api-subnet-kcp", LoadBalancerName: "osc-k8s-machine", - VmType: "tinav3.c4r8p1", + VmType: "tinav6.c4r8p2", SecurityGroupNames: []infrastructurev1beta1.OscSecurityGroupElement{ { Name: "cluster-api-securitygroups-kcp",