File tree Expand file tree Collapse file tree
tests/fixtures/mock-store/bin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717export ETCD_PORT=${ETCD_PORT:- 4001}
1818export ETCD=" $HOST :$ETCD_PORT "
1919export ETCD_PATH=${ETCD_PATH:-/ deis/ builder}
20- export ETCD_TTL=${ETCD_TTL:- 10 }
20+ export ETCD_TTL=${ETCD_TTL:- 20 }
2121
2222# wait for etcd to be available
2323until etcdctl --no-sync -C $ETCD ls > /dev/null 2>&1 ; do
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ install, and start **deis/cache**.
2020 daemon (default: * 4001* )
2121* ** ETCD_PATH** sets the etcd directory where the cache announces its
2222 configuration (default: * /deis/cache* )
23- * ** ETCD_TTL** sets the time-to-live before etcd purges a configuration
24- value, in seconds (default: * 10* )
2523* ** PORT** sets the TCP port on which the cache listens (default: * 6379* )
2624
2725## License
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ set -eo pipefail
1313export ETCD_PORT=${ETCD_PORT:- 4001}
1414export ETCD=" $HOST :$ETCD_PORT "
1515export ETCD_PATH=${ETCD_PATH:-/ deis/ controller}
16- export ETCD_TTL=${ETCD_TTL:- 10 }
16+ export ETCD_TTL=${ETCD_TTL:- 20 }
1717
1818# wait for etcd to be available
1919until etcdctl --no-sync -C $ETCD ls > /dev/null 2>&1 ; do
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ set -eo pipefail
1313export ETCD_PORT=${ETCD_PORT:- 4001}
1414export ETCD=" $HOST :$ETCD_PORT "
1515export ETCD_PATH=${ETCD_PATH:-/ deis/ database}
16- export ETCD_TTL=${ETCD_TTL:- 10 }
16+ export ETCD_TTL=${ETCD_TTL:- 20 }
1717
1818export BUCKET_NAME=${BUCKET_NAME:- db_wal}
1919export BACKUPS_TO_RETAIN=${BACKUPS_TO_RETAIN:- 5}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export ETCD_PORT=${ETCD_PORT:-4001}
1414export ETCD=" $HOST :$ETCD_PORT "
1515export ETCD_PATH=${ETCD_PATH:-/ deis/ registry}
1616export HOST_ETCD_PATH=${HOST_ETCD_PATH:-/ deis/ registry/ hosts/ $HOST }
17- export ETCD_TTL=${ETCD_TTL:- 10 }
17+ export ETCD_TTL=${ETCD_TTL:- 20 }
1818
1919# run.sh requires $REGISTRY_PORT
2020export REGISTRY_PORT=${PORT:- 5000}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export ETCD_PORT=${ETCD_PORT:-4001}
1414export ETCD=" $HOST :$ETCD_PORT "
1515export ETCD_PATH=${ETCD_PATH:-/ deis/ store/ gateway}
1616export HOST_ETCD_PATH=${HOST_ETCD_PATH:-/ deis/ store/ gateway/ hosts/ $HOST }
17- export ETCD_TTL=${ETCD_TTL:- 10 }
17+ export ETCD_TTL=${ETCD_TTL:- 20 }
1818
1919# wait for etcd to be available
2020until etcdctl --no-sync -C $ETCD ls > /dev/null 2>&1 ; do
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ set -eo pipefail
1313export ETCD_PORT=${ETCD_PORT:- 4001}
1414export ETCD=" $HOST :$ETCD_PORT "
1515export ETCD_PATH=${ETCD_PATH:-/ deis/ store/ gateway}
16- export ETCD_TTL=${ETCD_TTL:- 10 }
16+ export ETCD_TTL=${ETCD_TTL:- 20 }
1717
1818export EXTERNAL_PORT=${EXTERNAL_PORT:- 8888}
1919export STORAGE_DIRECTORY=${STORAGE_DIRECTORY:-/ app/ storage}
You can’t perform that action at this time.
0 commit comments