Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-07 | Merge pull request #606 from rfdrake/dlink | ytti | |
This adds support for D-Link switches | |||
2016-11-04 | Merge pull request #608 from rfdrake/trango | ytti | |
Added support for Trango/Trangolink-45 | |||
2016-11-04 | Merge pull request #607 from rfdrake/hatteras | ytti | |
This adds support for Hatteras Networks devices | |||
2016-11-04 | This adds support for Hatteras Networks devices | Robert Drake | |
2016-11-04 | This adds support for D-Link switches | Robert Drake | |
This specifically supports DES-3526/3550 series switches. | |||
2016-11-04 | This adds support for the Casa C1G CMTS | Robert Drake | |
This will probably work for the other Casa CMTS as well. | |||
2016-11-04 | Added support for Trango/Trangolink-45 | Robert Drake | |
I only have the Trangolink-45 so I'm not sure which other radios this might support. | |||
2016-11-01 | expect prompt after sending enable password | Saku Ytti | |
2016-10-31 | Update dnos.rb | jackson-tim | |
Handles old DNOS switches that do not allow term length 0 prior to enable, and double exits in case of enable.. | |||
2016-10-31 | add Planet SGS switches | Florian Klink | |
2016-10-31 | it shouldn't be a private method | Saku Ytti | |
2016-10-31 | Allow model to specify SSH PTY options | Saku Ytti | |
2016-10-27 | add support for the HPE BladeSystem | Florian Klink | |
2016-10-26 | return nil if we can't find file | Saku 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-26 | fetch should return string, not array | Saku Ytti | |
Also if group was explicitly given, we referred to wrong directory | |||
2016-10-26 | Added Support for MRV FiberDriver Linux based management module | Eric Lindsjö | |
2016-10-25 | Added support for fujitsu blade switches | Christoffer Stokbaek | |
2016-10-19 | Update regex to match newer pfSense config files | Denver Abrey | |
2016-10-17 | Fix blank pfSense configs being saved if regex doesn't match | Denver Abrey | |
2016-10-17 | Merge pull request #588 from denvera/master | ytti | |
Add key authentication to ssh input | |||
2016-10-17 | Use variable vars(:ssh_keys) for private key authentication | Denver Abrey | |
2016-10-14 | bump up version0.18.0 | Saku Ytti | |
2016-10-13 | Add key authentication to ssh input | Denver Abrey | |
2016-10-12 | Interpolate also node variables, not just vars map | Saku Ytti | |
Fixes #583 | |||
2016-10-04 | The \n is not seen as a lineline with ' it need " | boudreau | |
2016-09-30 | prompt not captured after sending enabe PW | Saku Ytti | |
fixes #577 | |||
2016-09-29 | Redoing the modifications on a up to date base | Cyril LAVIER | |
2016-09-28 | bump up version0.17.0 | Saku Ytti | |
2016-09-28 | interpolate node variable values | Saku Ytti | |
Empty value was variably considered "" or nil, now it will always be "" string. Now "nil", "false", "true" strings are converted to their respective types nil, false and true. This also means we cannot have verbatim strings by that name, like if your password was "false", you're shit out of luck. If this is the case, we can add some __false__ hack or consider other similar solutions. Fixes #500 Fixes #534 May break stuff with ""/nil changing now, but as it was not consistent to begin with, I find it acceptable. Users now may need to manually enter nil in some fields to regain old behaviour. | |||
2016-09-21 | rollback `alvarion` model | Danilo Sousa | |
wrongly removed in 56bac9722fe26ce8e0af54ec52ca0b17aa7c9fa1 | |||
2016-09-08 | Merge pull request #560 from MajesticFalcon/master | ytti | |
Add some OS-Model mapping in README | |||
2016-09-07 | Add OS-Model mapping in README | Schylar Utley | |
2016-09-06 | Remove extra new lines added by export command | gerard780 | |
2016-09-02 | Update catos.rb | boudreau | |
2016-08-30 | Update tftp.rb | MajesticFalcon | |
2016-08-30 | Update tftp.rb | MajesticFalcon | |
2016-08-30 | Remove unnecessary debugging | MajesticFalcon | |
2016-08-30 | Update Filename and tftp load | MajesticFalcon | |
2016-08-30 | Update tftp | MajesticFalcon | |
2016-08-30 | Add UDP TFTP | MajesticFalcon | |
2016-08-30 | Adding Alvarion model | MajesticFalcon | |
2016-08-29 | fix the node variable from `#fetch`. closes #529 | Danilo Sousa | |
in commit `de2a9d1` I changed the `#fetch` method to pass the `Node` object instead of the node name. | |||
2016-08-29 | support terminal and ssh auth for same model | Saku Ytti | |
Some boxes like prokurwa may authenticate via SSH (proper), or may have no auth on SSH and use terminal auth (improper) Even if SSH is configured for terminal auth, in this change we attempt to detect prompt, so that we won't expect terminal auth, even when requested, if it is not presented. | |||
2016-08-28 | Merge pull request #545 from MajesticFalcon/master | ytti | |
Add more extensive pattern matching | |||
2016-08-28 | Changing {0,} -> * | MajesticFalcon | |
2016-08-28 | Add more extensive pattern matching | MajesticFalcon | |
2016-08-28 | expand_path in file output | Saku Ytti | |
so that ``` output: file: directory: ~/foox ``` will work | |||
2016-08-26 | config pull will not remove its revision time | Christoffer Stokbaek | |
2016-08-25 | quote debugging | Saku Ytti | |
2016-08-25 | typo fix | Saku Ytti | |