[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [atomic-devel] [PATCH] Re: Fedora atomic host 23 and ansible



On Wed, 2015-10-21 at 16:06 -0400, Colin Walters wrote:
> On Wed, Oct 21, 2015, at 04:05 PM, Colin Walters wrote:
> 
> > Python 2 is explicitly installed, but the question is how far up
> > the stack
> > we go.
> 
> Specifically a topical question is `python-docker-py` which is used
> by the Ansible Docker module.
> 
> Personally, I vote against adding this - anyone who wants to pull
> Docker containers can just use `command: docker pull` relatively
> easily, and in the big picture we want Kubernetes to handle things
> like this.
> Open to discussion though.

The upstream kubernetes ansible needs the following on the node

python # everyone need python2
python-dnf # some versions of ansible (2.0) use dnf directly
yum # some versions of ansible use yum (1.9)
libselinux-python

(obviously dnf and yum not needed for atomic host, so that gets us all
we need)

-Eric


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]