You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ansible output leads me to believe that the issue may stem from running on an incorrect RHEL version (7 vs 8) as the EPEL libraries referenced are for 8.
- nothing provides python3-mock needed by python3-certbot-1.3.0-3.el8.noarch
- nothing provides python3.6dist(mock) needed by python3-certbot-1.3.0-3.el8.noarch
I am running in AWS building stand-alone provisioners, so a rebuild on 8 is no problem. I did attempt a build on RHEL8 but it too failed, although that was a python issue.
ISSUE TYPE
Bug Report
EXTRA VARS FILE
---
# region where the nodes will live
ec2_region: us-east-1
# name prefix for all the VMs
ec2_name_prefix: again
# creates student_total of workbenches for the workshop
student_total: 1
# Set the right workshop type, like networking, rhel or f5 (see above)
workshop_type: rhel
#####OPTIONAL VARIABLES
# turn DNS on for control nodes, and set to type in valid_dns_type
dns_type: aws
# password for Ansible control node, defaults to ansible
admin_password: emergent
# creates AWS S3 website for ec2_name_prefix.workshop_dns_zone
create_login_page: true
# Sets the Route53 DNS zone to use for the S3 website
workshop_dns_zone: lab-emergent360.com
# automatically installs Tower to control node
towerinstall: true
# automatically licenses Tower if license is provided
autolicense: true
SUMMARY
Playbook runs flawlessly up until this point. The output suggests that the certbot package has conflicting requests. When running:
there is a library conflict with urllib3-3.10.2. Subsequently, running:
returns that this library fails to update
The following article indicates that this is an issue with the pip installer for urllib3 vs the yum installer: https://bugzilla.redhat.com/show_bug.cgi?id=1187057
The ansible output leads me to believe that the issue may stem from running on an incorrect RHEL version (7 vs 8) as the EPEL libraries referenced are for 8.
I am running in AWS building stand-alone provisioners, so a rebuild on 8 is no problem. I did attempt a build on RHEL8 but it too failed, although that was a python issue.
ISSUE TYPE
EXTRA VARS FILE
for more information on the extra vars file please refer to: https://github.com/network-automation/linklight/blob/master/provisioner/README.md
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
Red Hat Enterprise Linux Server release 7.8 (Maipo)
TOWER
Engine
PLAYBOOK SHORT OUTPUT
PLAYBOOK LONG OUTPUT
The text was updated successfully, but these errors were encountered: