Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Enable CentOS-7 molecule jobs
Browse files Browse the repository at this point in the history
CentOS-7 molecule jobs were recently disabled [1] after start failing
in get_hash tests. The proposed fix is update ca-certificates package
to avoid SSL issues originated from expired CA certificates.

[1] https://review.opendev.org/c/openstack/tripleo-repos/+/812125

Change-Id: I6508eb0795116f0a9aa6aa8c2edc589faa2039a6
Signed-off-by: Douglas Viroel <dviroel@redhat.com>
  • Loading branch information
viroel committed Oct 1, 2021
1 parent ba1e852 commit 6dc45bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 2 additions & 3 deletions molecule/default/molecule.yml
Expand Up @@ -6,9 +6,8 @@ driver:
platforms:
- name: instance
image: quay.io/centos/centos:stream8
# Disabled for now TBD if we will/can add python2 support.
# - name: instance_c7
# image: quay.io/centos/centos:centos7
- name: instance_c7
image: quay.io/centos/centos:centos7
provisioner:
name: ansible
verifier:
Expand Down
7 changes: 7 additions & 0 deletions molecule/default/prepare.yml
@@ -0,0 +1,7 @@
- hosts: instance_c7
tasks:
- name: Update ca-certificates
become: true
package:
name: ca-certificates
state: latest

0 comments on commit 6dc45bb

Please sign in to comment.