summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update license info, add tool for helpsiesMatthew Jones2016-07-121-0/+20
|
* Merge pull request #2634 from wwitzel3/issue-2560Wayne Witzel III2016-06-271-2/+2
|\ | | | | Disallow non-admin of a user to add a user to Roles
| * renaming Credential.owner_role -> Credential.admin_roleWayne Witzel III2016-06-241-2/+2
| |
* | Remove old license auditor thing.Bill Nottingham2016-06-232-409/+0
|/ | | | We don't use this any more.
* add awx-manage executable for tower-qa testsRyan Fitzpatrick2016-06-162-0/+11
|
* Remove mongo key from being installed on the dev containerMatthew Jones2016-06-081-2/+0
|
* Updating docker dev workflowMatthew Jones2016-06-083-28/+49
| | | | | * Moving to new docker compose file format * Adding some things that will be needed for python dependencies
* munin is dead. Long live munin!Bill Nottingham2016-06-061-15/+0
| | | | Wait, not that.
* Fix failing apt-key step in DockerfileShane McDonald2016-05-251-1/+2
| | | | The docs at https://wiki.postgresql.org/wiki/Apt are different than what we were doing. I tried this approach and it seems to be working now.
* fix supervisord issueChris Meyers2016-05-131-1/+1
| | | | | * exec spawned python process so we don't have grandparents * increase time until supervisord is killed
* Remove the dumb-init deb that gets left behind in the container imageMatthew Jones2016-05-031-0/+1
|
* Fixed swapped transaction/rebuild statementsAkita Noek2016-04-221-2/+2
|
* Moved dummy data generator out to tools directoryAkita Noek2016-04-181-0/+402
|
* Improvements to docker compose workflow with new packaging changesMatthew Jones2016-04-062-10/+9
|
* Merge pull request #1417 from ansible/python27_el6Graham Mainwaring2016-04-067-215/+22
|\ | | | | EL6 Python 2.7 and Tower virtualenvs
| * Removed Munin config for MongoGraham Mainwaring2016-03-284-212/+0
| |
| * Merge branch 'devel' of github.com:ansible/ansible-tower into python27_el6Graham Mainwaring2016-03-211-2/+1
| |\ | | | | | | | | | | | | | | | Conflicts: packaging/rpm/ansible-tower.spec tools/docker-compose/start_development.sh
| * | Add script wrapper to establish Tower SCL and venv before running PythonGraham Mainwaring2016-03-211-0/+18
| | |
| * | Changes for Tower virtualenv supportMatthew Jones2016-03-212-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Break requirements down into ansible and tower reqs * Generate separate Ansible and Tower virtual environments * Install appropriate requirements files into each one * Modify development tools to use these venvs instead of our old site-packages * Modify settings to indicate venv enablement and location of venvs * Modify tasks to use the proper virtual environment for its purpose
* | | remove old docker build instructionsLeigh Johnson2016-04-018-561/+0
| | |
* | | update docker-compose build, resolves #1377Leigh Johnson2016-04-015-16/+1
| | |
* | | Don't manage mongo in ansible-tower-service scriptJames Laska2016-03-301-35/+14
| |/ |/| | | | | Connect #1290
* | fix regression of development package namingAlanCoding2016-03-181-2/+1
|/
* Update docker development workflow to not require `make develop`Matthew Jones2016-03-029-6/+19066
|
* Merge branch 'mongoectomy_implementation' into develChris Meyers2016-03-011-0/+1
|\
| * add postgres Fact model, update views, testsChris Meyers2016-02-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * awx.main.models Fact added * view host fact and timeline updated to use new Postgres Fact model instead of Mongo * Removed license set start Mongo logic * added View tests * added Model tests * Removed mongo fact unit tests * point at modified jsonbfield that supports sqlite storage driver * postgresify fact cache receiver * test OPTIONS endpoint * Note: single fact view not implemented yet.
* | add newer version of prootChris Meyers2016-02-241-1/+1
| | | | | | Use proot version that is used in production (5.1.0). Solves the ansible-playbook 2.0 symlink issue we see in our container when launching jobs.
* | Update DockerfileChris Meyers2016-02-241-0/+1
| | | | | | Add dateutils python package for `private/license_writer.py` to succeed
* | add -y to ansible ppa addingChris Meyers2016-02-161-1/+1
|/
* fixing ad_hoc importsWayne Witzel III2016-02-021-4/+1
| | | | | | | | | | | | flake8 fixes Fix and add awx/api/tests added fact tests added proper xml reports for jenkins added jenkins requirements and adjusted Makefile target
* 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
* Merge pull request #710 from ansible/jag/dumb-initMatthew Jones2016-01-292-0/+6
|\ | | | | Use dumb-init to manage processes in docker containers
| * Apply to all Dockerfiles and use the preferred ENTRYPOINT form.Joshua "jag" Ginsberg2016-01-252-1/+4
| |
| * Initial attempt at dumb-initJoshua "jag" Ginsberg2016-01-251-0/+3
| |
* | Integrate statsd metrics into ansible playbook execution.Joshua "jag" Ginsberg2016-01-261-0/+8
|/ | | | | | * Add dependencies for pystatsd and django-statsd-mozilla * Default turned off except for development environment * Modify docker-compose to install statsd/graphite host
* tower api toolingChris Meyers2016-01-141-2/+3
| | | | | * flake8 ignore inventory plugins pulled from core * update Dockerfile to include redis-server
* Update AMI copy playbookJames Laska2015-11-202-67/+0
|
* added git pre commit hook to run flake8Chris Meyers2015-11-062-0/+10
|
* Add PowerShell version of request_tower_configuration. From @nitzmahone.Bill Nottingham2015-11-051-0/+40
|
* Add a docker-ui container to the compose workflowMatthew Jones2015-10-191-1/+8
|
* Add swig to dependencies for composeMatthew Jones2015-10-091-1/+1
|
* Add libxmlsec1-dev to the docker compose workflowMatthew Jones2015-10-091-1/+1
|
* Fix AMI publish playbookJames Laska2015-10-061-13/+22
|
* Include apt-get update with installMatthew Jones2015-09-211-2/+1
| | | | This forces the Docker apt-get update to not attempt to re-use the cache
* Merge branch 'release_2.3' into develMatthew Jones2015-09-111-0/+49
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * Handle rpm --addsign pasphrase promptsJames Laska2015-09-101-0/+4
| |
| * Adding docker-compose development workflowMatthew Jones2015-09-094-0/+84
| |
| * Fix expect script timeoutJames Laska2015-09-091-1/+1
| |
| * Disable timeout and correct sign.exp errorJames Laska2015-09-091-2/+3
| |
| * Fix expect script hangJames Laska2015-09-091-1/+1
| |