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 RouterOS v7 #50

Closed
ddelnano opened this issue Sep 4, 2021 · 2 comments
Closed

Support RouterOS v7 #50

ddelnano opened this issue Sep 4, 2021 · 2 comments

Comments

@ddelnano
Copy link
Owner

ddelnano commented Sep 4, 2021

All of the existing tests pass against routerOS v7 except the bpg related tests

Error:     resource_bgp_instance_test.go:48: Step 1/1 error: Error running apply: exit status 1
        
        Error: from RouterOS device: no such command prefix
        
          with mikrotik_bgp_instance.bar,
          on terraform_plugin_test.tf line 2, in resource "mikrotik_bgp_instance" "bar":
           2: resource "mikrotik_bgp_instance" "bar" {

We need to investigate why this error is happening

@ddelnano
Copy link
Owner Author

ddelnano commented Sep 8, 2021

It seems that the bgp peer and instance configuration was designed in routerOS v7. This means that we will need to create new resources for v7 and need to disable these resources in the v7 test suite.

@ddelnano
Copy link
Owner Author

ddelnano commented Sep 8, 2021

#51 has fully integrated a passing RouterOS v7 build. We will need to reimplement bgp support in #52 but otherwise this is complete.

@ddelnano ddelnano closed this as completed Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant