Remove manual etcd usage. No longer needed.

This commit is contained in:
James Shubin
2016-07-05 06:58:04 -04:00
parent 78d769797f
commit 94b447a9c5
12 changed files with 8 additions and 64 deletions

View File

@@ -1,10 +1,6 @@
#!/bin/bash -e
. etcd.sh # start etcd as job # 1
# should take slightly more than 35s, but fail if we take 45s)
timeout --kill-after=45s 40s ./mgmt run --file t5.yaml --converged-timeout=5 --no-watch &
#jobs # etcd is 1
#wait -n 2 # wait for mgmt to exit
. wait.sh # wait for everything except etcd
. wait.sh # wait for mgmt