Merge "Be explicit about node_prepare.sh args."

This commit is contained in:
Jenkins 2014-02-06 01:34:04 +00:00 committed by Gerrit Code Review
commit 1b617de7d9
4 changed files with 4 additions and 4 deletions

View File

@ -18,4 +18,4 @@
HOSTNAME=$1
./prepare_node.sh $HOSTNAME false
./prepare_node.sh "$HOSTNAME" false

View File

@ -18,5 +18,5 @@
HOSTNAME=$1
./prepare_node.sh $HOSTNAME true
./prepare_node.sh "$HOSTNAME" true
sudo -u jenkins -i /opt/nodepool-scripts/prepare_devstack.sh $HOSTNAME

View File

@ -18,5 +18,5 @@
HOSTNAME=$1
./prepare_node.sh $HOSTNAME
./prepare_node.sh "$HOSTNAME" true
sudo -u jenkins -i /opt/nodepool-scripts/prepare_devstack_new_kernel.sh $HOSTNAME

View File

@ -20,5 +20,5 @@ HOSTNAME=$1
# Workaround bug 1270646 during node bootstrapping.
sudo ip link set mtu 1458 dev eth0
./prepare_node.sh $HOSTNAME true
./prepare_node.sh "$HOSTNAME" true
sudo -u jenkins -i /opt/nodepool-scripts/prepare_tripleo.sh $HOSTNAME