Skip to content

Commit

Permalink
Add ansible-runner as a client requirement
Browse files Browse the repository at this point in the history
We're building an interface into the tripleoclient library
to use ansible-runner instead of our home grown shell commands.
By migrating to ansible-runner, we'll be able to leverage an
upstream, and maintained library for building interfaces to
ansible executions which will simplify the code we have to
maintain and improve the overall user and developer experience.

This change adds ansible-runner as a requirement to the
tripleoclient package so that we can ensure the ansible-runner
library is installed on the system as we construct this new
interface.

Change-Id: I7fb9b17094117f7587f582d123b1702f5c61a25c
Signed-off-by: Kevin Carter <kecarter@redhat.com>
  • Loading branch information
Kevin Carter authored and sshnaidm committed Nov 28, 2019
1 parent 93705cd commit 13e9c35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python-tripleoclient.spec
Expand Up @@ -90,6 +90,7 @@ Requires: python%{pyver}-passlib
Requires: python%{pyver}-pbr
Requires: python%{pyver}-six
Requires: python%{pyver}-zaqarclient >= 1.0.0
Requires: python%{pyver}-ansible-runner >= 1.4.4

%if %{pyver} == 2
Requires: python-ipaddress
Expand Down

0 comments on commit 13e9c35

Please sign in to comment.