redhat-performance / JetSki

Deployment Automation for OpenShift on Baremetal in Red Hat's Shared Labs
Apache License 2.0
21 stars 29 forks source link

Removing Ansible as a package dep. #273

Closed radez closed 1 year ago

radez commented 1 year ago

You can't run ansible without is already being installed. There are some packaging dep conflicts in installing ansible from RPMs on RHEL in the shared labs. This requirement will always hit that problem. Since ansible has to be already installed to get to this point there's no reason for it to be required here. If it's been installed by pip instead of RPM then the deploy can't continue.

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please select the appropriate options:

Testing

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Test Configuration:

Checklist