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

[BUG] citrixadc_rebooter - gives error when VPX reboots #980

Open
HS1542 opened this issue Jan 11, 2023 · 1 comment
Open

[BUG] citrixadc_rebooter - gives error when VPX reboots #980

HS1542 opened this issue Jan 11, 2023 · 1 comment
Labels

Comments

@HS1542
Copy link

HS1542 commented Jan 11, 2023

Bug Report

Describe the bug
Using the citrixadc_rebooter towards a VPX on SDX fails with one of the following errors.
However - The VPX is rebooted, but the terraform project breaks since other resources depend on a reboot.

Error: [ERROR] nitro-go: Failed to apply action on resource of type reboot, action= err=Post "https://10.x.y.z/nitro/v1/config/reboot": EOF
Error: [ERROR] nitro-go: Failed to apply action on resource of type reboot, action= err=Post "https://10.x.y.z/nitro/v1/config/reboot": read tcp 10.z.y.x:60542->10.x,y,z:443: read: connection reset by peer

To Reproduce
resource "citrixadc_rebooter" "tf_rebooter" {
timestamp = "bootstrap-boot"
warm = false
wait_until_reachable = true
reachable_poll_delay = "180s"
}

Expected behaviour
The provider should handle that the VPX is closing/resetting the connection at once when the command is submitted.

Additional context
While trying the same towards a VPX on hyper-v, the problem occured sporadic, might be because of lower network latency running TF and VPX on a single host?

@HS1542
Copy link
Author

HS1542 commented Nov 7, 2023

The use case is that it is required to perform a reboot to apply a configured time zone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants