Skip to content

Commit

Permalink
Change vmtype
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentBaer committed Jan 12, 2024
1 parent 8107022 commit 098941e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/cluster-machine-template-simple-taint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/config/outscale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion testenv/osccluster_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 098941e

Please sign in to comment.