Merge "Remove INSTALL_PYPOWERVM"

This commit is contained in:
Jenkins 2017-04-11 17:31:48 +00:00 committed by Gerrit Code Review
commit 42c2b58060
3 changed files with 0 additions and 24 deletions

View File

@ -47,11 +47,6 @@ function configure_ceilometer_powervm {
# install_ceilometer_powervm() - Install ceilometer_powervm and necessary dependencies
function install_ceilometer_powervm {
if [[ "$INSTALL_PYPOWERVM" == "True" ]]; then
echo_summary "Installing pypowervm"
install_pypowervm
fi
# Install the ceilometer-powervm package
setup_develop $CEILOMETER_POWERVM_DIR
}
@ -115,7 +110,6 @@ if is_service_enabled pvm-ceilometer-acompute; then
# clean.sh first calls unstack.sh
echo_summary "Cleaning up ceilometer-powervm and associated data"
cleanup_ceilometer_powervm
cleanup_pypowervm
fi
fi

View File

@ -3,26 +3,9 @@
# devstack/powervm-functions.sh
# Functions to control the installation and configuration of the PowerVM compute services
GITREPO["pypowervm"]=${PYPOWERVM_REPO:-https://github.com/powervm/pypowervm}
GITBRANCH["pypowervm"]=${PYPOWERVM_BRANCH:-develop}
GITDIR["pypowervm"]=$DEST/pypowervm
# TODO (adreznec) Uncomment when public NovaLink PPA available
# NOVALINK_PPA=${NOVALINK_PPA:-TBD}
function install_pypowervm {
# Install the latest pypowervm from git
echo_summary "Installing pypowervm"
git_clone_by_name "pypowervm"
setup_dev_lib "pypowervm"
echo_summary "Pypowervm install complete"
}
function cleanup_pypowervm {
echo_summary "Cleaning pypowervm"
rm -rf ${GITDIR["pypowervm"]}
}
function check_novalink_install {
echo_summary "Checking NovaLink installation"
if ! ( is_package_installed pvm-novalink ); then

View File

@ -6,7 +6,6 @@ enable_service pvm-ceilometer-acompute
# NovaLink install/upgrade settings
INSTALL_NOVALINK=$(trueorfalse False INSTALL_NOVALINK)
INSTALL_PYPOWERVM=$(trueorfalse False INSTALL_PYPOWERVM)
PVM_ADMIN_GROUP=${PVM_ADMIN_GROUP:-pvm_admin}
# Ceilometer settings