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 #5216

Conversation

c-bordon
Copy link
Member

@c-bordon c-bordon commented Apr 15, 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

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 16, 2024
@c-bordon c-bordon marked this pull request as ready for review April 16, 2024 13:52
@c-bordon c-bordon linked an issue Apr 16, 2024 that may be closed by this pull request
@c-bordon c-bordon requested a review from teddytpc1 April 16, 2024 14:00
@c-bordon c-bordon requested a review from rauldpm April 16, 2024 18:53
@rauldpm rauldpm changed the title Enhancement/5198 dtt1 allocation bug instance connection error to4495 dtt1 release Fix allocation bug instance connection error Apr 16, 2024
@teddytpc1 teddytpc1 merged commit 0b7738c into 4495-dtt1-release Apr 17, 2024
@teddytpc1 teddytpc1 deleted the enhancement/5198-dtt1-allocation-bug-instance-connection-error-to4495-dtt1-release branch April 17, 2024 15:49
@c-bordon c-bordon restored the enhancement/5198-dtt1-allocation-bug-instance-connection-error-to4495-dtt1-release branch April 19, 2024 12:19
@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
4 participants