summaryrefslogtreecommitdiffstats
path: root/requirements (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added pytest to requirements_devWayne Witzel III2016-02-021-0/+4
| | | | | | | | | | | | reworking test strucutre reworked pytest.ini, removed functional imports, updated req_dev remove unneeded __init__ files add testing checker to local_settings examples adding testing packages to system Python for docker
* Integrate statsd metrics into ansible playbook execution.Joshua "jag" Ginsberg2016-01-261-0/+2
| | | | | | * Add dependencies for pystatsd and django-statsd-mozilla * Default turned off except for development environment * Modify docker-compose to install statsd/graphite host
* Rev PBR to 0.11.1 to fix up some dependenciesMatthew Jones2016-01-151-1/+1
| | | | All openstack modules claim they'll work with this version
* Fixes rhel 7.2 websocket issueMatthew Jones2016-01-151-2/+2
| | | | | Rev gevent and greenlet, on another side a fix has been applied to gevent-socketio.
* Momentarily peg ansible version at 1.9.4Matthew Jones2016-01-121-1/+1
| | | | Having issues with unicode under ansible 2.0
* update to more performant and 2.7.9 SSL-friendlier version of pywinrmnitzmahone2015-11-181-1/+1
|
* Merge pull request #504 from chrismeyersfsu/license-a_piece_of_my_soulChris Meyers2015-11-172-25/+10
|\ | | | | 2.4.0 python lib licenses
| * update requirements.txt READMEChris Meyers2015-11-161-25/+8
| |
| * add pyrad to requirements.txtChris Meyers2015-11-161-0/+1
| |
| * added appdirsChris Meyers2015-11-161-0/+1
| |
* | bump django-radius to include new licenseChris Meyers2015-11-161-1/+1
|/
* Switch to matburt's fork for python social authMatthew Jones2015-11-111-1/+1
| | | | This picks up the change needed for python 2.6 to work
* Update dm.xmlsec.bindings requirement to point to a version with updated cflagsMatthew Jones2015-11-041-1/+1
|
* Fix broken coverage import with older django-jenkinsJames Laska2015-11-041-1/+2
|
* Pin to older django-jenkins releaseJames Laska2015-11-021-1/+1
| | | | The latest django-jenkins release does not support py2.6 or django-1.6. Lame!
* pin django debug toolbar for django dep reasonChris Meyers2015-10-072-2/+2
| | | | | | * fix IPy dep * new django debug toolbar released today, broke things. Pin to our old version of django to ensure success.
* correct egg names for pip dependency resolutionChris Meyers2015-10-071-8/+8
|
* Add support for single-sign on using python-social-auth (with Google/Github ↵Chris Church2015-10-021-1/+12
| | | | OAuth2 and SAML support). Add support for RADIUS as another authentication backend.
* Merge branch 'release_2.3' into develMatthew Jones2015-09-111-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release_2.3: (54 commits) Upgrade changelog for 2.3 Purge superlance Purge an old supervisor config Require chris-lea libzmq3 Use the htpasswd command, not the module Fix a playbook syntax error for postgres Ensure postgres is started earlier in setup role Allow customizing npm path Include RPM-GPG-KEY-ansible-release for all releases Simplify GPG keys Correct broken RPM-GPG-KEY Use gpg --passphrase for signing CHECKSUM Handle rpm --addsign pasphrase prompts Adding docker-compose development workflow Fix license in spec file. Updates to selinux policy for some munin plugins ansible 1.8.4 requires sudo:true when using sudo_user Fix expect script timeout Disable timeout and correct sign.exp error Fix expect script hang ...
| * Purge superlanceMatthew Jones2015-09-111-1/+0
| | | | | | | | | | We no longer get memmon with our package vendoring changes. Don't think we need it anyway as we've got the socket service fixed.
* | Rev django auth ldap to version 1.2.6Matthew Jones2015-09-101-1/+1
| | | | | | | | | | This fixes (probably among other things) an issue where we wouldn't get any logging messages out of django for misconfigured ldap.
* | Merge remote-tracking branch 'upstream/release_2.3' into develMatthew Jones2015-09-033-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * fixes jenkins failuresChris Meyers2015-09-022-1/+6
| | | | | | | | | | | | | | | | | | * include requirements.txt in requirements_jenkins.txt * include requirements.txt in requirements_dev.txt * alter Makefile to NOT call the requirements rule in the requirements_* rules. Again, this is now handled by the -r requirements.txt in the respective _*.txt file. * install jenkins requirements "globally" (in the virtualenv)
| * fixes executing processes with correct PYTHONPATH will pickup .pth filesChris Meyers2015-09-021-0/+1
| |
| * allow unicode in stdout.Chris Meyers2015-08-171-1/+1
| |
| * successfully install requirements on python 2.6Chris Meyers2015-08-171-1/+1
| | | | | | | | | | jsonschema conditionally pulls in functools32 if python2.7 else it uses 2.6 packages.
| * all vendor dependencies expressed in requirements.txtChris Meyers2015-08-1784-288/+145
| |
* | reference requirements in requirements_devChris Meyers2015-08-181-0/+1
| |
* | Incorporate OpenStack inventory changes from ↵Chris Church2015-08-101-1/+1
| | | | | | | | https://github.com/ansible/ansible/pull/11447 back into Tower.
* | allow unicode in stdout.Chris Meyers2015-08-071-1/+1
| |
* | jenkins needs unittest2 alsoChris Meyers2015-08-071-0/+1
| |
* | unittest2 needed to run unit testsChris Meyers2015-08-071-1/+2
| |
* | successfully install requirements on python 2.6Chris Meyers2015-08-061-1/+1
| | | | | | | | | | jsonschema conditionally pulls in functools32 if python2.7 else it uses 2.6 packages.
* | all vendor dependencies expressed in requirements.txtChris Meyers2015-08-0584-288/+145
|/
* add netifaces to the jenkins requirements to make automated unit testMatthew Jones2015-04-141-0/+1
| | | | runs happy
* Implemented fact scan storage logic.Chris Meyers2015-04-071-1/+2
| | | | | | | | | * added mongo connection logic * added mongo dbtransform logic to allow keys with . and $ * altered tower fact scanner CacheModule to emit a message for each fact module facts (including ansible facts). Previously, seperate facts module facts were getting concatenated to each subsequent emi * tower fact scanner CacheModule timeout set as to not hang for forever * broke apart commands.py test * added unit test for run_fact_cache_receiver, facts, and dbtransform
* added dependencies mongoengine and pymongoChris Meyers2015-04-036-4/+16
|
* Update requirements/jenkins.txtJames Laska2015-02-061-0/+7
| | | | | Also, install (not upgrade), jenkins requirements in the Makefile target.
* Update some of the dev requirements stuffMatthew Jones2015-01-303-1/+1
|
* Replace zmq test dependency with redisJames Laska2014-11-121-1/+1
|
* Add vendored Redis.Luke Sneeringer2014-11-035-0/+4
|
* Implemented https://trello.com/c/LLwK80P5 - Added eu-central-1 region and ↵Chris Church2014-10-234-2/+2
| | | | updated boto to 2.34.0.
* Handle jenkins requirements properlyJames Laska2014-10-027-8/+6
|
* Update dev_local.txt with django-debug-toolbar-1.1James Laska2014-10-022-1/+1
|
* More fiddling with jenkins requirementsJames Laska2014-10-021-1/+1
|
* Include django-jenkins in requirements/jenkins.txtJames Laska2014-10-021-0/+1
|
* Update django-devserver to support Django 1.6.Chris Church2014-09-114-2/+2
|
* Add requirements/jenkins.txtJames Laska2014-09-101-0/+11
| | | | Moves custom test requirements out of jenkins and into the repository.
* Updating Django to 1.6.7 in revision txts.Luke Sneeringer2014-09-104-2/+2
|
* Vendor pywinrm (and dependencies).Luke Sneeringer2014-08-203-0/+0
| | | | | https://trello.com/c/FQ9AkmRV/46-install-vendored-pywinrm-for-ansible-us e