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

Add support for IPv6 address information #247

Open
frousselet opened this issue Apr 21, 2022 · 3 comments
Open

Add support for IPv6 address information #247

frousselet opened this issue Apr 21, 2022 · 3 comments

Comments

@frousselet
Copy link
Collaborator

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Add computed IPv6 information on resource opennebula_virtual_machine along side of computed_ip: computed_ip6_global and computed_ip6_link

New or Affected Resource(s)

  • opennebula_virtual_machine

Potential Terraform Configuration

resource "opennebula_virtual_machine" "my_vm" {
  # ...
}

# opennebula_virtual_machine.my_vm.computed_ip6_global
# opennebula_virtual_machine.my_vm.computed_ip6_link

References

@frousselet frousselet linked a pull request Apr 21, 2022 that will close this issue
@frousselet frousselet added this to the 0.5.0 milestone Apr 21, 2022
@frousselet frousselet self-assigned this Apr 21, 2022
frousselet added a commit that referenced this issue May 3, 2022
@frousselet frousselet linked a pull request May 3, 2022 that will close this issue
7 tasks
frousselet added a commit that referenced this issue May 4, 2022
frousselet added a commit that referenced this issue May 5, 2022
frousselet added a commit that referenced this issue May 6, 2022
frousselet added a commit that referenced this issue May 6, 2022
frousselet added a commit that referenced this issue May 6, 2022
frousselet added a commit that referenced this issue May 13, 2022
frousselet added a commit that referenced this issue May 23, 2022
frousselet added a commit that referenced this issue May 23, 2022
@frousselet frousselet modified the milestones: 0.5.0, 0.6.0 May 23, 2022
frousselet added a commit that referenced this issue May 23, 2022
frousselet added a commit that referenced this issue May 23, 2022
frousselet pushed a commit that referenced this issue May 23, 2022
Expose computed_ip6_global and computed_ip6_link next to computed_ip

Signed-off-by: Daniel Molkentin <daniel@molkentin.de>
frousselet added a commit that referenced this issue May 23, 2022
frousselet added a commit that referenced this issue May 23, 2022
frousselet added a commit that referenced this issue May 23, 2022
frousselet added a commit that referenced this issue May 23, 2022
frousselet pushed a commit that referenced this issue May 24, 2022
Expose computed_ip6_global and computed_ip6_link next to computed_ip

Signed-off-by: Daniel Molkentin <daniel@molkentin.de>
frousselet added a commit that referenced this issue May 24, 2022
@frousselet frousselet removed this from the 0.5.1 milestone Jun 3, 2022
@frousselet frousselet added this to the 1.0.0 milestone Jun 3, 2022
@github-actions
Copy link

github-actions bot commented Aug 3, 2022

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@frousselet frousselet modified the milestones: 1.0.0, 1.1.0 Aug 11, 2022
zuntrax pushed a commit to danimo/terraform-provider-opennebula that referenced this issue Oct 27, 2022
Expose computed_ip6_global and computed_ip6_link next to computed_ip

Signed-off-by: Daniel Molkentin <daniel@molkentin.de>
zuntrax pushed a commit to danimo/terraform-provider-opennebula that referenced this issue Oct 27, 2022
@frousselet frousselet modified the milestones: 1.1.0, 1.2.0 Nov 23, 2022
danimo added a commit to danimo/terraform-provider-opennebula that referenced this issue Nov 25, 2022
Expose computed_ip6_global and computed_ip6_link next to computed_ip

Signed-off-by: Daniel Molkentin <daniel@molkentin.de>
danimo pushed a commit to danimo/terraform-provider-opennebula that referenced this issue Nov 25, 2022
@frousselet frousselet removed their assignment Dec 6, 2022
@frousselet frousselet modified the milestones: 1.2.0, 2.0.0 Jan 27, 2023
@frousselet frousselet closed this as not planned Won't fix, can't repro, duplicate, stale Apr 13, 2023
@danimo
Copy link

danimo commented Jun 1, 2023

Why was this closed? It's still very much needed. Anything we can do to help?

Right now we are running a patched fork with this feature and it works nicely.

danimo pushed a commit to danimo/terraform-provider-opennebula that referenced this issue Nov 16, 2023
danimo added a commit to danimo/terraform-provider-opennebula that referenced this issue Nov 16, 2023
Expose computed_ip6_global and computed_ip6_link next to computed_ip

Signed-off-by: Daniel Molkentin <daniel@molkentin.de>
danimo pushed a commit to danimo/terraform-provider-opennebula that referenced this issue Nov 16, 2023
danimo added a commit to danimo/terraform-provider-opennebula that referenced this issue Nov 16, 2023
Expose computed_ip6_global and computed_ip6_link next to computed_ip

Signed-off-by: Daniel Molkentin <daniel@molkentin.de>
@sebhoss
Copy link

sebhoss commented Jan 16, 2024

@frousselet can you reopen this? It would be awesome to have access to the "IPv6 Global" value which can be seen in the admin UI of each VM.

@frousselet frousselet modified the milestones: 2.0.0, 1.5.0 Jan 22, 2024
@frousselet frousselet reopened this Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment