From 80a3c6d0a8e03c2d24ec04d3ddb113a825a03c74 Mon Sep 17 00:00:00 2001 From: Dan Baugher Date: Tue, 10 Nov 2015 21:29:29 -0500 Subject: Added a couple missing models. Fixed a typo in one of the names for the os. Restructured the list to separate models and brands. Updated the names to match the model names. --- README.md | 91 ++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 58 insertions(+), 33 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 97aa4ac..4f21c4d 100644 --- a/README.md +++ b/README.md @@ -42,39 +42,64 @@ Oxidized is a network device configuration backup tool. It's a RANCID replacemen # Supported OS types - * A10 Networks ACOS - * Alcatel-Lucent ISAM 7302/7330 - * Alcatel-Lucent Operating System AOS - * Alcatel-Lucent Operating System AOS7 - * Alcatel-Lucent Operating System Wireless - * Alcatel-Lucent TiMOS - * Arista EOS - * Brocade Fabric OS - * Brocade Ironware - * Brocade NOS (Network Operating System) - * Brocade Vyatta - * Cisco AireOS - * Cisco ASA - * Cisco IOS - * Cisco IOS-XR - * Cisco NXOS - * Cisco SMB (Nikola series) - * Cumulus Linux - * DELL PowerConnect - * Extreme Networks XOS - * Force10 FTOS - * Force10 NDOS - * FortiGate FortiOS - * HP Comware (HP A-series, H3C, 3Com) - * HP ProCurve - * Huawei VRP - * Juniper JunOS - * Juniper ScreenOS (Netscreen) - * Mikrotik RouterOS - * MRV Master-OS - * Ubiquiti AirOS - * Palo Alto PAN-OS - * Zyxel ZyNOS + * A10 Networks + * ACOS + * Alcatel-Lucent + * ISAM + * AOS + * AOS7 + * Wireless + * TiMOS + * Arista + * EOS + * Arris + * C4CMTS + * Aruba + * AOSW + * Brocade + * FabricOS + * Ironware + * NOS (Network Operating System) + * Vyatta + * Cisco + * AireOS + * ASA + * IOS + * IOSXR + * NXOS + * SMB (Nikola series) + * Cumulus + * Linux + * DELL + * PowerConnect + * AOSW + * Extreme Networks + * XOS + * Force10 + * FTOS + * Force10 + * DNOS + * FortiGate + * FortiOS + * HP + * Comware (HP A-series, H3C, 3Com) + * Procurve + * Huawei + * VRP + * Juniper + * JunOS + * ScreenOS (Netscreen) + * Mikrotik + * RouterOS + * MRV + * MasterOS + * Ubiquiti + * AirOS + * Edgeos + * Palo Alto + * PANOS + * Zyxel + * ZyNOS # Installation -- cgit v1.2.1 From de223b17593d311527e94c97593e8addd7f31fce Mon Sep 17 00:00:00 2001 From: Saku Ytti Date: Mon, 23 Nov 2015 12:23:44 +0200 Subject: Add Ciena to README Remove trailing whitespaces --- README.md | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4f21c4d..43cc89f 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ Oxidized is a network device configuration backup tool. It's a RANCID replacemen # Supported OS types - * A10 Networks + * A10 Networks * ACOS - * Alcatel-Lucent + * Alcatel-Lucent * ISAM * AOS * AOS7 @@ -56,49 +56,51 @@ Oxidized is a network device configuration backup tool. It's a RANCID replacemen * C4CMTS * Aruba * AOSW - * Brocade + * Brocade * FabricOS * Ironware * NOS (Network Operating System) * Vyatta - * Cisco + * Ciena + * SOAS + * Cisco * AireOS * ASA * IOS * IOSXR * NXOS * SMB (Nikola series) - * Cumulus + * Cumulus * Linux - * DELL + * DELL * PowerConnect * AOSW - * Extreme Networks + * Extreme Networks * XOS - * Force10 + * Force10 * FTOS - * Force10 + * Force10 * DNOS - * FortiGate + * FortiGate * FortiOS - * HP + * HP * Comware (HP A-series, H3C, 3Com) * Procurve - * Huawei + * Huawei * VRP - * Juniper + * Juniper * JunOS * ScreenOS (Netscreen) - * Mikrotik + * Mikrotik * RouterOS - * MRV + * MRV * MasterOS - * Ubiquiti + * Ubiquiti * AirOS * Edgeos - * Palo Alto + * Palo Alto * PANOS - * Zyxel + * Zyxel * ZyNOS -- cgit v1.2.1 From 201c02551d96a070f8d55936aba350f772649465 Mon Sep 17 00:00:00 2001 From: Nick Hilliard Date: Sun, 27 Dec 2015 18:19:36 +0000 Subject: expose git repo name and commit oid in hook mechanism and environment variables --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 43cc89f..f2116de 100644 --- a/README.md +++ b/README.md @@ -471,6 +471,8 @@ OX_NODE_MSG OX_NODE_GROUP OX_JOB_STATUS OX_JOB_TIME +OX_REPO_COMMITREF +OX_REPO_NAME ``` Exec hook recognizes following configuration keys: -- cgit v1.2.1