Skip to content

Commit

Permalink
Use ubuntu Vms for Azure agented tests
Browse files Browse the repository at this point in the history
On Azure RHEL VM, when ExternalNode is added and deleted
repeatedly, antrea-agent goes into a weired state where
ExternalNode add event is ignored, as agent things there
is no change in the ExternalNode interface.

Tracking issue on antrea:

antrea-io/antrea#5192
antrea-io/antrea#5111
Signed-off-by: Anand Kumar <[email protected]>
  • Loading branch information
Anandkumar26 committed Nov 15, 2023
1 parent 2227697 commit 11cf01f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hack/terraform/azure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ variable "azure_vm_os_types_agented" {
init = "init_script_ubuntu.sh"
},
{
name = "rhel-host3"
offer = "RHEL-SAP-HA"
publisher = "RedHat"
sku = "8_4"
init = "init_script_rhel.sh"
}
name = "ubuntu-host3"
offer = "0001-com-ubuntu-server-focal"
publisher = "Canonical"
sku = "20_04-lts-gen2"
init = "init_script_ubuntu.sh"
},
]
}

Expand Down

0 comments on commit 11cf01f

Please sign in to comment.