summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-22bump version0.16.1Saku Ytti
2016-07-22Merge pull request #507 from danilopopeye/ds-remove-putsytti
remove puts
2016-07-22bump version0.16.0Saku Ytti
2016-07-22ruby2.3 and newer do not ship with net::telnetSaku Ytti
closes #504
2016-07-22Merge pull request #505 from danilopopeye/ds-create-logs-directoryytti
create a `logs` dir for all the debug logs
2016-07-22Merge pull request #503 from danilopopeye/ds-fixes-and-refactorsytti
fix repository path resolution
2016-07-20remove `puts`Danilo Sousa
2016-07-20create a `logs` dir for all the debug logsDanilo Sousa
2016-07-20fixed the #fetch and #verions web problemsDanilo Sousa
apart from the refactorings, now the node path its correct even when groups are used
2016-07-20fix the Node#repo path resolutionDanilo Sousa
this correctly respects the repo declaration as Hash or String
2016-07-18Merge pull request #502 from totosh/masterytti
Rename gaiaos to gaiaos.rb
2016-07-18Rename gaiaos to gaiaos.rbtotosh
2016-07-18Merge pull request #501 from totosh/masterytti
Added model for Check Point GaiaOS
2016-07-18Update README.mdtotosh
2016-07-18Update gaiaostotosh
2016-07-18Update README.mdtotosh
2016-07-18GAIA OS CheckPoint - New modeltotosh
2016-07-14Merge pull request #498 from Ultra2D/issue-401ytti
Fix issue #401
2016-07-14Match entire control sequence after Press any key to continueUltra2D
2016-07-11release 0.15.00.15.0Saku Ytti
2016-07-10Merge pull request #494 from nickhilliard/im-move-ssh_no_exec-logicytti
move ssh_no_exec exec test into exec definition
2016-07-10move ssh_no_exec exec test into exec definitionNick Hilliard
2016-07-10Merge pull request #493 from nickhilliard/im-warning-about-running-as-rootytti
oxidized should be run as its own username, not as root
2016-07-09oxidized should be run as its own username, not as rootNick Hilliard
2016-07-09Merge pull request #492 from nickhilliard/bf-remove-annoying-putsytti
puts should not be used for debugging - use Oxidized.logger.debug instead
2016-07-09puts should not be used for debugging - use Oxidized.logger.debug instead.Nick Hilliard
2016-07-09Merge pull request #491 from nickhilliard/masterytti
strip trailing lines in junos model if ssh_no_exec enabled
2016-07-09implement new screenscrape method in modelNick Hilliard
2016-07-08Merge pull request #490 from network-guy/patch-1ytti
FortiOS Issue identifying prompt with truncated hostname
2016-07-07Issue identifying prompt with truncated hostnamenetwork-guy
The FortiOS device will truncate the hostname if it exceeds 24 characters. It will place a tilde (~) in the hostname, either at the end or before a hyphen. This causes a failure with prompt recognition and causes the backup to fail. This change adds a tilde as an identifying character in the prompt.
2016-07-07Merge pull request #489 from ogarraux/aruba_bkup_passwordsytti
Add secret removal for bkup-passwords on Aruba
2016-07-06Add secret removal for bkup-passwords on ArubaOliver Garraux
2016-07-06Merge pull request #488 from nickhilliard/nf-ssh-no-execytti
Added support for ssh_no_exec config file variable
2016-07-06Added support for ssh_no_exec config file variableNick Hilliard
2016-07-04Merge pull request #487 from nickhilliard/im-centos-installationytti
updated installation instructions for centos7/rhel7
2016-07-04Apostrophe typoNick Hilliard
2016-07-04Added instructions for RHEL7Nick Hilliard
2016-06-27Merge pull request #484 from MrRJ45/patch-2ytti
Update edgeswitch.rb
2016-06-27Update edgeswitch.rbMrRJ45
Fix user prompt on some versions (Only "User:" at the prompt, with no spaces
2016-06-25Merge pull request #480 from cardboardpig/cardboardpig-br6910-patch-1ytti
Add support for Brocade 6910 (br6910)
2016-06-25Update README.mdChristopher
Added supported OS type Brocade > 6910
2016-06-24Update br6910.rbChristopher
2016-06-24Add support for Brocade 6910 (br6910)Christopher
The Brocade 6910 switch has a significantly different CLI to Ironware/Fastiron and requires different treatment to pull config.
2016-06-22Merge pull request #475 from udhos/masterytti
Add support for Coriant 8600 and Coriant 8800.
2016-06-22Coriant support added to README.Everton Marques
2016-06-21Rename Coriant8800 to CoriantTmos.Everton Marques
2016-06-21Rename coriant8800 to corianttmos.Everton Marques
2016-06-21Login/password prompts only for telnet.Everton Marques
2016-06-21Merge pull request #477 from funzoneq/remove-tacacs-secretytti
Remove tacacs secret
2016-06-21Remove tacacs secretArnoud Vermeer