Skip to content

Commit

Permalink
update volume size for ecopcr vm's
Browse files Browse the repository at this point in the history
  • Loading branch information
hector-baez committed Dec 20, 2023
1 parent e9b27c2 commit fe928ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js2-autoscaling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ else # Scale Up
elif [[ $BENSERVER == *blast* ]]; then
FLAVOR=$FLAVOR_BLAST # log efficiency with threads in blast
VOLUME=$VOLUME_BLAST
elif [[ $BENSERVER == *ecopcr* ]]; then
VOLUME=$VOLUME_ECOPCR
fi

./vm_setup.sh -u $USER -f $FLAVOR -i $IMAGE -k $SSHKEY -j $JSCRED -n $n -m $VMNAME -b $b -v $VOLUME -s $SECURITY -w $NETWORK -c $SSHCONFIG -o 1 -e $BENSERVER
Expand Down
1 change: 1 addition & 0 deletions vm_vars.sh.sample
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ SECURITY=[GET_SECURITY_GROUP]
NETWORK=[GET_NETWORK_ID]
VOLUME=1000 # volume backed storage for virtual machines. 0 for default size
VOLUME_BLAST=300
VOLUME_ECOPCR=0
SSHCONFIG="/home/$USER/.ssh/config"
BRANCH=master
HOSTNAME="hostnames"
Expand Down

0 comments on commit fe928ce

Please sign in to comment.