Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jeffcpullen
Copy link

@jeffcpullen jeffcpullen commented Dec 6, 2018

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

@@ -4,10 +4,13 @@ USER root

# Update System and install clients
RUN \
yum install -y --setopt=tsflags=nodocs https://repos.fedorapeople.org/repos/openstack/openstack-queens/rdo-release-queens-1.noarch.rpm; \
yum install -y --setopt=tsflags=nodocs \
https://repos.fedorapeople.org/repos/openstack/openstack-queens/rdo-release-queens-1.noarch.rpm \
Copy link
Contributor

@oybed oybed Feb 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick - for readability, can you please indent the file names as these aren't commands ... in that way, we have the commands (such as yum, pip, etc. at the same level) - just like below for the python-* packages.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jeffcpullen If you can get this one done, we can merge. Thank you.

@mzamot
Copy link
Contributor

mzamot commented Jul 29, 2019

I created PR #374 to implement the suggestions @oybed

@garethahealy
Copy link
Contributor

garethahealy commented Apr 29, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

python-ovirt-engine-sdk4 needed in casl-ansible docker image for ovirt provisioner
4 participants