summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-29add comware linkSaku Ytti
name contained -, which my replace regexp didn't allow, thus didn't generate link for that model
2016-09-29add links to modelsSaku Ytti
2016-09-29update model namesSaku Ytti
2016-09-29Merge pull request #578 from davromaniak/masterytti
Added APC model to oxidized
2016-09-29Redoing the modifications on a up to date baseCyril LAVIER
2016-09-29Redoing the modifications on a up to date baseCyril LAVIER
2016-09-28bump up version0.17.0Saku Ytti
2016-09-28update CHANGELOGSaku Ytti
2016-09-28interpolate node variable valuesSaku 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-23Merge pull request #572 from danilopopeye/ds-rollback-alvarion-modelytti
rollback `alvarion` model
2016-09-21rollback `alvarion` modelDanilo Sousa
wrongly removed in 56bac9722fe26ce8e0af54ec52ca0b17aa7c9fa1
2016-09-16ruby2.1 behaves oddly with this style of dependcySaku Ytti
fixed #565
2016-09-12Merge pull request #564 from mycahb2/masterytti
Updated Dockerfile to use ruby 2.3
2016-09-12Updated Dockerfile to use ruby 2.3Mycah Mattox
2016-09-08Merge pull request #560 from MajesticFalcon/masterytti
Add some OS-Model mapping in README
2016-09-07Add OS-Model mapping in READMESchylar Utley
2016-09-07Add OS-Model mapping in READMESchylar Utley
2016-09-06Merge pull request #557 from gerard780/patch-1ytti
Remove extra new lines added by export command
2016-09-06Remove extra new lines added by export commandgerard780
2016-09-05Merge pull request #555 from MajesticFalcon/masterytti
Update README.md SQL
2016-09-04Update README.mdSchylar Utley
2016-09-04UPDATE README.mdMajesticFalcon
Add MYSQL docs
2016-09-04Update README.mdMajesticFalcon
2016-09-04Update README.mdMajesticFalcon
2016-09-04UPDATE README.mdMajesticFalcon
Add MYSQL help
2016-09-04Update README.mdMajesticFalcon
2016-09-04Update README.mdSchylar Utley
2016-09-04Merge pull request #554 from MajesticFalcon/masterytti
Update ruby support in README
2016-09-04Update ruby support in READMESchylar Utley
2016-09-02Merge pull request #552 from boudreau/masterytti
Update catos.rb
2016-09-02Update catos.rbboudreau
2016-08-31Merge pull request #548 from MajesticFalcon/masterytti
Add Alvarion support
2016-08-30Update tftp.rbMajesticFalcon
2016-08-30Update tftp.rbMajesticFalcon
2016-08-30Remove unnecessary debuggingMajesticFalcon
2016-08-30Update Filename and tftp loadMajesticFalcon
2016-08-30Update tftpMajesticFalcon
2016-08-30Update README.MDMajesticFalcon
Fix mistake on input
2016-08-30Update README.MDMajesticFalcon
2016-08-30Add UDP TFTPMajesticFalcon
2016-08-30Adding Alvarion modelMajesticFalcon
2016-08-29Merge pull request #547 from danilopopeye/ds-fix-529ytti
fix the node variable from `#fetch`
2016-08-29fix the node variable from `#fetch`. closes #529Danilo Sousa
in commit `de2a9d1` I changed the `#fetch` method to pass the `Node` object instead of the node name.
2016-08-29don't install twiceSaku Ytti
2016-08-29Merge pull request #467 from ldep30/patch-1ytti
Update rest_client.rb to support 'rest' parameter
2016-08-29support terminal and ssh auth for same modelSaku 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-28Merge pull request #545 from MajesticFalcon/masterytti
Add more extensive pattern matching
2016-08-28Changing {0,} -> *MajesticFalcon
2016-08-28Add more extensive pattern matchingMajesticFalcon
2016-08-28Merge pull request #543 from MajesticFalcon/masterytti
Update README to include specific group settings