-
Notifications
You must be signed in to change notification settings - Fork 43
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
failure using IPv6 controller address. #582
Labels
Comments
Take a look at using |
could not reproduce with 0.15.1. tried the following plan
which was successfully applied. |
SimoneDutto
added a commit
to SimoneDutto/terraform-provider-juju
that referenced
this issue
Dec 16, 2024
… in makefile to enable ipv6 The previuos shell command to extract the ipv6 from the show-controller was removing the '[' from the ipv6. The new command removed only the surrounding '[', making it possible to work with ipv6 fix juju#582
SimoneDutto
added a commit
to SimoneDutto/terraform-provider-juju
that referenced
this issue
Dec 16, 2024
… in makefile to enable ipv6 The previuos shell command to extract the ipv6 from the show-controller was removing the '[' from the ipv6. The new command removed only the surrounding '[', making it possible to work with ipv6 fix juju#582
SimoneDutto
added a commit
to SimoneDutto/terraform-provider-juju
that referenced
this issue
Dec 17, 2024
… in makefile to enable ipv6 The previuos shell command to extract the ipv6 from the show-controller was removing the '[' from the ipv6. The new command removed only the surrounding '[', making it possible to work with ipv6 fix juju#582
SimoneDutto
added a commit
to SimoneDutto/terraform-provider-juju
that referenced
this issue
Dec 17, 2024
… in makefile to enable ipv6 The previuos shell command to extract the ipv6 from the show-controller was removing the '[' from the ipv6. The new command removed only the surrounding '[', making it possible to work with ipv6 fix juju#582
SimoneDutto
added a commit
to SimoneDutto/terraform-provider-juju
that referenced
this issue
Dec 17, 2024
… in makefile to enable ipv6 The previuos shell command to extract the ipv6 from the show-controller was removing the '[' from the ipv6. The new command removed only the surrounding '[', making it possible to work with ipv6 fix juju#582
I have also tested two other scenarios:
|
SimoneDutto
added a commit
to SimoneDutto/terraform-provider-juju
that referenced
this issue
Dec 18, 2024
… in makefile to enable ipv6 The previuos shell command to extract the ipv6 from the show-controller was removing the '[' from the ipv6. The new command removed only the surrounding '[', making it possible to work with ipv6 fix juju#582
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Seen in acceptance tests and locally. When the first controller ip address provided is IPv6, the following error occurs. Even if the 2nd address provided is IPv4. Swapping the order of the ip address list or removing the IPv6 address resolves the issue.
=== NAME TestAcc_ResourceIntegrationWithMultipleConsumers
resource_integration_test.go:222: Step 3/3 error: Error running post-apply refresh plan: exit status 1
--- FAIL: TestAcc_ResourceIntegrationWithMultipleConsumers (332.27s)
Urgency
Annoying bug in our test suite
Terraform Juju Provider version
0.13.0, 0.14.0
Terraform version
1.9.x
Juju version
3.5.x
Terraform Configuration(s)
Reproduce / Test
Debug/Panic Output
No response
Notes & References
No response
The text was updated successfully, but these errors were encountered: