Skip to main content

Update STS

Inside deploy directory,

cd <INSTALL_DIR>/deploy
  1. docker-compose down

  2. Update .env file with new image tags

    • to edit

      sudo nano .env

    to exit

    • CTRL + C
    • SHIFT + Y and hit ENTER

    Update the image tags to

    STS_IMAGE=gcr.io/vas-suite/meghcomputing/sts:0.1X.XXXX
  3. Inside deploy/sts directory, update config.yaml with below content at specific sections under the module as mentioned.

    # Add 4 items to nimble module. 
    module:
    - ...
    - nimble:
    requesttimeout: 30
    dialtimeout: 30
    streamconntimeout: 30
    metadataconnection: ws
  4. docker-compose up -d