summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-10Handle exceptions with different log levelsSaku Ytti
2014-02-07Add AOS (ALU OmniSwitch) supportSaku Ytti
Specifically AOS 6, vxworks era, not linux era 7
2014-02-07Ignore ssh keys, change input exceptionsSaku Ytti
Now input ssh has configuration secure which is false by default, meaning we don't care about changing keys. It breaks ssh security model but rancid does it too. Also input models error handling is now mostly moved to node.rb for centralized handling + logging. With input models only defining which errors they want to receover from.
2013-10-26Merge pull request #8 from nopedial/masterytti
ascii/json output initial differentiation
2013-10-26set group to nil if no group is definednopedial
2013-10-26fix logicnopedial
2013-10-26cleanup ascii API outputnopedial
2013-10-26clean ascii API outputnopedial
2013-10-26add primitive plain ascii API output supportnopedial
2013-10-26bump up versionnopedial
2013-10-26add fetch API to git outputnopedial
2013-10-25Merge pull request #1 from ytti/masterSamer Abdel-Hafez
update local branch
2013-10-25Fix fetch methodSaku Ytti
2013-10-24Merge https://github.com/p-sherratt/oxidized workSaku Ytti
* IOS model conditional support for enable password * rest_client fix * rescue more errors in ssh
2013-10-24Merge pull request #7 from nopedial/masterytti
finalize fetch API call
2013-10-23cosmetic updatenopedial
2013-10-23finalize fetch API callnopedial
2013-10-15Update file.rbSamer Abdel-Hafez
2013-10-15fix fetch search and broken outputnopedial
2013-10-15enhance fetch supportnopedial
2013-10-14Merge pull request #6 from nopedial/masterytti
Implement fetch method for 'file' output model
2013-10-14bump up software versionnopedial
2013-10-14implement fetch into output modelnopedial
2013-10-10add check and rescue for fetch paramsnopedial
2013-10-10primitive ascii configuration fetch APInopedial
2013-09-06more errors to rescue fromPaul Sherratt
2013-09-05quick fix in rest_client.rbp-sherratt
2013-09-05filter mpls te bandwidth line from config if auto-bw is configured, and ↵p-sherratt
always attempt to enable if :enable password is configured
2013-05-12Merge pull request #5 from nopedial/workflowytti
Add procurve model, enhance powerconnect model, add EHOSTUNREACH rescue to input/ssh.rb
2013-05-12add rescue for Errno::EHOSTUNREACH in input/ssh.rbnopedial
2013-05-12models enhancenopedial
2013-05-01Net::ReadTimeout is ruby 2.0.0 specificSaku Ytti
use TimeoutError for compatibility
2013-05-01Merge pull request #4 from nopedial/work-flowytti
Update powerconnect.rb, catch errors in input.rbs and fix typos in ios.rb
2013-05-01add latest changesSamer Abdel-Hafez
2013-05-01Add Model#expect, support block at post/pre configSaku Ytti
Now we can deal with pager and additional PW prompts, such as 'enable' Examples in IOS model how to use. The Telnet implementation is particularly fugly, I just need one line in 'waitfor' to handle pager while waiting for prompt, but couldn't figure out clean way to do it, so needed to rewrit whole Telnet#waitfor just to add that line.
2013-04-29Bump version, fix gemspec permissionSaku Ytti
2013-04-29Merge pull request #2 from nopedial/masterytti
Fix README.md and add cmd to powerconnect model
2013-04-29Fix README.md and add cmd to powerconnect modelSamer Abdel-Hafez
2013-04-29Catch 'Errno::ECONNRESET' in Telnet#cmdSaku Ytti
Some devices might throw us out, while we are waiting for command to compelete
2013-04-27Merge pull request #1 from nopedial/masterytti
Add 'ironware' and 'powerconnect' support
2013-04-27Last fix to README.mdnopedial
2013-04-27README.md fixnopedial
2013-04-27Add models and README.mdnopedial
2013-04-27Fix connction reset on disconnectSaku Ytti
Dell Powerconnect does this
2013-04-27Fix timeout on receiving command from inputSaku Ytti
2013-04-261.9/2.0 compatibility fix + syslogd cleanupSaku Ytti
2013-04-26Gemify + add sort-of-cliSaku Ytti
2013-04-26Fix: telnet exceptions, broken json/ext, typoSaku Ytti
Kudos to Samer Abdel-Hafez for noticing
2013-04-24Remove Sequel modelSaku Ytti
No point creating the model for one-off use, especially with dodgy dynamic consts
2013-04-24Remove useless aliasesSaku Ytti