Updated from OpenStack Ansible Tests
Change-Id: Id77907cda2ad1b141e2af129de71a67a5603b49b
This commit is contained in:
parent
0ba806a9b5
commit
513b065d6b
@ -44,6 +44,9 @@ openssl-devel [platform:rpm]
|
|||||||
python-devel [platform:rpm]
|
python-devel [platform:rpm]
|
||||||
python2-dnf [platform:fedora]
|
python2-dnf [platform:fedora]
|
||||||
|
|
||||||
|
# Base requirements for Gentoo
|
||||||
|
git [platform:gentoo]
|
||||||
|
|
||||||
# For SELinux
|
# For SELinux
|
||||||
libselinux-python [platform:redhat]
|
libselinux-python [platform:redhat]
|
||||||
libsemanage-python [platform:redhat]
|
libsemanage-python [platform:redhat]
|
||||||
|
@ -59,7 +59,8 @@ case ${ID,,} in
|
|||||||
*suse*) pkg_mgr_cmd="zypper -n in" ;;
|
*suse*) pkg_mgr_cmd="zypper -n in" ;;
|
||||||
centos|rhel|fedora) pkg_mgr_cmd="${RHT_PKG_MGR} install -y" ;;
|
centos|rhel|fedora) pkg_mgr_cmd="${RHT_PKG_MGR} install -y" ;;
|
||||||
ubuntu|debian) pkg_mgr_cmd="apt-get install -y" ;;
|
ubuntu|debian) pkg_mgr_cmd="apt-get install -y" ;;
|
||||||
gentoo) pkg_mgr_cmd="emerge" ;;
|
# Gentoo needs to have version set since it's rolling
|
||||||
|
gentoo) pkg_mgr_cmd="emerge --jobs=4"; VERSION="rolling" ;;
|
||||||
*) echo "unsupported distribution: ${ID,,}"; exit 1 ;;
|
*) echo "unsupported distribution: ${ID,,}"; exit 1 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user