:param config: the config dict
"""
version = config['rhbuild']
- rh_versions = ['1.3.0']
+ rh_versions = ['1.3.0', '1.3.1']
if version in rh_versions:
log.info("%s is a supported version", version)
else:
:param remote: the teuthology.orchestra.remote.Remote object
"""
pkgs = ['ceph-deploy']
- rh_version_check = {'0.94.1': '1.3.0'}
+ rh_version_check = {'0.94.1': '1.3.0', '0.94.2': '1.3.1'}
for pkg in pkgs:
log.info("Check if ceph-deploy is already installed on node %s", remote.shortname)
remote.run(args=['sudo', 'yum', 'clean', 'metadata'])