SUSE / DeepSea

A collection of Salt files for deploying, managing and automating Ceph.
GNU General Public License v3.0
161 stars 75 forks source link

[SES5] runners/deepsea.py: fix deepsea RPM version detection #1649

Closed smithfarm closed 5 years ago

smithfarm commented 5 years ago

Fixes the following bug:

DEEPSEA_VERSION = '0.8.10+git.0.72e3fed70' re.findall(r'^\d.\d.?\d?', DEEPSEA_VERSION) ['0.8.1']

Fixes: https://bugzilla.suse.com/show_bug.cgi?id=1134216 Signed-off-by: Nathan Cutler ncutler@suse.com (cherry picked from commit 6787108a6784885c07e7a38825e36bb9625a6192)