Update STS
Inside deploy directory,
cd <INSTALL_DIR>/deploy
docker-compose downUpdate
.envfile with new image tagsto edit
sudo nano .env
to exit
CTRL + CSHIFT + Yand hitENTER
Update the image tags to
STS_IMAGE=gcr.io/vas-suite/meghcomputing/sts:0.1X.XXXXInside deploy/sts directory, update config.yaml with below content at specific sections under the
moduleas mentioned.# Add 4 items to nimble module.
module:
- ...
- nimble:
requesttimeout: 30
dialtimeout: 30
streamconntimeout: 30
metadataconnection: wsdocker-compose up -d