Add junos_vlan platform agnostic module (#25652)

* Add junos_vlan platform agnostic module

*  junos_vlan implementation

*  integration test for junos_vlan

* Minor fixes

* Fix Integration test failure
This commit is contained in:
Ganesh Nalawade
2017-06-14 14:23:52 +05:30
committed by GitHub
parent 91e995d691
commit b69c7f50d0
12 changed files with 409 additions and 4 deletions

View File

@@ -14,3 +14,4 @@
- { role: junos_netconf, when: "limit_to in ['*', 'junos_netconf']" }
- { role: junos_rpc, when: "limit_to in ['*', 'junos_rpc']" }
- { role: junos_template, when: "limit_to in ['*', 'junos_template']" }
- { role: junos_vlan, when: "limit_to in ['*', 'junos_vlan']" }