1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
Go to file
Matthew Jones f45d75c06c Some small changes to tower openstack work
1) Favor private addresses in the openstack inventory sync
2) Force refresh
3) use hostId and promote it to the top level vars object so we can
track individual host changes
2015-04-20 15:11:06 -04:00
awx Some small changes to tower openstack work 2015-04-20 15:11:06 -04:00
config Add some comments about replacing the cert in the place people are most likely to notice it. 2015-03-11 17:01:02 -04:00
docs
requirements add netifaces to the jenkins requirements to make automated unit test 2015-04-14 11:33:47 -04:00
tools Merging chrismeyers's openstack work branch changes to the core 2015-04-13 11:47:18 -04:00
.bowerrc
.coveragerc
.gitignore
.jshintrc Allow test globals for jshint 2015-03-27 14:07:38 -04:00
.pylintrc
API_STANDARDS.md
COPYING
fix_virtualenv_setuptools.py
Makefile Support build configuration allowing plato reports to run 2015-03-31 15:01:19 -04:00
manage.py
MANIFEST.in Make sure stdout template is included in build. 2015-03-30 15:55:57 -04:00
nodemon.json Support isolated build for documentation examples 2015-03-25 12:18:19 -04:00
README.md
setup.cfg
setup.py
tox.ini

Ansible Tower

Tower provides a web-based user interface, REST API and task engine built on top of Ansible.

The current version under development is 2.1.0.

Development releases always use the 'master' branch.

Release schedule

  • 1.2.2, July 31, 2013.
  • 1.3.0, September 15, 2013.
  • 1.3.1, September 17, 2013.
  • 1.4.0, November 25, 2013.
  • 1.4.5, February 10, 2014.
  • 1.4.8, April 7, 2014.
  • 1.4.9, April 17, 2014.
  • 1.4.10, April 28, 2014.
  • 1.4.11, May 30, 2014.
  • 2.0.0, August 19, 2014
  • 2.0.1, September 4, 2014
  • 2.0.2, October 6, 2014
  • 2.0.3, November 14, 2014
  • 2.0.4, November 21, 2014
  • 2.0.5, ...
  • 2.1.0, January 7, 2014

Any fixes should be applied 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.