summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/eos.py
Commit message (Expand)AuthorAgeFilesLines
* Add eos changes for Python3 (#24600)Ganesh Nalawade2017-05-241-22/+30
* Fix typos in eos module_utils (#24966)Abhijeet Kasurde2017-05-241-3/+3
* Remove deprecation for username/password eos_user, nxos_user and Doc update (...Trishna Guha2017-05-221-3/+9
* Eos port default values (#23829)Nathaniel Case2017-04-201-1/+0
* EOS default transport (#23824)Nathaniel Case2017-04-201-3/+2
* Make warning logs consistent (#23666)Ganesh Nalawade2017-04-181-3/+17
* Redo #23418 (#23425)Nathaniel Case2017-04-071-1/+6
* Fixes #23388 Network provider masks too much (#23418)Chris Alfonso2017-04-071-1/+1
* Unhardcode the port and protocol on eos EAPI (#23350)Ricardo Carrillo Cruz2017-04-061-11/+8
* Remove dupe supports_session method from eos module_utils (#23240)Ricardo Carrillo Cruz2017-04-041-4/+0
* Add no_log to all network module_utils provider argument (#22566)Ricardo Carrillo Cruz2017-03-131-1/+1
* Fixing issue #22193 - authorize argument is not deprecated for 2.3 for ios an...Chris Alfonso2017-03-071-1/+1
* roll up of eos fixes (#21987)Peter Sprygada2017-02-271-9/+1
* fixes issue with config parents on eos modules (#21923)Peter Sprygada2017-02-251-11/+36
* fixes issue that caused eapi transport setting to get lost (#21919)Peter Sprygada2017-02-251-3/+3
* roll up of eos fixes (#21629)Peter Sprygada2017-02-191-8/+7
* fixes eos action mapping of play_context values (#21614)Peter Sprygada2017-02-181-1/+1
* bug fixes and updates for eos connections (#21534)Peter Sprygada2017-02-161-9/+21
* roll up of fixes for eos modules (#21406)Peter Sprygada2017-02-141-7/+8
* updates eos modules to use socket (#21197)Peter Sprygada2017-02-131-93/+358
* bug fixes for shell exec command (#20988)Peter Sprygada2017-02-021-0/+1
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-301-1/+1
* reorganizes eos shared module (#20795)Peter Sprygada2017-01-281-22/+37
* updates eos shared modules (#20738)Peter Sprygada2017-01-261-283/+83
* fixes exception raised when extracting timeout value from ModuleStub in eapi ...Peter Sprygada2016-11-281-1/+1
* pass module timeout value to fetch_url in eapi connection (#18633)Peter Sprygada2016-11-261-1/+3
* Exception.message gone in 3.x (#18221)Nathaniel Case2016-10-281-1/+2
* fixes issue when checking if sessions are supported (#18013)Peter Sprygada2016-10-131-1/+1
* fixes issue in eos shared module for earlier versions of EOS (#17980)Peter Sprygada2016-10-121-1/+18
* switches the kickstart arg from True to False for eos (#17858)Peter Sprygada2016-10-021-19/+7
* fixes issue where config sessions where left behind (#17673)Peter Sprygada2016-09-201-1/+6
* Cleanup eos (#17548)Nathaniel Case2016-09-131-4/+3
* eos: cmd should be item (#17540)John R Barker2016-09-131-1/+1
* cleans up load_config() in eos shared modulePeter Sprygada2016-09-111-13/+5
* minor fix in eos shared module returning diffPeter Sprygada2016-09-071-0/+4
* Merge pull request #17431 from privateip/eosPeter Sprygada2016-09-071-32/+43
|\
| * minor roll up of fixes to eos shared modulePeter Sprygada2016-09-061-32/+43
* | bug fix for AttributeError: 'str' object has no attribute 'get'Peter Sprygada2016-09-061-3/+7
|/
* Network module cleanup (#17334)Nathaniel Case2016-09-061-22/+21
* fixes two bugs in the eos shared modulePeter Sprygada2016-08-281-2/+2
* updates eos shared modulePeter Sprygada2016-08-221-155/+80
* Relicense low-hanging fruit to BSD (#17025)Nathaniel Case2016-08-101-13/+22
* adds restconf transport option to ios shared modulePeter Sprygada2016-07-091-4/+4
|\
| * EOS new ModuleStubNathaniel Case2016-07-071-5/+4
* | add helper factory function to avoid breaking network modules in develPeter Sprygada2016-07-091-2/+5
|\ \ | |/ |/|
| * Refactor network and eos module_utils to use a subclass instead of factory fu...Toshio Kuratomi2016-07-061-2/+4
* | Net mod ios (#16426)Nathaniel Case2016-07-071-13/+3
|/
* removes dependency on collections module from eos (#16485)Peter Sprygada2016-06-301-4/+4
* Network Module: EOS (#16158)Nathaniel Case2016-06-201-196/+312
* Clarify exception handling in net modules (#15507)Nathaniel Case2016-04-251-27/+25