Paul Belanger
c3635532d3
Revert "Allow httpapi for EOS resource modules ( #66871 )" ( #67131 )
...
This looks to be causing issues for our new ansible.netcommon
collection. Revert for now, until we can properly address.
This reverts commit 53c7f8cbde
.
2020-02-06 10:20:08 -05:00
Nathaniel Case
53c7f8cbde
Allow httpapi for EOS resource modules ( #66871 )
...
* Redo tests to be transport agnostic
cli -> eos config
* Redirect connection for httpapi
* Fix tests
* Handle missing platform imports
2020-02-03 08:04:08 -05:00
Paul Belanger
af3603f9ee
Revert "Allow httpapi for resource modules ( #62843 )" ( #66483 )
...
While this does properly pass our testing for ansible/ansible devel
branch, it is currently breaking our collection testing for 2.10.
Specifically, this would mean ansible.netcommon would need to directly
import arista.eos or cisco.nxos collections, causing a circular dependency.
This reverts commit e266e5f8b6
.
2020-01-15 12:25:38 -05:00
Nathaniel Case
e266e5f8b6
Allow httpapi for resource modules ( #62843 )
...
* Redo tests to be transport agnostic
cli -> eos config
Redirect connection for httpapi
2020-01-14 14:26:10 -05:00
Paul Belanger
a1381d6e67
Add connection_local / connection_httpapi skip to eos ( #65948 )
...
This starts to allow us to break jobs out per connection testing.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-12-18 13:32:56 -05:00
Nathaniel Case
7917d4def7
Standardize eos resource modules ( #61736 )
...
* Fix eos_l3_interfaces case sensitivity
* Unify EOS module notes
* Add normalize_interfaces to eos_l2_interfaces
* Pull normalize_interface into eos_interfaces
* Add normalize_interface to lag_interfaces
* Add normalize_interface to lldp_interfaces
* Add normalize_interface to lacp_interfaces
* more module cleanup
* Add changelog
2019-09-13 09:35:50 -04:00
Nathaniel Case
efa163a2e8
New module eos_lag_interfaces ( #60610 )
...
* Copy module files
* Deprecate eos_linkagg
* Add tests
2019-08-19 15:34:20 -04:00