Actions
action #62408
closed[kernel][public cloud] Timeout when creating Azure-Standard VMs
Status:
Closed
Priority:
High
Assignee:
Category:
Bugs in existing tests
Target version:
QE Kernel - QE Kernel Done
Start date:
2020-01-21
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
All the Azure-Standard tests are failing with timeout in terraform apply.
https://openqa.suse.de/tests/overview?distri=sle&version=15-SP2&build=0.9.3-1.28&groupid=219&flavor=Azure-Standard
I did some tests increasing that timeout to 1 hour and I get this message:
azurerm_virtual_machine.openqa-vm[0]: Still creating... [40m10s elapsed]
azurerm_virtual_machine.openqa-vm[0]: Still creating... [40m20s elapsed]
azurerm_virtual_machine.openqa-vm[0]: Still creating... [40m30s elapsed]
azurerm_virtual_machine.openqa-vm[0]: Still creating... [40m40s elapsed]
azurerm_virtual_machine.openqa-vm[0]: Still creating... [40m50s elapsed]
azurerm_virtual_machine.openqa-vm[0]: Still creating... [41m0s elapsed]
Error: Code="OSProvisioningTimedOut" Message="OS Provisioning for VM 'jlausuch-vm-b453e006c72d7fae' did not finish in the allotted time. The VM may still finish provisioning successfully. Please check provisioning state later. Also, make sure the image has been properly prepared (generalized).\r\n * Instructions for Windows: https://azure.microsoft.com/documentation/articles/virtual-machines-windows-upload-image/ \r\n * Instructions for Linux: https://azure.microsoft.com/documentation/articles/virtual-machines-linux-capture-image/ "
on plan.tf line 129, in resource "azurerm_virtual_machine" "openqa-vm":
129: resource "azurerm_virtual_machine" "openqa-vm" {
Updated by jlausuch almost 5 years ago
- Project changed from 46 to openQA Tests
- Category set to Bugs in existing tests
Updated by jlausuch almost 5 years ago
Updated by jlausuch over 4 years ago
- Status changed from Workable to Closed
- Target version changed from 445 to 457
Updated by pcervinka about 4 years ago
- Target version changed from 457 to QE Kernel Done
Actions