/dev/adei/adei

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/adei/adei

« back to all changes in this revision

Viewing changes to scripts/openshift/start-massive-caching.sh

  • Committer: Suren A. Chilingaryan
  • Date: 2018-03-24 02:39:36 UTC
  • Revision ID: csa@suren.me-20180324023936-xlaudydvfht0reww
Respect HTTP errors in cacher script

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
[ -z "$setup" ] && { echo "Setup must be specified"; exit 1; }
6
6
 
7
7
 
8
 
oc -n $ADEI_NS  scale "dc/adei-${setup}-cacher" --replicas 6
 
8
oc -n $ADEI_NS  scale "dc/adei-${setup}-cacher" --replicas 3
9
9
oc -n $ADEI_NS  scale "dc/adei-${setup}-archive-cacher" --replicas 12
10
10
 
11
11