Merge "Add ability to manually install puppet modules"

This commit is contained in:
Jenkins
2016年02月17日 03:45:05 +00:00
committed by Gerrit Code Review

View File

@@ -14,6 +14,7 @@
# under the License.
export SCENARIO=${SCENARIO:-scenario001}
export MANAGE_PUPPET_MODULES=${MANAGE_PUPPET_MODULES:-true}
export MANAGE_REPOS=${MANAGE_REPOS:-true}
export PUPPET_ARGS=${PUPPET_ARGS:-}
export SCRIPT_DIR=$(cd `dirname 0ドル` && pwd -P)
@@ -62,7 +63,9 @@ elif is_fedora; then
$SUDO yum install -y dstat puppet
fi
$SUDO ./install_modules.sh
if [ "${MANAGE_PUPPET_MODULES}" = true ]; then
$SUDO ./install_modules.sh
fi
# use dstat to monitor system activity during integration testing
if type "dstat" 2>/dev/null; then
Reference in New Issue
openstack/puppet-openstack-integration
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.