Merge "Add path to installing puppet 3 on nodepool nodes"
This commit is contained in:
commit
43b37d12f5
@ -23,7 +23,8 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
# Test condition to install puppet 3
|
# Test condition to install puppet 3
|
||||||
if [ "$1" = '--three' ]; then
|
PUPPET_VERSION=${PUPPET_VERSION:-2}
|
||||||
|
if [ "$PUPPET_VERSION" = '3' ]; then
|
||||||
THREE=yes
|
THREE=yes
|
||||||
echo "Running in 3 mode"
|
echo "Running in 3 mode"
|
||||||
fi
|
fi
|
||||||
|
@ -25,6 +25,8 @@ PYPY=${PYPY:-false}
|
|||||||
ALL_MYSQL_PRIVS=${ALL_MYSQL_PRIVS:-false}
|
ALL_MYSQL_PRIVS=${ALL_MYSQL_PRIVS:-false}
|
||||||
GIT_BASE=${GIT_BASE:-git://git.openstack.org}
|
GIT_BASE=${GIT_BASE:-git://git.openstack.org}
|
||||||
|
|
||||||
|
export PUPPET_VERSION=${PUPPET_VERSION:-'2'}
|
||||||
|
|
||||||
# Save the nameservers configured by our provider.
|
# Save the nameservers configured by our provider.
|
||||||
cat >/tmp/forwarding.conf <<EOF
|
cat >/tmp/forwarding.conf <<EOF
|
||||||
forward-zone:
|
forward-zone:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user