summaryrefslogtreecommitdiff
path: root/lib/oxidized/node.rb
AgeCommit message (Expand)Author
2017-05-03Added support for model specific credentialsCyril LAVIER
2017-04-12Add new output GitCryptClement Parisot
2017-02-03Updated split to be more efficient, thanks ytti!Richard Mayhew
2017-02-03feature: support IP Addressed provided with a netmaskRichard Mayhew
2016-10-17Use variable vars(:ssh_keys) for private key authenticationDenver Abrey
2016-10-13Add key authentication to ssh inputDenver Abrey
2016-08-25quote debuggingSaku Ytti
2016-08-25typo fixSaku Ytti
2016-08-25add debugging to key resolutionSaku Ytti
2016-08-25fix symbol conversion to stringSaku Ytti
2016-08-25refactor node resolutionSaku Ytti
2016-07-26only resolve the repository path when the output is `git` fixes #512Danilo Sousa
2016-07-22Merge pull request #503 from danilopopeye/ds-fixes-and-refactorsytti
2016-07-20fix the Node#repo path resolutionDanilo Sousa
2016-07-09puts should not be used for debugging - use Oxidized.logger.debug instead.Nick Hilliard
2016-06-02more debug stratementsElvin Efendi
2016-02-22follow the hook remotes config also for groups repositoriesDanilo Sousa
2016-02-18`Node#repo` should return the node group repositoryDanilo Sousa
2016-01-04Merge remote-tracking branch 'upstream/master' into merge-upstreamElvin Efendi
2015-12-27expose git repo name and commit oid in hook mechanism and environment variablesNick Hilliard
2015-12-13refactor and fix bugs introduced with new changesElvin Efendi
2015-11-13better test framework, more specs and Travis CIElvin Efendi
2015-11-03Revert crash logging on fqdn - seems to crash oxidized...Marno van der Molen
2015-11-03Log crashes on node name instead of ip to ease troubleshootingMarno van der Molen
2015-11-03Adds optional debug output when loading hosts (resolving DNS)Marno van der Molen
2015-08-20Added support for Zyxel ZynOSSaku Ytti
2015-02-26Resolves #81Florian Hibler
2015-02-21allow setting IP from sourceSaku Ytti
2014-07-24return false when crash in model/nodeSaku Ytti
2014-07-11reset retry count on successSaku Ytti
2014-07-11add support for retrying failed attemptsSaku Ytti
2014-07-09Require OpenStructSaku Ytti
2014-06-06fix: node#last= didn't handle nilAnton Aksola
2014-05-16don't store error Node raisedSaku Ytti
2014-05-16store error node#run raisedSaku Ytti
2014-05-07Stats for nodeSaku Ytti
2014-05-05missing editsAnton Aksola
2014-05-05Introduce node and group level varsAnton Aksola
2014-05-02Introduce group level configuration for authAnton Aksola
2014-04-14Use 'asetus' for configuration filesSaku Ytti
2014-04-13Subclass all errors from OxidizedErrorSaku Ytti
2014-03-02Change dynamic loadingSaku Ytti
2014-02-28Rescue all StandardError from modulesSaku Ytti
2014-02-23Migrate to sinatra/puma from webrickSaku Ytti
2014-02-20Figure out which parent class we rescuedSaku Ytti
2014-02-10Handle exceptions with different log levelsSaku Ytti
2014-02-07Add AOS (ALU OmniSwitch) supportSaku Ytti
2014-02-07Ignore ssh keys, change input exceptionsSaku Ytti
2013-04-26Fix: telnet exceptions, broken json/ext, typoSaku Ytti
2013-04-21Add input method fallback, e.g. if ssh does not work, try telnetSaku Ytti