summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-10Merge pull request #614 from flokli/planetytti
add support for PLANET SG switches
2016-11-10add support for PLANET SG switchesFlorian Klink
So far, only SGS switches were supported. Now, we check the model type during the 'show version' command, and only execute the 'show transceiver details' command in case an SGS switch was detected (as its not supported on SG models). We will also strip lines containing the current System Time and Uptime. These only appear on SG models, but it's a good idea to strip them anyways.
2016-11-10Merge pull request #613 from rfdrake/developytti
renamed alvarion -> alvarion.rb
2016-11-09renamed alvarion -> alvarion.rbRobert Drake
I believe from this: require File.join dir, file+'.rb' That the only way this model would work is if it has a .rb extension. I don't have any of these devices to test if this works.
2016-11-07Merge pull request #606 from rfdrake/dlinkytti
This adds support for D-Link switches
2016-11-04Merge pull request #608 from rfdrake/trangoytti
Added support for Trango/Trangolink-45
2016-11-04Merge pull request #607 from rfdrake/hatterasytti
This adds support for Hatteras Networks devices
2016-11-04Merge pull request #605 from rfdrake/casaytti
This adds support for the Casa C1G CMTS
2016-11-04This adds support for Hatteras Networks devicesRobert Drake
2016-11-04This adds support for D-Link switchesRobert Drake
This specifically supports DES-3526/3550 series switches.
2016-11-04This adds support for the Casa C1G CMTSRobert Drake
This will probably work for the other Casa CMTS as well.
2016-11-04Added support for Trango/Trangolink-45Robert Drake
I only have the Trangolink-45 so I'm not sure which other radios this might support.
2016-11-01expect prompt after sending enable passwordSaku Ytti
2016-11-01Merge pull request #602 from jackson-tim/patch-1ytti
Update dnos.rb
2016-10-31Update dnos.rbjackson-tim
Handles old DNOS switches that do not allow term length 0 prior to enable, and double exits in case of enable..
2016-10-31Merge pull request #601 from flokli/planetytti
add Planet SGS
2016-10-31add to READMEFlorian Klink
2016-10-31add Planet SGS switchesFlorian Klink
2016-10-31it shouldn't be a private methodSaku Ytti
2016-10-31Allow model to specify SSH PTY optionsSaku Ytti
2016-10-31Merge pull request #600 from flokli/gitignoreytti
add Ruby.gitignore from github.com/github/gitignore
2016-10-31add Ruby.gitignore from github.com/github/gitignoreFlorian Klink
2016-10-27Merge pull request #596 from flokli/hpe-bladesystemytti
add support for the HPE BladeSystem
2016-10-27add support for the HPE BladeSystemFlorian Klink
2016-10-26return nil if we can't find fileSaku Ytti
unsure if we really should, or just raise the error and let consumer of fetch decide what to do with the error
2016-10-26fetch should return string, not arraySaku Ytti
Also if group was explicitly given, we referred to wrong directory
2016-10-26Merge pull request #595 from emjemj/masterytti
Added Support for MRV FiberDriver Linux based management module
2016-10-26Added Support for MRV FiberDriver Linux based management moduleEric Lindsjö
2016-10-25Merge pull request #593 from stokbaek/masterytti
Added support for fujitsu blade switches
2016-10-25Added support for fujitsu blade switchesChristoffer Stokbaek
2016-10-21Merge pull request #592 from matthanley/masterytti
Docker: Add missing dependency for Rugged
2016-10-21Add missing dependency for RuggedMatt Hanley
2016-10-19Merge pull request #590 from denvera/masterytti
Update regex to match newer pfSense config files
2016-10-19Update regex to match newer pfSense config filesDenver Abrey
2016-10-17Merge pull request #589 from denvera/masterytti
Fix blank pfSense configs being saved if regex doesn't match
2016-10-17Fix blank pfSense configs being saved if regex doesn't matchDenver Abrey
2016-10-17Merge pull request #588 from denvera/masterytti
Add key authentication to ssh input
2016-10-17Use variable vars(:ssh_keys) for private key authenticationDenver Abrey
2016-10-14bump up version0.18.0Saku Ytti
2016-10-13Add key authentication to ssh inputDenver Abrey
2016-10-13Merge pull request #587 from denvera/masterytti
Add apache2 reverse proxy example
2016-10-13Add apache2 reverse proxy exampleDenver Abrey
2016-10-12Merge pull request #586 from roedie/doc-nginxytti
Add nginx reverse proxy example
2016-10-12Add nginx reverse proxy exampleroedie
2016-10-12Interpolate also node variables, not just vars mapSaku Ytti
Fixes #583
2016-10-12Merge pull request #585 from frederic-loui/patch-1ytti
Update README.md
2016-10-12Update README.mdfrederic-loui
Added correction related to issue #445 and docker-compose file example
2016-10-04Merge pull request #581 from boudreau/masterytti
The \n is not seen as a lineline with ' it need "
2016-10-04The \n is not seen as a lineline with ' it need "boudreau
2016-09-30prompt not captured after sending enabe PWSaku Ytti
fixes #577