-
Notifications
You must be signed in to change notification settings - Fork 16
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] Not possible to set custom vlan id on megaport_vxc b_end #167
Comments
Hello - thanks for reaching out about this. Just to clarify, is this an issue when creating the VXC, updating the VXC, or both? We were able to successfully create an MVE to Port VXC with a In cases where the VLAN ID ( You should be able to update a MVE to Port VXC under this configuration with no assigned b_end VLAN upon creation by adding the ordered_vlan field when updating. We just tested this with a b_end ordered_vlan of 300 on update with no issues in an MVE to Port VXC. If possible, could you provide a little more clarification on the configuration of the port and MVE? |
Hello! Thank you quick reply. The issue is when i do both - create and update. Let me emphasize that in my config When I create from scratch i see in plan that provider even not try to assign
Code:
|
Thanks for this - could you please also provide a little more info on the port you are attempting to assign the VLAN to in the VXC? |
Just a heads up - in the example you provided, the |
Thank you, my fault! Now everything works fine |
No problem, glad everything works and thanks for reaching out! |
Hi, Sorry for reopening this issue. Despite successful test on Staging, in Production environment I have issues to update Can you take a look. VXC ID = 1ddbdae4 Terraform plan:
Terraform apply:
|
Just to clarify - what is the initial configuration and desired configuration upon update for this VXC update? Are you attempting to change the |
Could we also get some clarification on how this is being set? |
Hi! Regarding the plan issue - not sure where it comes from. Most likely copy paste issue. I have rerun plan and now I don't have it. Regarding your question - yes I am trying to change Plan:
Apply
|
Thanks for pointing this out, we're working on a fix. |
Hello! Any ETA for the fix? |
We're hoping to get a release out that addresses this issue hopefully within the next several days. Thank you for your patience! |
Hello! Is v1.2.1 is intended to fix this issue? I have just tested and see littlebit different issue Plan:
Apply:
|
Describe the bug
It is not possible to set custom vlan id on
megaport_vxc
resource b_end, which is connected tomegaport_port
. While a_end (connected tomegaport_mve
) vlan id can be changes without problems using "inner_vlan" variable.Manually, in Megaport Portal, we can successfully adjust vlan id.
We have tried to use 3 variables:
vlan
,inner_vlan
, andordered_vlan
without success.When we tried to set using vlan, I got error message:
When using inner_vlan, and ordered_vlan - terraform reports that there are no changes to apply.
Terraform and Provider Version
terraform-provider-megaport
version isv1.2.0
terraform
version isv1.5.4
Terraform File and Steps to Reproduce
The text was updated successfully, but these errors were encountered: