Call Details

Attendees

Agenda

(If you have an agenda suggestion/addition, please leave a comment!)

  1. Updates
    1. TDL: Texas Woman’s University’s issues with the Sync Tool
  2. Release 7.1 Planning
    1. Release sprint - Scheduled for first week in November
    1. Check in on ticket status (see Backlog)
    2. Release Tasks: Release 7.1.0 Actions

Resources

JIRA

DuraCloud documentation

  1. User documentation (wiki)
  2. Deployment documentation (github)

Minutes

  • Updates
    • Texas Woman's University
      • SyncTool UI wouldn't connect to the network drive
      • Worked on the command line
      • Could it be a permissions issue?
      • It's a JSP app, so drive list is pulled in from a Java routine
        • Using Java's file.listRoots
      • Previously this worked when a thumb drive was added (and a thumb drive was tried, but with no effect)
      • It's possible this changed with Java 11
      • They are ok with command line, but would prefer the UI be fixed
      • This one is hard to test because we don't have Windows with a network drive available for testing
      • There's a more current FileSystem.getRootDirectories() in java.nio. Not clear if this would make a difference.
      • Existing ticket: DURACLOUD-1049 - Getting issue details... STATUS - moved to Selected for Development
  • Release 7.1
    • Release plan/schedule still looks good
    • Mill in Terraform
      • Launch config is being pushed to S3 via Terraform
      • Docker containers expect to find files in S3
      • Some of the config is static and some is dynamic (like queue names, database instance name)
      • Want to be able to run the mill locally for testing
      • Could create a template in code, then allow terraform to populate from state and SSM (or properties file)
  • No labels