Ewoud Kohl van Wijngaarden
Ewoud Kohl van Wijngaarden
Paramiko is a python library. Vagrant doesn't ship anything Python but I thought that Ansible pulled in paramiko. There is a `which vagrant` call in the script so it should...
What is the target OS? What I think is happening is that on the host OS the locale is resolved to `C` and the target OS doesn't understand `C` (but...
And your host OS? What's your environment on that?
The idea is that these local env vars are also exported to the remote host. This ensures the local locale is also available on the remote host. However, your local...
Related to https://github.com/theforeman/forklift/pull/626
Looks like airgun is assuming python 3.
Looks like they broke it intentionally: https://github.com/SatelliteQE/airgun/pull/96
It turns out robottelo master dropped Python 2 support and now requires Python 3. We'll need to pull in a Python 3 SCL and run using that.
I've verified this works locally. Obviously we'll need to modify our CI systems, at least to understand the new paths. Before I proceed with converting all pipelines, I want to...
I agree with that, which I was alluding to with my question is whether it should be `bin/forklift` or `bin/pipeline`. I think we can have a subparser for the pipeline...