Skip to content

Latest commit

 

History

History
124 lines (92 loc) · 4.72 KB

File metadata and controls

124 lines (92 loc) · 4.72 KB

GENI Clearinghouse Release Notes

Installation Notes

  • Remove the PGCH AMsoil plugin link if it exists

    sudo rm /usr/share/geni-ch/chapi/AMsoil/src/plugins/pgch
    
  • Remove the installed pgch directory if it exists

    sudo rm -rf /usr/share/geni-ch/chapi/chapi/plugins/pgch
    

Changes

  • Remove PGCH service (#474)
  • Update CentOS installation docs (#463)
  • Drop chapi from make sync (#468)
  • Add aggregate configurations for future install (#469)
  • Allow KEY_TYPE as an argument to MA.create_key() (#458)
  • Fix removing lead from project error finding an alternate lead. (#451)
  • Reduce the use of AMsoil config plug-in at runtime (#454)
  • Stop CC'ing on expiring certificate email (#441)
  • Allow SLICE_PROJECT_URN to designate project subject (#442)
  • Change text of project lead email (#446)
  • Skip SQL in clause when collection is empty (#427)
  • Add iRODS SR scripts (#436)
  • Move iRODS certs to clearinghouse (#437)
  • Add VTS aggregates to service registry (#438)
  • Return short name from SR (#430)
  • Merge transition related changes (#432)
  • Migrate management scripts from geni-portal to geni-ch (#101)
  • Return dates as strings from SA create (#397)
  • Raise not implemented error for delete slice and delete project (#398)
  • Stop generating fake project email addresses (#399)
  • Ensure fields exist before updating (#411)
  • Ensure now < slice_expiration < max_expiration (#413)
  • Validate project expiration dates (#419)
  • Set default values for slice and project creation (#414)
  • Return last_name to monitoring when present (#424)
  • Add geni-revoke-member-certificate man page (#404)
  • Migrate SR certs from geni-portal to geni-ch (#102)
  • Fix a bug in lookup_project_attributes where the PROJECT_UID option was required to be a list. Allow it to be a single UID. (#400)
  • Migrate CH tables from geni-portal to geni-ch (#103)
  • Support lists of project_ids in option for lookup_project_attributes (#391)
  • Return most recent slice from SA.lookup and SA.lookup_slices (#393)
  • Allow JSON booleans for boolean type arguments to API calls (#394)
  • Add procedure to add new aggregate (#383)
  • Minor tweaks to portal_stats.sql