redhat-cop / casl-ansible

Ansible automation for Managing OpenShift Container Platform clusters
Apache License 2.0
121 stars 82 forks source link

Added python-ovirt-engine-sdk4 to casl-origin Dockerfile #344

Open jeffcpullen opened 5 years ago

jeffcpullen commented 5 years ago

What does this PR do? In order to add RHV as a provider we need the casl-ansible docker image to contain the necessary ovirt SDK to interact with the APIs. This PR updates the Dockerfile to add a repo and rpm that accomplishes that.

How should this be manually tested? This has been tested to build properly with the following commands

cd casl-ansible (git root)
docker build . -t custom/casl-ansible -f images/casl-ansible/Dockerfile

Is there a relevant Issue open for this? resolves #342

Other Relevant info, PRs, etc. This is a pre-req for future PRs related to adding the RHV provider

Who would you like to review this? cc: @redhat-cop/casl

mzamot commented 5 years ago

I created PR #374 to implement the suggestions @oybed

garethahealy commented 4 years ago

@oybed ; can this be closed? looks like another PR was raised.