summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-24GPG supportmbakerbp
2017-01-24Updatembakerbp
2017-01-24Syntax errormbakerbp
2017-01-24Untested GPG workmbakerbp
2017-01-19Merge pull request #668 from vppencilsharpener/WhiteSpaceTweakytti
Tweak the white space for cleaning.
2017-01-19Tweak the white space for cleaning.vppencilsharpener
2017-01-19Merge pull request #667 from devicenull/patch-6ytti
Update ironware.rb
2017-01-18Update ironware.rbdevicenull
Some Brocade devices only have two possible fan speeds. Previously, this only handled three levels of fan speeds. Updated regex will handle both of these cases: Fan 1 ok, speed (auto): 1<->[[2]] Fan 1 ok, speed (auto): 1<->[[2]]<->3
2017-01-11Merge pull request #665 from devicenull/patch-4ytti
Add suggestion to set `ip` variable in CSV reader
2017-01-11Add suggestion to set `ip` variable in CSV readerdevicenull
We have around ~1000 nodes, and oxidized was taking 30s to do the initial config load. After adding the 'ip' variable to our CSV, load time dropped to less than 1 second.
2017-01-11Merge pull request #664 from devicenull/patch-3ytti
Ignore fan speed changes for ironware
2017-01-11Ignore fan speed changes for ironwaredevicenull
Brocade ICX/FCX log fan speed changes like this: Fan ok, speed (auto): 1<->[[2]]<->3 Fan ok, speed (auto): [[1]]<->2<->3 Remove the current fan speed from the configuration to prevent lots of useless changes from being logged.
2017-01-10Merge pull request #662 from devicenull/patch-2ytti
Mask out configuration date for fiberdriver
2017-01-10Ensure config gets returned even if no replacements are donedevicenull
2017-01-10Mask out configuration date for fiberdriverdevicenull
Our fiberdriver devices report a timestamp during 'show running-config', which results in a config diff on every run. This patch removes the '+! Configuration saved on 2017/01/10 14:21:20' line from the config, as well as a couple other useless status messages
2017-01-10Merge pull request #661 from jlixfeld/masterytti
Add support for telnet
2017-01-10Add support for telnetJason Lixfeld
2017-01-09Merge pull request #659 from devicenull/patch-1ytti
Ignore undefined UTF8 in ironware.rb
2017-01-09Ignore undefined UTF8 in ironware.rbdevicenull
We have some Brocade MLX devices that are triggering 'raised Encoding::UndefinedConversionError with msg ""\xFF" from ASCII-8BIT to UTF-8"'. Update the ironware.rb file to ignore undefined UTF8 as well as invalid UTF8
2017-01-09Merge pull request #658 from rfdrake/zhoneoltytti
adding zhone OLT/MX GPON/MetroE/DSL gear
2017-01-09adding zhone OLT/MX GPON/MetroE/DSL gearRobert Drake
2016-12-27Merge pull request #653 from gaetronik/ios_set_branch_hide_all_passwordytti
Hide remaining passwords
2016-12-27Hide remaining passwordsGaëtan DUCHAUSSOIS
2016-12-27Merge pull request #652 from gaetronik/ios_set_term_after_enaytti
IOS: Configure terminal after enable
2016-12-27Update ios.rbGaëtan Duchaussois
Do the terminal configure after enable since it might be prohibited in non ena
2016-12-21Merge pull request #648 from mattttv/masterytti
documention: debug inside input is now boolean
2016-12-21documention: debug inside input is now booleanmattttv
2016-12-14Merge pull request #641 from mattttv/masterytti
delete secret password if it is called secret
2016-12-14delete secret password if it is called secretmattttv
2016-12-12bump up version0.19.0Saku Ytti
2016-12-12update changelogsSaku Ytti
2016-12-12Recursively search from one dir above specifiedSaku Ytti
Fixes #626
2016-12-07Merge pull request #635 from SaaldjorMike/fix_cisco_smb_username_promptytti
Fix Cisco SMB prompt suggested by ytti
2016-12-07Fix suggested by ytti for issue #610Mike Rostermund
2016-12-07Merge pull request #634 from thanegill/masterytti
[AOWS] Remove trailing whitespace and enable prompt detection
2016-12-07Remove trailing whitespace and enable prompt detectionThane Gill
Fixes: #630
2016-12-07Merge pull request #633 from jbaker48/masterytti
exclude time from show run output
2016-12-06Update eos.rbjbaker48
2016-12-06exclude time from outputjbaker48
2016-12-04Merge pull request #628 from natm/masterytti
New hook: awssns - Publish messages to AWS SNS topics
2016-12-04New hook: awssns - Publish messages to AWS SNS topicsNat Morris
2016-11-19Merge pull request #618 from laf/ssl-no-verifyytti
Added option to disable ssl verification checks for http source
2016-11-19Updated config optionsNeil Lathwood
2016-11-19Added option to disable ssl verification checks for http sourceNeil Lathwood
2016-11-18Merge pull request #616 from Atroskelis/patch-2ytti
Added SG support to ciscosmb.rb model
2016-11-18Update ciscosmb.rbAtroskelis
Added old commands in case of different CLI variations.
2016-11-18Update ciscosmb.rbAtroskelis
Forgot the username prompt change.
2016-11-18Update ciscosmb.rbAtroskelis
Adapted for SG series, not sure about SF. Please test.
2016-11-11expect prompt after entering enable passwordSaku Ytti
2016-11-10Merge pull request #614 from flokli/planetytti
add support for PLANET SG switches