Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix allocation bug instance connection error #5274

Conversation

c-bordon
Copy link
Member

@c-bordon c-bordon commented Apr 19, 2024

close: #5198

A connectivity validation method is created after provisioning, this validation is carried out through SSH or WINRM depending on the system. When the module finishes executing it is because the machine is provisioned and has connectivity, therefore, it is ready to use.

Several tests were carried out and they were used to correct some errors in the Windows userData and the general Windows configuration. As well as in the process of eliminating Windows instances.

The validation process has an automatic rollback, that is, if after 15 retries with a time between attempts of 60 seconds the instance does not connect, a rollback is automatically performed and the instance is deleted. This rollback can be disabled with the --rollback argument set to False

Related

Retry of: #5216

Testing

Test with rollback: #5198 (comment)

Test without rollback: #5198 (comment)

Test PowerPC: #5198 (comment)

Test macOS Intel: #5198 (comment)

Test macOS ARM: #5198 (comment)

Test Linux: #5198 (comment)

Test Windows Server 2012 R2: #5198 (comment)

Test Windows Server 2016: #5198 (comment)

Test Windows Server 2019: #5198 (comment)

Test Windows Server 2022: #5198 (comment)

Test Windows desktop 10: #5198 (comment)

Test Windows desktop 11: #5198 (comment)

@c-bordon c-bordon self-assigned this Apr 19, 2024
@c-bordon c-bordon requested a review from teddytpc1 April 19, 2024 12:20
@c-bordon c-bordon linked an issue Apr 19, 2024 that may be closed by this pull request
@teddytpc1 teddytpc1 merged commit ea0a03f into 4495-dtt1-release Apr 19, 2024
@teddytpc1 teddytpc1 deleted the enhancement/5198-dtt1-allocation-bug-instance-connection-error-to4495-dtt1-release branch April 19, 2024 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DTT1 - Allocation bug - Instance connection error
2 participants