tripleo-heat-templates/deployment/undercloud
Jesse Pretorius (odyssey4me) 97618df28a Correctly match openvswitch package
The current regex will match more than one package if the
openvswitchX.YZ-test package is installed.

eg:
rpm -qa | awk -F- '/^(openvswitch[0-9]+\.[0-9]+-|openvswitch-2)/'
openvswitch2.11-test-2.11.0-35.el7fdp.noarch
openvswitch2.11-2.11.0-35.el7fdp.x86_64

The right package to find has the form: openvswitchA.BC-A.BC.D-

So we change the regex to only match if it has that form.

rhbz#1826367
Change-Id: I2f9456395b19c26d20917f8ca9183741566635c3
(cherry picked from commit 5b2daa4998)
2020-05-21 11:52:40 +01:00
..
tempest-container-puppet.yaml move tempest to deployment 2019-03-21 07:29:46 -04:00
undercloud-upgrade.yaml Correctly match openvswitch package 2020-05-21 11:52:40 +01:00