Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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:
        Jira
        serverDuraCloud JIRA
        serverIdf90c6d83-f2e3-331b-aaa6-0d6e0cdd5d94
        keyDURACLOUD-1049
        - 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)