Add install of Sigul client on CentOS 7 10/64610/1
authorEric Ball <eball@linuxfoundation.org>
Thu, 23 Jul 2020 01:27:12 +0000 (18:27 -0700)
committerEric Ball <eball@linuxfoundation.org>
Thu, 23 Jul 2020 01:27:12 +0000 (18:27 -0700)
Our current signing scripts download and install Sigul only when
executing the signing scripts. However, the servers hosting this
package are not reliable, and we should see significant performance
improvements by having the package pre-loaded on CentOS 7 builders
(the only builders capable of using Sigul).

Issue: RELENG-3077
Change-Id: I35ac34a3619f4018331f280745f4ff3d5c864fa9
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
provision/install-base-pkgs-RedHat.yaml

index f1f593b..201abfb 100644 (file)
     state: latest
   become: true
 
+- name: Install sigul client
+  yum:
+    name:
+      - https://kojipkgs.fedoraproject.org/repos-dist/epel7-infra/latest/x86_64/Packages/s/sigul-0.207-1.el7.x86_64.rpm
+    state: latest
+  become: true
+  when:
+    - ansible_facts['distribution_major_version'] is version('8', '<')
+
 - name: Swap to git224
   block:
     - name: Install yum-plugin-replace