Update STS
Inside deploy directory,
cd <INSTALL_DIR>/deploy
docker-compose down
Update
.env
file with new image tagsto edit
sudo nano .env
to exit
CTRL + C
SHIFT + Y
and hitENTER
Update the image tags to
STS_IMAGE=gcr.io/vas-suite/meghcomputing/sts:0.1X.XXXX
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: wsdocker-compose up -d