mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
* upstream/release_2.3: (91 commits)
Include python-{paramiko,ecdsa} dependencies
Remove extra epel testing stanzas
Unit test for ec2 credentialless inventory
Fix issue with ec2 iam sync with no credential.
Use the htpasswd command instead the ansible module
Pip is no longer needed
check local user root or not in ./configure
Remove unneeded when check for super user addition
Improve distro detection in setup.sh
Fix superuser check on upgrade
Minor improvements to setup.sh
Remove ansible prerequisite check from configure
Attempt to install ansible within setup.sh
Allow munin processes to access postgres
Move up base package dependency install
fixes jenkins failures
Proper flake8 fix
fixes executing processes with correct PYTHONPATH will pickup .pth files
Show the repo for bundled package file dump
Proper flake8 fix
...
Local versions of third-party packages required by Tower. Package names and
versions are listed below, along with notes on which files are included.
# Questions ...
#stevedore==1.3.0 (Doesn't seem to be used by us, included in requirements.txt anyway .. may be a dependency)
#distribute==0.7.3 (no files)
#rackspace-novaclient==1.4 (no files)
#pip==1.5.4 (pip/*, excluded bin/pip*)
# Packages that weren't in README and couldn't easily decern the versions
* pkg_resources
* winrm
* isodate
# Manually added after .. maybe dev stuff ?
pycrypto
psycopg2
pyzmq
Note: consider removing python-pip from Dockerfile dev
Note: lib/compat.py seems to be needed .. why ?
* I put pip and distribute in jenkins instead of the referenced Makefile. Should these also be in prodouction?