diff --git a/CHANGELOG b/CHANGELOG index a06248c3c1..c6d421cd06 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -32,6 +32,8 @@ Cacti CHANGELOG -issue#5589: When a graph has a real long cdef in graph debug mode, it forces an undesirable scroll -issue#5590: Secondary LDAP server not evaluated when the first one has failed -feature#5577: Provide new templates for ArubaOS switch, Aruba wifi controller and HPE iLO to be available during install +-feature#5597: Provide new templates for Arubai OSCX 6x00 switch to be available during install + 1.2.25 -security#GHSA-77rf-774j-6h3p: Protect against Insecure deserialization of filter data diff --git a/install/functions.php b/install/functions.php index 707bbf1622..20e0730c31 100644 --- a/install/functions.php +++ b/install/functions.php @@ -475,6 +475,7 @@ function install_setup_get_templates() { 'APC_InfraStruXure_PDU.xml.gz', 'Apache_Webserver.xml.gz', 'ArubaOS_switch.xml.gz', + 'Aruba_OSCX_switch_6x00.xml.gz', 'Aruba_Instant_AP_Cluster.xml.gz', 'Aruba_Wireless_Controller.xml.gz', 'BayTech_PDU.xml.gz', diff --git a/install/templates/Aruba_OSCX_switch_6x00.xml.gz b/install/templates/Aruba_OSCX_switch_6x00.xml.gz new file mode 100644 index 0000000000..d50ac28263 Binary files /dev/null and b/install/templates/Aruba_OSCX_switch_6x00.xml.gz differ