bf19b76d5a
* origin/task-system-rework: (36 commits) Need to grab just the first item for the scm test project update Revert a project unit test Make sure we are calling signal_start in unit tests Make sure we are calling signal_start in unit tests Bypass task runner system in normal job start tests... we'll test it another way so assume we want to just start the job right away Fixing up unit tests Missing line-end comma Prevent deadlocks on unit tests in a very specific scenario Ignore checking celery task list during some unit tests, triggered by UNIT_TEST_IGNORE_TASK_WAIT Missing semicolon Remove update on launch, we'll test this another way Make sure we ignore the wait update for tasks under dependency situations in the unit tests Fix up run task manager script to handle signals, fix up task cancel job, add restart handler for ubuntu Fix some bugs found from unit tests More unit test rework Some job tests can't run in their current state Make sure we check arguments passed to signal start before allowing it to proceed. No need to replace original build_args Unit test updates for task system... remove old monkeypatch procedure for getting job args in favor of using the job info from the database. Can't do this anymore anyway since the job is running in another process Changes to tasks unit tests ... |
||
---|---|---|
awx | ||
config | ||
docs | ||
requirements | ||
tools/scripts | ||
.bowerrc | ||
.coveragerc | ||
.gitignore | ||
.jshintrc | ||
bower.json | ||
COPYING | ||
fix_virtualenv_setuptools.py | ||
Gruntfile.js | ||
Makefile | ||
manage.py | ||
MANIFEST.in | ||
README.md | ||
setup.py | ||
tox.ini |
Ansible Tower
Formerly known as awx, ansible-commander and AnsibleWorks, ansible-tower provides a web-based user interface, REST API and task engine built on top of Ansible.
The current version under development is 1.4.8, and uses the master branch.
1.2.2 was the initial version released on July 31, 2013.
1.3.0 was released on September 15, 2013.
1.3.1 was released on September 17, 2013.
1.4.0 was released on November 25, 2013.
1.4.5 was released on February 10, 2014.
Hotfixes should go on the appropriate release branch and be cherry-picked to master.
Resources
Refer to CONTRIBUTING.md
to get started developing, testing and building Tower.
Refer to setup/README.md
to get started deploying Tower.
Refer to docs/build_system.md
for more about Jenkins and installing nightly builds (as opposed to running from source).
Refer to docs/release_process.md
for information on the steps involved in creating a release.