Remove installation of stx-utils

That repo is no longer used...

Change-Id: Ia22d77a2f8b0782edfc80f5c8434d3ec6f51cf53
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
Dean Troyer 2018-08-23 00:06:27 -05:00
parent 63256105b3
commit 19be00d6a8
1 changed files with 0 additions and 10 deletions

View File

@ -43,8 +43,6 @@ CGCS_PATCH_DIR=$STXUPDATE_DIR/cgcs-patch/
STXFAULT_REPO=${STXFAULT_REPO:-${GIT_BASE}/openstack/stx-fault.git}
STXFAULT_DIR=$DEST/stx-fault
STXFAULT_BRANCH=${STXFAULT_BRANCH:-master}
STXUTILS_REPO=${STXUTILS_REPO:-${GIT_BASE}/openstack/stx-utils.git}
STXUTILS_DIR=$DEST/stx-utils
STXUTILS_PLATFORM_DIR=$STXUTILS_DIR/middleware/util/recipes-common/platform-util
STXUTILS_BRANCH=${STXUTILS_BRANCH:-master}
GITDIR["fm-api"]=$STXFAULT_DIR/fm-api
@ -181,13 +179,6 @@ function install_fm_api {
popd
}
function install_stx_utils {
git_clone $STXUTILS_REPO $STXUTILS_DIR $STXUTILS_BRANCH
pushd $STXUTILS_PLATFORM_DIR/platform-util/
sudo python setup.py install --root=/ --install-lib=$PYTHON_SITE_DIR --prefix=/usr --install-data=/usr/share --single-version-externally-managed
popd
}
function install_sysinv {
local req_services="key rabbit nova neutron"
for srv in $req_services;do
@ -221,7 +212,6 @@ function install_sysinv_depends {
install_controllerconfig
install_tsconfig
install_fm_api
install_stx_utils
}
function install_tsconfig {