oxidized 0.21.0 → 0.22.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (170) hide show
  1. checksums.yaml +5 -5
  2. data/.github/no-response.yml +13 -0
  3. data/.gitignore +3 -0
  4. data/.rubocop.yml +37 -0
  5. data/.rubocop_todo.yml +714 -0
  6. data/.travis.yml +7 -1
  7. data/CHANGELOG.md +341 -243
  8. data/Dockerfile +44 -16
  9. data/LICENSE +201 -0
  10. data/README.md +114 -82
  11. data/Rakefile +19 -0
  12. data/TODO.md +29 -23
  13. data/bin/oxidized +1 -2
  14. data/docs/Configuration.md +71 -31
  15. data/docs/Creating-Models.md +78 -0
  16. data/docs/Hooks.md +145 -41
  17. data/docs/Model-Notes/AireOS.md +12 -0
  18. data/docs/Model-Notes/ArbOS.md +12 -0
  19. data/docs/Model-Notes/Comware.md +14 -0
  20. data/docs/Model-Notes/EOS.md +9 -0
  21. data/docs/Model-Notes/JunOS.md +34 -0
  22. data/docs/Model-Notes/Netgear.md +68 -0
  23. data/docs/Model-Notes/README.md +19 -0
  24. data/docs/{VRP-Huawei.md → Model-Notes/VRP-Huawei.md} +10 -2
  25. data/docs/Model-Notes/XGS4600-Zyxel.md +39 -0
  26. data/docs/Outputs.md +27 -28
  27. data/docs/Ruby-API.md +38 -18
  28. data/docs/Sources.md +78 -16
  29. data/docs/Supported-OS-Types.md +171 -148
  30. data/extra/oxidized.logrotate +7 -0
  31. data/extra/oxidized.service +1 -1
  32. data/extra/rest_client.rb +4 -5
  33. data/extra/syslog.rb +16 -16
  34. data/lib/oxidized/cli.rb +3 -3
  35. data/lib/oxidized/config.rb +7 -4
  36. data/lib/oxidized/core.rb +3 -3
  37. data/lib/oxidized/hook.rb +64 -65
  38. data/lib/oxidized/hook/awssns.rb +2 -3
  39. data/lib/oxidized/hook/ciscosparkdiff.rb +49 -0
  40. data/lib/oxidized/hook/exec.rb +5 -5
  41. data/lib/oxidized/hook/githubrepo.rb +20 -14
  42. data/lib/oxidized/hook/slackdiff.rb +38 -19
  43. data/lib/oxidized/hook/xmppdiff.rb +58 -0
  44. data/lib/oxidized/input/cli.rb +5 -6
  45. data/lib/oxidized/input/ftp.rb +8 -7
  46. data/lib/oxidized/input/http.rb +39 -0
  47. data/lib/oxidized/input/ssh.rb +24 -22
  48. data/lib/oxidized/input/telnet.rb +38 -32
  49. data/lib/oxidized/jobs.rb +3 -4
  50. data/lib/oxidized/manager.rb +9 -4
  51. data/lib/oxidized/model/acos.rb +15 -16
  52. data/lib/oxidized/model/acsw.rb +3 -8
  53. data/lib/oxidized/model/aen.rb +1 -2
  54. data/lib/oxidized/model/aireos.rb +3 -5
  55. data/lib/oxidized/model/alteonos.rb +16 -18
  56. data/lib/oxidized/model/alvarion.rb +0 -4
  57. data/lib/oxidized/model/aos.rb +2 -4
  58. data/lib/oxidized/model/aos7.rb +2 -3
  59. data/lib/oxidized/model/aosw.rb +13 -15
  60. data/lib/oxidized/model/apc_aos.rb +0 -3
  61. data/lib/oxidized/model/arbos.rb +26 -0
  62. data/lib/oxidized/model/aricentiss.rb +51 -0
  63. data/lib/oxidized/model/asa.rb +33 -35
  64. data/lib/oxidized/model/asyncos.rb +41 -44
  65. data/lib/oxidized/model/audiocodes.rb +4 -8
  66. data/lib/oxidized/model/awplus.rb +84 -0
  67. data/lib/oxidized/model/boss.rb +6 -5
  68. data/lib/oxidized/model/br6910.rb +43 -45
  69. data/lib/oxidized/model/c4cmts.rb +3 -5
  70. data/lib/oxidized/model/cambium.rb +22 -0
  71. data/lib/oxidized/model/catos.rb +0 -2
  72. data/lib/oxidized/model/cisconga.rb +1 -3
  73. data/lib/oxidized/model/ciscosma.rb +37 -40
  74. data/lib/oxidized/model/ciscosmb.rb +7 -4
  75. data/lib/oxidized/model/comnetms.rb +43 -0
  76. data/lib/oxidized/model/comware.rb +9 -9
  77. data/lib/oxidized/model/coriant8600.rb +3 -5
  78. data/lib/oxidized/model/coriantgroove.rb +3 -5
  79. data/lib/oxidized/model/corianttmos.rb +1 -3
  80. data/lib/oxidized/model/cumulus.rb +26 -32
  81. data/lib/oxidized/model/datacom.rb +0 -2
  82. data/lib/oxidized/model/dcnos.rb +46 -0
  83. data/lib/oxidized/model/dlink.rb +1 -1
  84. data/lib/oxidized/model/dnos.rb +9 -5
  85. data/lib/oxidized/model/edgecos.rb +45 -0
  86. data/lib/oxidized/model/edgeos.rb +5 -3
  87. data/lib/oxidized/model/edgeswitch.rb +1 -3
  88. data/lib/oxidized/model/enterasys.rb +1 -3
  89. data/lib/oxidized/model/eos.rb +6 -8
  90. data/lib/oxidized/model/fabricos.rb +3 -5
  91. data/lib/oxidized/model/firewareos.rb +2 -5
  92. data/lib/oxidized/model/fortios.rb +21 -17
  93. data/lib/oxidized/model/ftos.rb +2 -4
  94. data/lib/oxidized/model/fujitsupy.rb +2 -4
  95. data/lib/oxidized/model/gaiaos.rb +6 -10
  96. data/lib/oxidized/model/gcombnps.rb +82 -0
  97. data/lib/oxidized/model/hatteras.rb +8 -5
  98. data/lib/oxidized/model/hirschmann.rb +8 -10
  99. data/lib/oxidized/model/hpebladesystem.rb +19 -17
  100. data/lib/oxidized/model/hpemsa.rb +0 -3
  101. data/lib/oxidized/model/ios.rb +54 -55
  102. data/lib/oxidized/model/iosxe.rb +5 -0
  103. data/lib/oxidized/model/iosxr.rb +1 -3
  104. data/lib/oxidized/model/ipos.rb +1 -3
  105. data/lib/oxidized/model/ironware.rb +12 -15
  106. data/lib/oxidized/model/isam.rb +4 -5
  107. data/lib/oxidized/model/junos.rb +8 -7
  108. data/lib/oxidized/model/masteros.rb +1 -3
  109. data/lib/oxidized/model/mlnxos.rb +3 -4
  110. data/lib/oxidized/model/model.rb +15 -7
  111. data/lib/oxidized/model/mtrlrfs.rb +1 -4
  112. data/lib/oxidized/model/ndms.rb +24 -0
  113. data/lib/oxidized/model/netgear.rb +3 -4
  114. data/lib/oxidized/model/netscaler.rb +0 -2
  115. data/lib/oxidized/model/nos.rb +1 -3
  116. data/lib/oxidized/model/nxos.rb +13 -3
  117. data/lib/oxidized/model/oneos.rb +6 -8
  118. data/lib/oxidized/model/openbsd.rb +76 -0
  119. data/lib/oxidized/model/opengear.rb +3 -5
  120. data/lib/oxidized/model/openwrt.rb +77 -0
  121. data/lib/oxidized/model/opnsense.rb +19 -0
  122. data/lib/oxidized/model/outputs.rb +1 -3
  123. data/lib/oxidized/model/panos.rb +1 -2
  124. data/lib/oxidized/model/pfsense.rb +9 -5
  125. data/lib/oxidized/model/planet.rb +8 -12
  126. data/lib/oxidized/model/powerconnect.rb +6 -9
  127. data/lib/oxidized/model/procurve.rb +18 -4
  128. data/lib/oxidized/model/quantaos.rb +3 -5
  129. data/lib/oxidized/model/routeros.rb +3 -2
  130. data/lib/oxidized/model/saos.rb +0 -1
  131. data/lib/oxidized/model/screenos.rb +3 -5
  132. data/lib/oxidized/model/sgos.rb +2 -3
  133. data/lib/oxidized/model/siklu.rb +0 -2
  134. data/lib/oxidized/model/slxos.rb +59 -0
  135. data/lib/oxidized/model/sros.rb +117 -0
  136. data/lib/oxidized/model/stoneos.rb +32 -0
  137. data/lib/oxidized/model/supermicro.rb +6 -41
  138. data/lib/oxidized/model/timos.rb +6 -114
  139. data/lib/oxidized/model/tmos.rb +1 -3
  140. data/lib/oxidized/model/tplink.rb +7 -11
  141. data/lib/oxidized/model/trango.rb +6 -7
  142. data/lib/oxidized/model/ucs.rb +0 -1
  143. data/lib/oxidized/model/voltaire.rb +3 -6
  144. data/lib/oxidized/model/voss.rb +1 -2
  145. data/lib/oxidized/model/vrp.rb +4 -5
  146. data/lib/oxidized/model/vyatta.rb +6 -4
  147. data/lib/oxidized/model/weos.rb +1 -3
  148. data/lib/oxidized/model/xos.rb +6 -5
  149. data/lib/oxidized/model/zhoneolt.rb +2 -2
  150. data/lib/oxidized/model/zynos.rb +1 -3
  151. data/lib/oxidized/model/zynoscli.rb +36 -0
  152. data/lib/oxidized/node.rb +11 -11
  153. data/lib/oxidized/node/stats.rb +15 -2
  154. data/lib/oxidized/nodes.rb +8 -8
  155. data/lib/oxidized/output/file.rb +41 -42
  156. data/lib/oxidized/output/git.rb +113 -115
  157. data/lib/oxidized/output/gitcrypt.rb +241 -242
  158. data/lib/oxidized/output/http.rb +23 -27
  159. data/lib/oxidized/output/output.rb +1 -2
  160. data/lib/oxidized/source/csv.rb +44 -45
  161. data/lib/oxidized/source/http.rb +52 -49
  162. data/lib/oxidized/source/source.rb +6 -7
  163. data/lib/oxidized/source/sql.rb +55 -51
  164. data/lib/oxidized/string.rb +3 -4
  165. data/lib/oxidized/version.rb +17 -1
  166. data/lib/oxidized/worker.rb +12 -3
  167. data/oxidized.gemspec +19 -13
  168. metadata +139 -51
  169. data/.ruby-version +0 -1
  170. data/Gemfile.lock +0 -44
@@ -1,5 +1,11 @@
1
1
  language: ruby
2
2
  sudo: false
3
3
  cache: bundler
4
+ before_install:
5
+ - gem install bundler
4
6
  rvm:
5
- - 2.1.6
7
+ - 2.1
8
+ - 2.2
9
+ - 2.3
10
+ - 2.4
11
+ - 2.5
@@ -1,243 +1,341 @@
1
- # 0.20.0
2
- - FEATURE: gpg support for CSV source (@elmobp)
3
- - FEATURE: slackdiff (@natm)
4
- - FEATURE: gitcrypt output model (@clement-parisot)
5
- - FEATURE: model specific credentials (@davromaniak)
6
- - FEATURE: hierarchical json in http source model
7
- - FEATURE: next-adds-job config toggle (to add new job when ever /next is called)
8
- - FEATURE: netgear model (@aschaber1)
9
- - FEATURE: zhone model (@rfdrake)
10
- - FEATURE: tplink model (@mediumo)
11
- - FEATURE: oneos model (@crami)
12
- - FEATURE: cisco NGA model (@udhos)
13
- - FEATURE: voltaire model (@clement-parisot)
14
- - FEATURE: siklu model (@bdg-robert)
15
- - FEATURE: voss model (@ospfbgp)
16
- - BUGFIX: ios, cumulus, ironware, nxos, fiberdiver, aosw, fortios, comware, procurve, opengear, timos, routeros, junos, asa, aireos, mlnxos, pfsense, saos, powerconnect, firewareos, quantaos
17
-
18
- # 0.19.0
19
- - FEATURE: allow setting ssh_keys (not relying on openssh config) (@denvera)
20
- - FEATURE: fujitsupy model (@stokbaek)
21
- - FEATURE: fiberdriver model (@emjemj)
22
- - FEATURE: hpbladesystems model (@flokli)
23
- - FEATURE: planetsgs model (@flokli)
24
- - FEATURE: trango model (@rfdrake)
25
- - FEATURE: casa model (@rfdrake)
26
- - FEATURE: dlink model (@rfdrake)
27
- - FEATURE: hatteras model (@rfdrake)
28
- - FEATURE: ability to ignore SSL certs in http (@laf)
29
- - FEATURE: awsns hooks, publish messages to AWS SNS topics (@natm)
30
- - BUGFIX: pfsense, dnos, powerconnect, ciscosmb, eos, aosw
31
-
32
- # 0.18.0
33
- - FEATURE: APC model (by @davromaniak )
34
- - BUGFIX: ironware, aosw
35
- - BUGFIX: interpolate nil, false, true for node vars too
36
-
37
- # 0 17.0
38
- - FEATURE: "nil", "false" and "true" in source (e.g. router.db) are interpeted as nil, false, true. Empty is now always considered empty string, instead of in some cases nil and some cases empty string.
39
- - FEATURE: support tftp as input model (@MajesticFalcon)
40
- - FEATURE: add alvarion model (@MajesticFalcon)
41
- - FEATURE: detect if ssh wants password terminal/CLI prompt or not
42
- - FEATURE: node (group, model, username, password) resolution refactoring, supports wider range of use-cases
43
- - BUGFIX: fetch for file output (@danilopopeye)
44
- - BUGFIX: net-ssh version specification
45
- - BUGFIX: routeros, catos, pfsense
46
-
47
- # 0.16.3
48
- - FEATURE: pfsense support (by @stokbaek)
49
- - BUGFIX: cumulus prompt not working with default switch configs (by @nertwork)
50
- - BUGFIX: disconnect ssh when prompt wasn't found (by @andir)
51
- - BUGFIX: saos, asa, acos, timos updates, cumulus
52
-
53
- # 0.16.2
54
- - BUGFIX: when not using git (by @danilopopeye)
55
- - BUGFIX: screenos update
56
-
57
- # 0.16.1
58
- - BUGFIX: unnecessary puts statement removed from git.rb
59
-
60
- # 0.16.0
61
- - FEATURE: support Gaia OS devices (by @totosh)
62
- - BUGFIX: #fetch, #version fixes in nodes.rb (by @danilopopeye)
63
- - BUGFIX: procurve
64
-
65
- # 0.15.0
66
- - FEATURE: disable periodic collection, only on demand (by Adam Winberg)
67
- - FEATURE: allow disabling ssh exec mode always (mainly for oxidized-script) (by @nickhilliard)
68
- - FEATURE: support mellanox devices (by @ham5ter)
69
- - FEATURE: support firewireos devices (by @alexandre-io)
70
- - FEATURE: support quanta devices (by @f0o)
71
- - FEATURE: support tellabs coriant8800, coriant8600 (by @udhos)
72
- - FEATURE: support brocade6910 (by @cardboardpig)
73
- - BUGFIX: debugging, tests (by @ElvinEfendi)
74
- - BUGFIX: nos, panos, acos, procurve, eos, edgeswitch, aosw, fortios updates
75
-
76
- # 0.14.3
77
- - BUGFIX: fix git when using multiple groups without single_repo
78
-
79
- # 0.14.2
80
- - BUGFIX: git expand path for all groups
81
- - BUGFIX: git get_version, teletubbies do it again
82
- - BUGFIX: comware, acos, procurve models
83
-
84
- # 0.14.1
85
- - BUGFIX: git get_version when groups and single_repo are used
86
-
87
- # 0.14.0
88
- - FEATURE: support supermicro swithes (by @funzoneq)
89
- - FEATURE: support catos switches
90
- - BUGFIX: git+groups+singlerepo (by @PANZERBARON)
91
- - BUGFIX: asa, tmos, ironware, ios-xr
92
- - BUGFIX: mandate net-ssh 3.0.x, don't accept 3.1 (numerous issues)
93
-
94
- # 0.13.1
95
- - BUGFIX: file permissions (Sigh...)
96
-
97
- # 0.13.0
98
- - FEATURE: http post for configs (by @jgroom33)
99
- - FEATURE: support ericsson redbacks (by @roedie)
100
- - FEATURE: support motorola wireless controllers (by @roadie)
101
- - FEATURE: support citrix netscaler (by @roadie)
102
- - FEATURE: support datacom devices (by @danilopopeye)
103
- - FEATURE: support netonix devices
104
- - FEATURE: support specifying ssh cipher and kex (by @roadie)
105
- - FEATURE: rename proxy to ssh_proxy (by @roadie)
106
- - FEATURE: support ssh keys on ssh_proxy (by @awix)
107
- - BUGFIX: various (by @danilopopeye)
108
- - BUGFIX: Node#repo with groups (by @danilopopeye)
109
- - BUGFIX: githubrepohoook (by @danilopopeye)
110
- - BUGFIX: fortios, airos, junos, xos, edgeswitch, nos, tmos, procurve, ipos models
111
-
112
- # 0.12.2
113
- - BUGFIX: more MRV model fixes (by @natm)
114
-
115
- # 0.12.1
116
- - BUGFIX: set term to vty100
117
- - BUGFIX: MRV model fixes (by @natm)
118
-
119
- # 0.12.0
120
- - FEATURE: enhance AOSW (by @mikebryant)
121
- - FEATURE: F5 TMOS support (by @mikebryant)
122
- - FEATURE: Opengear support (by @mikebryant)
123
- - FEATURE: EdgeSwitch support (by @doogieconsulting)
124
- - BUGFIX: rename input debug log files
125
- - BUGFIX: powerconnect model fixes (by @Madpilot0)
126
- - BUGFIX: fortigate model fixes (by @ElvinEfendi)
127
- - BUGFIX: various (by @mikebryant)
128
- - BUGFIX: write SSH debug to file without buffering
129
- - BUGFIX: fix IOS XR prompt handling
130
-
131
- # 0.11.0
132
- - FEATURE: ssh proxycommand (by @ElvinEfendi)
133
- - FEATURE: basic auth in HTTP source (by @laf)
134
- - BUGFIX: do not inject string to output before model gets it
135
- - BUGFIX: store pidfile in oxidized root
136
-
137
- # 0.10.0
138
- - FEATURE: Various refactoring (by @ElvinEfendi)
139
- - FEATURE: Ciena SOAS support (by @jgroom33)
140
- - FEATURE: support group variables (by @supertylerc)
141
- - BUGFIX: various ((orly)) (by @marnovdm, @danbaugher, @MrRJ45, @asynet, @nickhilliard)
142
-
143
- # 0.9.0
144
- - FEATURE: input log now uses devices name as file, instead of string from config (by @skoef)
145
- - FEATURE: Dell Networkign OS (dnos) support (by @erefre)
146
- - BUGFIX: CiscoSMB, powerconnect, comware, xos, ironware, nos fixes
147
-
148
- # 0.8.1
149
- - BUGFIX: restore ruby 1.9.3 compatibility
150
-
151
- # 0.8.0
152
- - FEATURE: hooks (by @aakso)
153
- - FEATURE: MRV MasterOS support (by @kwibbly)
154
- - FEATURE: EdgeOS support (by @laf)
155
- - FEATURE: FTP input and Zyxel ZynOS support (by @ytti)
156
- - FEATURE: version and diffs API For oxidized-web (by @FlorianDoublet)
157
- - BUGFIX: aosw, ironware, routeros, xos models
158
- - BUGFIX: crash with 0 nodes
159
- - BUGFIX: ssh auth fail without keyboard-interactive
160
- - Full changelog https://github.com/ytti/oxidized/compare/0.7.1...HEAD
161
-
162
- # 0.7.0
163
- - FEATURE: support http source (by @laf)
164
- - FEATURE: support Palo Alto PANOS (by @rixxxx)
165
- - BUGFIX: screenos fixes (by @rixxxx)
166
- - BUGFIX: allow 'none' auth in ssh (spotted by @SaldoorMike, needed by ciscosmb+aireos)
167
-
168
- # 0.6.0
169
- - FEATURE: support cumulus linux (by @FlorianDoublet)
170
- - FEATURE: support HP Comware SMB siwtches (by @sid3windr)
171
- - FEATURE: remove secret additions (by @rodecker)
172
- - FEATURE: option to put all groups in single repo (by @ytti)
173
- - FEATURE: expand path in source: csv: (so that ~/foo/bar works) (by @ytti)
174
- - BUGFIX: screenos fixes (by @rixxxx)
175
- - BUGFIX: ironware fixes (by @FlorianDoublet)
176
- - BUGFIX: powerconnect fixes (by @sid3windr)
177
- - BUGFIX: don't ask interactive password in new net/ssh (by @ytti)
178
-
179
- # 0.5.0
180
- - FEATURE: Mikrotik RouterOS model (by @emjemj)
181
- - FEATURE: add support for Cisco VSS (by @MrRJ45)
182
- - BUGFIX: general fixes to powerconnect model (by @MrRJ45)
183
- - BUGFIX: fix initial commit issues with rugged (by @MrRJ45)
184
- - BUGFIX: pager error for old dell powerconnect switches (by @emjemj)
185
- - BUGFIX: logout error for old dell powerconnect switches (by @emjemj)
186
-
187
- # 0.4.1
188
- - BUGFIX: handle missing output file (by @brandt)
189
- - BUGFIX: fix passwordless enable on Arista EOS model (by @brandt)
190
-
191
- # 0.4.0
192
- - FEATURE: allow setting IP address in addition to name in source (SQL/CSV)
193
- - FEATURE: approximate how long it takes to get node from larger view than 1
194
- - FEATURE: unconditionally start new job if too long has passed since previous start
195
- - FEATURE: add enable to Arista EOS model
196
- - FEATURE: add rugged dependency in gemspec
197
- - FEATURE: log prompt detection failures
198
- - BUGFIX: xos while using telnet (by @fhibler)
199
- - BUGFIX: ironware logout on some models (by @fhibler)
200
- - BUGFIX: allow node to be removed while it is being collected
201
- - BUGFIX: if model returns non string value, return empty string
202
- - BUGFIX: better prompt for Arista EOS model (by @rodecker)
203
- - BUGFIX: improved configuration handling for Arista EOS model (by @rodecker)
204
-
205
- # 0.3.0
206
- - FEATURE: *FIXME* bunch of stuff I did for richih, docs needed
207
- - FEATURE: ComWare model (by erJasp)
208
- - FEATURE: Add comment support for router.db file
209
- - FEATURE: Add input debugging and related configuration options
210
- - BUGFIX: Fix ASA model prompt
211
- - BUGFIX: Fix Aruba model display
212
- - BUGFIX: Fix changing output in PowerConnect model
213
-
214
- # 0.2.4
215
- - FEATURE: Cisco SMB (Nikola series VxWorks) model by @thetamind
216
- - FEATURE: Extreme Networks XOS model (access by sjm)
217
- - FEATURE: Brocade NOS (Network Operating System) (access by sjm)
218
- - BUGFIX: Match exactly to node[:name] if node[name] is an ip address.
219
-
220
- # 0.2.3
221
- - BUGFIX: rescue @ssh.close when far end closes disgracefully (ALU ISAM)
222
- - BUGFIX: bugfixes to models
223
- - FEATURE: Alcatel-Lucent ISAM 7302/7330 model added by @jalmargyyk
224
- - FEATURE: Huawei VRP model added by @jalmargyyk
225
- - FEATURE: Ubiquiti AirOS added by @willglyn
226
- - FEATURE: Support 'input' debug in config, ssh/telnet use it to write session log
227
-
228
- # 0.2.2
229
- - BUGFIX: mark node as failure if unknown error is raised
230
-
231
- # 0.2.1
232
- - BUGFIX: vars variable resolving for main level vars
233
-
234
- # 0.2.0
235
- - FEATURE: Force10 model added by @lysiszegerman
236
- - FEATURE: ScreenOS model added by @lysiszegerman
237
- - FEATURE: FabricOS model added by @thakala
238
- - FEATURE: ASA model added by @thakala
239
- - FEATURE: Vyattamodel added by @thakala
240
- - BUGFIX: Oxidized::String convenience methods for models fixed
241
-
242
- # 0.1.1
243
- - BUGFIX: vars needs to return value of r, not value of evaluation
1
+ # Changelog
2
+
3
+ ## 0.22.0
4
+
5
+ * FEATURE: openbsd model (@amarti2038)
6
+ * FEATURE: comnet model (@jaylik)
7
+ * FEATURE: stoneos model (@macaty)
8
+ * FEATURE: openwrt model (@z00nx)
9
+ * FEATURE: arbos model (@jsynack)
10
+ * FEATURE: ndms model (@yuri-zubov)
11
+ * FEATURE: openwert model (@z00nx)
12
+ * FEATURE: stoneos model (@macaty)
13
+ * FEATURE: comnetms model (@jaylik)
14
+ * FEATURE: openbsd model (@amarti2038)
15
+ * FEATURE: cambium model
16
+ * FEATURE: ssh key passphrase (@wk)
17
+ * FEATURE: cisco spark hook (@rgnv)
18
+ * BUGFIX: models procurve, br6910, vyos, fortios, edgeos, vyatta, junos, powerconnect, supermicro, fortios, firewareos, aricentiss, dnos, nxos, hpbladesystem, netgear, xos, boss, opengear, pfsense, asyncos
19
+
20
+ ## 0.21.0
21
+
22
+ * FEATURE: routeros include system history (@InsaneSplash)
23
+ * FEATURE: vrp added support for removing secrets (@bheum)
24
+ * FEATURE: hirschmann model (@OCangrand)
25
+ * FEATURE: asa added multiple context support (@marnovdm)
26
+ * FEATURE: procurve added additional output (@davama)
27
+ * FEATURE: Updated git commits to bare repo + drop need for temp dir during clone (@asenci)
28
+ * FEATURE: asyncos model (@cd67-usrt)
29
+ * FEATURE: ciscosma model (@cd67-usrt)
30
+ * FEATURE: procurve added transceiver info (@davama)
31
+ * FEATURE: routeros added remove_secret option (@spinza)
32
+ * FEATURE: Updated net-ssh version (@Fauli83)
33
+ * FEATURE: audiocodes model (@Fauli83)
34
+ * FEATURE: Added docs for Huawei VRP devices (@tuxis-ie)
35
+ * FEATURE: ciscosmb added radius key detection (@davama)
36
+ * FEATURE: radware model (@sfini)
37
+ * FEATURE: enterasys model (@koenvdheuvel)
38
+ * FEATURE: weos model (@ignaqui)
39
+ * FEATURE: hpemsa model (@aschaber1)
40
+ * FEATURE: Added nodes_done hook (@danilopopeye)
41
+ * FEATURE: ucs model (@WiXZlo)
42
+ * FEATURE: acsw model (@sfini)
43
+ * FEATURE: aen model (@ZacharyPuls)
44
+ * FEATURE: coriantgroove model (@nickhilliard)
45
+ * FEATURE: sgos model (@seekerOK)
46
+ * FEATURE: powerconnect support password removal (@tobbez)
47
+ * FEATURE: Added haproxy example for Ubuntu (@denvera)
48
+ * BUGFIX: fiberdriver remove configuration generated on from diff (@emjemj)
49
+ * BUGFIX: Fix email pass through (@ZacharyPuls)
50
+ * BUGFIX: iosxr suppress timestamp (@ja-frog)
51
+ * BUGFIX: ios allow lowercase user/pass prompt (@deepseth)
52
+ * BUGFIX: Use git show instead of git diff (@asenci)
53
+ * BUGFIX: netgear fixed sending enable password and exit/quit (@candlerb)
54
+ * BUGFIX: ironware removed space requirement from password prompt (@crami)
55
+ * BUGFIX: dlink removed uptime from diff (@rfdrake)
56
+ * BUGFIX: planet removed temp from diff (@flokli)
57
+ * BUGFIX: ironware removed fan, temp and flash from diff (@Punicaa)
58
+ * BUGFIX: panos changed exit to quit (@goebelmeier)
59
+ * BUGFIX: fortios remove FDS address from diffs (@bheum)
60
+ * BUGFIX: fortios remove additional secrets from diffs (@brunobritocarvalho)
61
+ * BUGFIX: fortios remove IPS URL DB (@brunobritocarvalho)
62
+ * BUGFIX: voss remove temperature, power and uptime from diff (@ospfbgp)
63
+
64
+ ## 0.20.0
65
+
66
+ * FEATURE: gpg support for CSV source (@elmobp)
67
+ * FEATURE: slackdiff (@natm)
68
+ * FEATURE: gitcrypt output model (@clement-parisot)
69
+ * FEATURE: model specific credentials (@davromaniak)
70
+ * FEATURE: hierarchical json in http source model
71
+ * FEATURE: next-adds-job config toggle (to add new job when ever /next is called)
72
+ * FEATURE: netgear model (@aschaber1)
73
+ * FEATURE: zhone model (@rfdrake)
74
+ * FEATURE: tplink model (@mediumo)
75
+ * FEATURE: oneos model (@crami)
76
+ * FEATURE: cisco NGA model (@udhos)
77
+ * FEATURE: voltaire model (@clement-parisot)
78
+ * FEATURE: siklu model (@bdg-robert)
79
+ * FEATURE: voss model (@ospfbgp)
80
+ * BUGFIX: ios, cumulus, ironware, nxos, fiberdiver, aosw, fortios, comware, procurve, opengear, timos, routeros, junos, asa, aireos, mlnxos, pfsense, saos, powerconnect, firewareos, quantaos
81
+
82
+ ## 0.19.0
83
+
84
+ * FEATURE: allow setting ssh_keys (not relying on openssh config) (@denvera)
85
+ * FEATURE: fujitsupy model (@stokbaek)
86
+ * FEATURE: fiberdriver model (@emjemj)
87
+ * FEATURE: hpbladesystems model (@flokli)
88
+ * FEATURE: planetsgs model (@flokli)
89
+ * FEATURE: trango model (@rfdrake)
90
+ * FEATURE: casa model (@rfdrake)
91
+ * FEATURE: dlink model (@rfdrake)
92
+ * FEATURE: hatteras model (@rfdrake)
93
+ * FEATURE: ability to ignore SSL certs in http (@laf)
94
+ * FEATURE: awsns hooks, publish messages to AWS SNS topics (@natm)
95
+ * BUGFIX: pfsense, dnos, powerconnect, ciscosmb, eos, aosw
96
+
97
+ ## 0.18.0
98
+
99
+ * FEATURE: APC model (by @davromaniak )
100
+ * BUGFIX: ironware, aosw
101
+ * BUGFIX: interpolate nil, false, true for node vars too
102
+
103
+ ## 0 17.0
104
+
105
+ * FEATURE: "nil", "false" and "true" in source (e.g. router.db) are interpeted as nil, false, true. Empty is now always considered empty string, instead of in some cases nil and some cases empty string.
106
+ * FEATURE: support tftp as input model (@MajesticFalcon)
107
+ * FEATURE: add alvarion model (@MajesticFalcon)
108
+ * FEATURE: detect if ssh wants password terminal/CLI prompt or not
109
+ * FEATURE: node (group, model, username, password) resolution refactoring, supports wider range of use-cases
110
+ * BUGFIX: fetch for file output (@danilopopeye)
111
+ * BUGFIX: net-ssh version specification
112
+ * BUGFIX: routeros, catos, pfsense
113
+
114
+ ## 0.16.3
115
+
116
+ * FEATURE: pfsense support (by @stokbaek)
117
+ * BUGFIX: cumulus prompt not working with default switch configs (by @nertwork)
118
+ * BUGFIX: disconnect ssh when prompt wasn't found (by @andir)
119
+ * BUGFIX: saos, asa, acos, timos updates, cumulus
120
+
121
+ ## 0.16.2
122
+
123
+ * BUGFIX: when not using git (by @danilopopeye)
124
+ * BUGFIX: screenos update
125
+
126
+ ## 0.16.1
127
+
128
+ * BUGFIX: unnecessary puts statement removed from git.rb
129
+
130
+ ## 0.16.0
131
+
132
+ * FEATURE: support Gaia OS devices (by @totosh)
133
+ * BUGFIX: #fetch, #version fixes in nodes.rb (by @danilopopeye)
134
+ * BUGFIX: procurve
135
+
136
+ ## 0.15.0
137
+
138
+ * FEATURE: disable periodic collection, only on demand (by Adam Winberg)
139
+ * FEATURE: allow disabling ssh exec mode always (mainly for oxidized-script) (by @nickhilliard)
140
+ * FEATURE: support mellanox devices (by @ham5ter)
141
+ * FEATURE: support firewireos devices (by @alexandre-io)
142
+ * FEATURE: support quanta devices (by @f0o)
143
+ * FEATURE: support tellabs coriant8800, coriant8600 (by @udhos)
144
+ * FEATURE: support brocade6910 (by @cardboardpig)
145
+ * BUGFIX: debugging, tests (by @ElvinEfendi)
146
+ * BUGFIX: nos, panos, acos, procurve, eos, edgeswitch, aosw, fortios updates
147
+
148
+ ## 0.14.3
149
+
150
+ * BUGFIX: fix git when using multiple groups without single_repo
151
+
152
+ ## 0.14.2
153
+
154
+ * BUGFIX: git expand path for all groups
155
+ * BUGFIX: git get_version, teletubbies do it again
156
+ * BUGFIX: comware, acos, procurve models
157
+
158
+ ## 0.14.1
159
+
160
+ * BUGFIX: git get_version when groups and single_repo are used
161
+
162
+ ## 0.14.0
163
+
164
+ * FEATURE: support supermicro swithes (by @funzoneq)
165
+ * FEATURE: support catos switches
166
+ * BUGFIX: git+groups+singlerepo (by @PANZERBARON)
167
+ * BUGFIX: asa, tmos, ironware, ios-xr
168
+ * BUGFIX: mandate net-ssh 3.0.x, don't accept 3.1 (numerous issues)
169
+
170
+ ## 0.13.1
171
+
172
+ * BUGFIX: file permissions (Sigh...)
173
+
174
+ ## 0.13.0
175
+
176
+ * FEATURE: http post for configs (by @jgroom33)
177
+ * FEATURE: support ericsson redbacks (by @roedie)
178
+ * FEATURE: support motorola wireless controllers (by @roadie)
179
+ * FEATURE: support citrix netscaler (by @roadie)
180
+ * FEATURE: support datacom devices (by @danilopopeye)
181
+ * FEATURE: support netonix devices
182
+ * FEATURE: support specifying ssh cipher and kex (by @roadie)
183
+ * FEATURE: rename proxy to ssh_proxy (by @roadie)
184
+ * FEATURE: support ssh keys on ssh_proxy (by @awix)
185
+ * BUGFIX: various (by @danilopopeye)
186
+ * BUGFIX: Node#repo with groups (by @danilopopeye)
187
+ * BUGFIX: githubrepohoook (by @danilopopeye)
188
+ * BUGFIX: fortios, airos, junos, xos, edgeswitch, nos, tmos, procurve, ipos models
189
+
190
+ ## 0.12.2
191
+
192
+ * BUGFIX: more MRV model fixes (by @natm)
193
+
194
+ ## 0.12.1
195
+
196
+ * BUGFIX: set term to vty100
197
+ * BUGFIX: MRV model fixes (by @natm)
198
+
199
+ ## 0.12.0
200
+
201
+ * FEATURE: enhance AOSW (by @mikebryant)
202
+ * FEATURE: F5 TMOS support (by @mikebryant)
203
+ * FEATURE: Opengear support (by @mikebryant)
204
+ * FEATURE: EdgeSwitch support (by @doogieconsulting)
205
+ * BUGFIX: rename input debug log files
206
+ * BUGFIX: powerconnect model fixes (by @Madpilot0)
207
+ * BUGFIX: fortigate model fixes (by @ElvinEfendi)
208
+ * BUGFIX: various (by @mikebryant)
209
+ * BUGFIX: write SSH debug to file without buffering
210
+ * BUGFIX: fix IOS XR prompt handling
211
+
212
+ ## 0.11.0
213
+
214
+ * FEATURE: ssh proxycommand (by @ElvinEfendi)
215
+ * FEATURE: basic auth in HTTP source (by @laf)
216
+ * BUGFIX: do not inject string to output before model gets it
217
+ * BUGFIX: store pidfile in oxidized root
218
+
219
+ ## 0.10.0
220
+
221
+ * FEATURE: Various refactoring (by @ElvinEfendi)
222
+ * FEATURE: Ciena SOAS support (by @jgroom33)
223
+ * FEATURE: support group variables (by @supertylerc)
224
+ * BUGFIX: various ((orly)) (by @marnovdm, @danbaugher, @MrRJ45, @asynet, @nickhilliard)
225
+
226
+ ## 0.9.0
227
+
228
+ * FEATURE: input log now uses devices name as file, instead of string from config (by @skoef)
229
+ * FEATURE: Dell Networkign OS (dnos) support (by @erefre)
230
+ * BUGFIX: CiscoSMB, powerconnect, comware, xos, ironware, nos fixes
231
+
232
+ ## 0.8.1
233
+
234
+ * BUGFIX: restore ruby 1.9.3 compatibility
235
+
236
+ ## 0.8.0
237
+
238
+ * FEATURE: hooks (by @aakso)
239
+ * FEATURE: MRV MasterOS support (by @kwibbly)
240
+ * FEATURE: EdgeOS support (by @laf)
241
+ * FEATURE: FTP input and Zyxel ZynOS support (by @ytti)
242
+ * FEATURE: version and diffs API For oxidized-web (by @FlorianDoublet)
243
+ * BUGFIX: aosw, ironware, routeros, xos models
244
+ * BUGFIX: crash with 0 nodes
245
+ * BUGFIX: ssh auth fail without keyboard-interactive
246
+ * Full changelog https://github.com/ytti/oxidized/compare/0.7.1...HEAD
247
+
248
+ ## 0.7.0
249
+
250
+ * FEATURE: support http source (by @laf)
251
+ * FEATURE: support Palo Alto PANOS (by @rixxxx)
252
+ * BUGFIX: screenos fixes (by @rixxxx)
253
+ * BUGFIX: allow 'none' auth in ssh (spotted by @SaldoorMike, needed by ciscosmb+aireos)
254
+
255
+ ## 0.6.0
256
+
257
+ * FEATURE: support cumulus linux (by @FlorianDoublet)
258
+ * FEATURE: support HP Comware SMB siwtches (by @sid3windr)
259
+ * FEATURE: remove secret additions (by @rodecker)
260
+ * FEATURE: option to put all groups in single repo (by @ytti)
261
+ * FEATURE: expand path in source: csv: (so that ~/foo/bar works) (by @ytti)
262
+ * BUGFIX: screenos fixes (by @rixxxx)
263
+ * BUGFIX: ironware fixes (by @FlorianDoublet)
264
+ * BUGFIX: powerconnect fixes (by @sid3windr)
265
+ * BUGFIX: don't ask interactive password in new net/ssh (by @ytti)
266
+
267
+ ## 0.5.0
268
+
269
+ * FEATURE: Mikrotik RouterOS model (by @emjemj)
270
+ * FEATURE: add support for Cisco VSS (by @MrRJ45)
271
+ * BUGFIX: general fixes to powerconnect model (by @MrRJ45)
272
+ * BUGFIX: fix initial commit issues with rugged (by @MrRJ45)
273
+ * BUGFIX: pager error for old dell powerconnect switches (by @emjemj)
274
+ * BUGFIX: logout error for old dell powerconnect switches (by @emjemj)
275
+
276
+ ## 0.4.1
277
+
278
+ * BUGFIX: handle missing output file (by @brandt)
279
+ * BUGFIX: fix passwordless enable on Arista EOS model (by @brandt)
280
+
281
+ ## 0.4.0
282
+
283
+ * FEATURE: allow setting IP address in addition to name in source (SQL/CSV)
284
+ * FEATURE: approximate how long it takes to get node from larger view than 1
285
+ * FEATURE: unconditionally start new job if too long has passed since previous start
286
+ * FEATURE: add enable to Arista EOS model
287
+ * FEATURE: add rugged dependency in gemspec
288
+ * FEATURE: log prompt detection failures
289
+ * BUGFIX: xos while using telnet (by @fhibler)
290
+ * BUGFIX: ironware logout on some models (by @fhibler)
291
+ * BUGFIX: allow node to be removed while it is being collected
292
+ * BUGFIX: if model returns non string value, return empty string
293
+ * BUGFIX: better prompt for Arista EOS model (by @rodecker)
294
+ * BUGFIX: improved configuration handling for Arista EOS model (by @rodecker)
295
+
296
+ ## 0.3.0
297
+
298
+ * FEATURE: *FIXME* bunch of stuff I did for richih, docs needed
299
+ * FEATURE: ComWare model (by erJasp)
300
+ * FEATURE: Add comment support for router.db file
301
+ * FEATURE: Add input debugging and related configuration options
302
+ * BUGFIX: Fix ASA model prompt
303
+ * BUGFIX: Fix Aruba model display
304
+ * BUGFIX: Fix changing output in PowerConnect model
305
+
306
+ ## 0.2.4
307
+
308
+ * FEATURE: Cisco SMB (Nikola series VxWorks) model by @thetamind
309
+ * FEATURE: Extreme Networks XOS model (access by sjm)
310
+ * FEATURE: Brocade NOS (Network Operating System) (access by sjm)
311
+ * BUGFIX: Match exactly to node[:name] if node[name] is an ip address.
312
+
313
+ ## 0.2.3
314
+
315
+ * BUGFIX: rescue @ssh.close when far end closes disgracefully (ALU ISAM)
316
+ * BUGFIX: bugfixes to models
317
+ * FEATURE: Alcatel-Lucent ISAM 7302/7330 model added by @jalmargyyk
318
+ * FEATURE: Huawei VRP model added by @jalmargyyk
319
+ * FEATURE: Ubiquiti AirOS added by @willglyn
320
+ * FEATURE: Support 'input' debug in config, ssh/telnet use it to write session log
321
+
322
+ ## 0.2.2
323
+
324
+ * BUGFIX: mark node as failure if unknown error is raised
325
+
326
+ ## 0.2.1
327
+
328
+ * BUGFIX: vars variable resolving for main level vars
329
+
330
+ ## 0.2.0
331
+
332
+ * FEATURE: Force10 model added by @lysiszegerman
333
+ * FEATURE: ScreenOS model added by @lysiszegerman
334
+ * FEATURE: FabricOS model added by @thakala
335
+ * FEATURE: ASA model added by @thakala
336
+ * FEATURE: Vyattamodel added by @thakala
337
+ * BUGFIX: Oxidized::String convenience methods for models fixed
338
+
339
+ ## 0.1.1
340
+
341
+ * BUGFIX: vars needs to return value of r, not value of evaluation