Merge "Add sync calls to all prepare scripts"

This commit is contained in:
Jenkins 2014-02-19 18:18:42 +00:00 committed by Gerrit Code Review
commit 8fac849433
7 changed files with 18 additions and 0 deletions

View File

View File

@ -25,3 +25,6 @@ if [ -f /usr/bin/apt-get ]; then
fi
/opt/nodepool-scripts/prepare_devstack.sh "$@"
sync
sleep 5

View File

@ -38,3 +38,6 @@ fi
sudo mkdir -p /opt/git
sudo -i python /opt/nodepool-scripts/cache_git_repos.py
sync
sleep 5

View File

@ -21,3 +21,6 @@ SUDO='false'
BARE='false'
./prepare_node.sh "$HOSTNAME" "$SUDO" "$BARE"
sync
sleep 5

View File

@ -22,3 +22,6 @@ BARE='true'
./prepare_node.sh "$HOSTNAME" "$SUDO" "$BARE"
sudo -u jenkins -i /opt/nodepool-scripts/prepare_devstack.sh $HOSTNAME
sync
sleep 5

View File

@ -22,3 +22,6 @@ BARE='true'
./prepare_node.sh "$HOSTNAME" "$SUDO" "$BARE"
sudo -u jenkins -i /opt/nodepool-scripts/prepare_devstack_new_kernel.sh $HOSTNAME
sync
sleep 5

View File

@ -24,3 +24,6 @@ BARE='true'
sudo ip link set mtu 1458 dev eth0
./prepare_node.sh "$HOSTNAME" "$SUDO" "$BARE"
sudo -u jenkins -i /opt/nodepool-scripts/prepare_tripleo.sh $HOSTNAME
sync
sleep 5