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

Support for dhcp relay on MX vlans #23

Open
thomasnoppe opened this issue Oct 27, 2024 · 3 comments
Open

Support for dhcp relay on MX vlans #23

thomasnoppe opened this issue Oct 27, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@thomasnoppe
Copy link

Hi,

Thank you for building this Terraform provider.
I am however missing some features, I will create an issue per feature request.

This one is to be able to configure the dhcp relay servers on a vlan on a MX.
Our dhcp servers are only reachable over site-to-site so a seperate resource would be great.
Then I dont have cyclic dependencies between the vlan and dhcp relay and site-to-site vpn (you can only configure a dhcp relay if there is a route to it and if you dont have site-to-site yet because you need to configure the vlans first there would be cyclic dependency).

kind regards

@danischm
Copy link
Member

danischm commented Nov 2, 2024

Hi @thomasnoppe, thanks for opening this issue! It looks like the reason the DHCP relay configuration is missing from the existing resource is due to an error in the OpenAPI specification. We will correct this and enhance the existing meraki_appliance_vlan resource to support those additional attributes. Nevertheless, from what I understand, this would not solve your issue, as you would need to configure the DHCP relay part independently of the remaining configuration due to some other configuration that needs to be applied as a pre-requisite, which itself depends on the base vlan configuration. Is that the correct understanding?

@danischm danischm added the enhancement New feature or request label Nov 2, 2024
@danischm
Copy link
Member

danischm commented Nov 3, 2024

f00c6be

@thomasnoppe
Copy link
Author

Hi @thomasnoppe, thanks for opening this issue! It looks like the reason the DHCP relay configuration is missing from the existing resource is due to an error in the OpenAPI specification. We will correct this and enhance the existing meraki_appliance_vlan resource to support those additional attributes. Nevertheless, from what I understand, this would not solve your issue, as you would need to configure the DHCP relay part independently of the remaining configuration due to some other configuration that needs to be applied as a pre-requisite, which itself depends on the base vlan configuration. Is that the correct understanding?

Yes you are correct!

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

No branches or pull requests

2 participants