From aragusa at grnoc.iu.edu Fri Mar 26 15:10:37 2010 From: aragusa at grnoc.iu.edu (AJ Ragusa) Date: Fri, 26 Mar 2010 16:10:37 -0400 Subject: [Nocupdates] GRNOC DB 1.6.11 Released Message-ID: <5B48297A-A3AB-4AB1-AE48-0CCA2E2D68E3@grnoc.iu.edu> Hi Everyone I've released GRNOC DB 1.6.11 to the OneNet Database. Here are the list of changes that were applied. A.J. grnocdb 1.6.11 [2010 Mar 26] ---------------------------- Major Changes: *ISSUE=792 PROJ=102 the simple ckt populator only addes endpoints that don't exist, even if they are manually created *ISSUE=790 PROJ=102 foreign key constraint between rack.pop_id and pop.pop_id preventing users from deleting pops that contain racks without deleting the rack first *all tables now InnoDB Minor Changes: *ISSUE=794 PROJ=102 Entity page now also shows circuits for which the entity is the carrier *ISSUE=738 PROJ=102 circuit type, status, role dropdowns are now sorted alphabetically *ISSUE=771 PROJ=102 simple circuit populator modified so that circuit names do not contain spaces *ISSUE=750 PROJ=102 Adding rows per page options to several pages *ISSUE=721 PROJ=102 Changing channel to accept either channel or wavelength numbers *ISSUE=5585 PROJ=101 Add new inventory item when an existing inventory item with the same serial number has been out of serviced *Added MCNC FP circuit view generator grnocdb 1.6.10 [2010 Mar 16] ---------------------------- Major Changes: * PHPmyAdmin removed from grnocdb ISSUE=5565 PROJ=101 Minor Changes: * ISSUE=758 PROJ=102 make sure existing devices in network can't get added to inventory w/ blank serial (we are already enforcing this on the new parts page) * ISSUE=758 PROJ=102 don't include inventory/device records with blank serial numbers * Modified simple circuit populator regular expression for circuit names to not require a space after the pipe separator * Fixed Issue where pop naming convention was not used on inventory record details page * Fixed typo in unix group management header title * Make sure the contact update email template variable gets put into Defaults.pm in upgrade script and we install Mime::Lite::TT * ISSUE=752 PROJ=102 use template for contact update tool email message * ISSUE=752 PROJ=102 removed hardcoded contact types to email for contact update tool -- now uses defined eval order * ISSUE=717 PROJ=102 Added Type and Source and Destination POP codes to circuit hierarchy * ISSUE=748 PROJ=102 Resolved issue where channel number for an associated circuit was not showing up in the Network Elements view. * fixed upgrade script 1.6.8-1.6.9 in trunk to set ckt_endpoint.node_id and ckt_endpoint.interface_id equal to NULL and not 'NULL' grnocdb 1.6.9 [2010 Mar 3] -------------------------- Major Changes: * ISSUE=731 PROJ=102 contact update tool moved out of GRNOCDB into its own separate dabase Minor Changes: * ISSUE=723 PROJ=102 properly correlate pass through ports to lookup the mux port info in alertmon device correlation * ISSUE=726 PROJ=102 Fixed issue with add_network * Added AutoNagios to setup script * Fixed typo in upgrade scripts back to 1.6.6-1.6.7 * ISSUE=712 PROJ=102 making sure ISIS ckt populator sets default ckt role code, moved it to grnocdb/bin * ISSUE=5606 PROJ=101 ckt_endpoint.interface_id is now set to NULL when an interface is not specified when adding a new circuit endpoint * ISSUE=5613 PROJ=101 When a role code is undefined, the circuit will now appear in the circuit hierarchy grnocdb 1.6.8 [2010 Feb 22] --------------------------- Minor changes: * ISSUE=5562 PROJ=101 Dropped stale tables and views from DB install * ISSUE=5555 PROJ=101 Added bladeOS rancid poller type * fixed typo in schema updates that made fresh install and upgraded versions different * Modified get_ckt_endpoints to only get auto_generated endpoints since we only delete auto_generated * ISSUE 726 PROJ=102 Modified Simple Circuit Populator and Database UI to seperate Circuit Endpoint Population and Circuit Creation grnocdb 1.6.7 [2010 Feb 12] --------------------------- Minor changes: * ISSUE=689 PROJ=102 removing postgresql admin code from long ago * ISSUE=703 PROJ=102 Fixed patch panel wizard. * ISSUE=687 PROJ=102 Added a back to entity link on the contact details page * ISSUE=685 PROJ=102 Now a channel should only show up 1 time unless there are multiple active ckts riding on top of it * Backend changes to start pop hierarchy.