Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Update INSTALL.md | Nick Busey | 2019-05-16 | 1 | -1/+1 | |
|/ | ||||||
* | Update INSTALL docs re: docker-compose prereqs | Jeff Byrnes | 2019-04-03 | 1 | -2/+5 | |
| | | | | | | | | | As it turns out, the docker-compose Python module is required, and docker-py doesn’t cut it. Even more confusing, docker-compose Python module installs the docker Python module, which conflicts with docker-py. To avoid this, there are additional docs to call this out. | |||||
* | Set docker_compose_dir like other inventory vars | Jeff Byrnes | 2019-04-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | When docker-compose become the sole method for using Docker directly, some of this was shifted around in ways that are inconsistent with other elements. This adjusts it so that: * The inventory variable default is set like the others, and is less confusing * We no longer mention the Standalone Docker in inventory * We format our INSTALL docs w/r/t this var | |||||
* | Merge pull request #3525 from shanemcd/make-things-work | softwarefactory-project-zuul[bot] | 2019-03-27 | 1 | -10/+5 | |
|\ | | | | | | | | | Fix docker-compose installs Reviewed-by: https://github.com/softwarefactory-project-zuul[bot] | |||||
| * | Fix docker-compose installs | Shane McDonald | 2019-03-27 | 1 | -10/+5 | |
| | | | | | | | | In a series of unfortunate events, my patch yesterday didnt actually work. This fixes that. | |||||
* | | update install docs | Elijah DeLee | 2019-03-27 | 1 | -2/+2 | |
|/ | ||||||
* | only use ssl if certificate is specified | Markus Opahle | 2019-02-28 | 1 | -1/+1 | |
| | | | | Signed-off-by: Markus Opahle <3225748+mopahle@users.noreply.github.com> | |||||
* | Add SSL suport for docker install | walkafwalka | 2019-02-27 | 1 | -2/+6 | |
| | | | | Signed-off-by: walkafwalka <41709139+walkafwalka@users.noreply.github.com> | |||||
* | Fix a typo | Vladimir Pouzanov | 2018-10-23 | 1 | -1/+1 | |
| | ||||||
* | Added some Doc for ca_trust_dir | Numblesix | 2018-10-17 | 1 | -0/+4 | |
| | ||||||
* | Restore per-deployment requirements. | jmferrer | 2018-10-16 | 1 | -1/+6 | |
| | ||||||
* | Change openshift vars path. | jmferrer | 2018-10-15 | 1 | -6/+1 | |
| | ||||||
* | replace celery task decorators with a kombu-based publisher | Ryan Petrello | 2018-10-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | this commit implements the bulk of `awx-manage run_dispatcher`, a new command that binds to RabbitMQ via kombu and balances messages across a pool of workers that are similar to celeryd workers in spirit. Specifically, this includes: - a new decorator, `awx.main.dispatch.task`, which can be used to decorate functions or classes so that they can be designated as "Tasks" - support for fanout/broadcast tasks (at this point in time, only `conf.Setting` memcached flushes use this functionality) - support for job reaping - support for success/failure hooks for job runs (i.e., `handle_work_success` and `handle_work_error`) - support for auto scaling worker pool that scale processes up and down on demand - minimal support for RPC, such as status checks and pool recycle/reload | |||||
* | Update docs for new Node and NPM version requirements | Shane McDonald | 2018-09-18 | 1 | -2/+2 | |
| | ||||||
* | Update INSTALL.md | Taylor Smith | 2018-06-18 | 1 | -1/+1 | |
| | | | Fix link for kubernetes installer | |||||
* | Update INSTALL.md | Lyosha Shchur | 2018-06-12 | 1 | -1/+1 | |
| | ||||||
* | Fix bad path | Raphaël B | 2018-05-31 | 1 | -1/+1 | |
| | ||||||
* | Update install docs | Shane McDonald | 2018-04-30 | 1 | -20/+33 | |
| | | | | | | | - Document openshift_skip_tls_verify - Document openshift_pg_emptydir - Add minimum minishift specs - Move minishift section below variable reference | |||||
* | Updates README.md to include Node and NPM version req's | Jared Tabor | 2018-04-26 | 1 | -0/+2 | |
| | ||||||
* | Update documentation for default pod resource requests | Matthew Jones | 2018-03-15 | 1 | -0/+18 | |
| | | | | Including information on how to override the default resources | |||||
* | Adding information on Kubernetes RBAC considerations for Helm | Matthew Jones | 2018-03-13 | 1 | -0/+7 | |
| | ||||||
* | Update INSTALL.md | therealmaxmouse | 2018-03-11 | 1 | -1/+1 | |
| | | | fixing typo | |||||
* | Inserting a note about PostgreSQL minimal version 9.4 in installation doc ↵ | Cédric Levasseur | 2018-02-28 | 1 | -0/+1 | |
| | | | | | | | | | | (#1385) * Minimal postgresql version * moving the Postgresql minimal version note. * moved to System requirements and 'minimal' replaced by 'minimum'. | |||||
* | Fix in anchor link | Paschalis Korosoglou | 2018-02-14 | 1 | -2/+2 | |
| | ||||||
* | Update INSTALL.md | dovshap | 2018-01-31 | 1 | -1/+1 | |
| | | | fix bad link in contents | |||||
* | related #491 Documentation for Docker Compose | Joachim Jablon | 2018-01-26 | 1 | -9/+31 | |
| | | | | Signed-off-by: Joachim Jablon <ewjoachim@gmail.com> | |||||
* | add minimum git version | Jake McDermott | 2018-01-24 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #938 from ansible/kubernetes_install_support | Matthew Jones | 2018-01-10 | 1 | -7/+86 | |
|\ | | | | | Kubernetes install support | |||||
| * | Clean up documentation for kubernetes installer | Matthew Jones | 2018-01-10 | 1 | -2/+2 | |
| | | ||||||
| * | Remove nodeport definition | Matthew Jones | 2018-01-10 | 1 | -4/+0 | |
| | | ||||||
| * | Kubernetes install documentation | Matthew Jones | 2018-01-10 | 1 | -7/+90 | |
| | | ||||||
* | | Remove nodeport customization | Matthew Jones | 2018-01-10 | 1 | -4/+0 | |
|/ | | | | | This isn't strictly necessary for the Openshift routes and can sometimes cause problems when the resource is already defined in openshift | |||||
* | Add system requirements to install docs | Matthew Jones | 2017-12-04 | 1 | -0/+10 | |
| | ||||||
* | Updates INSTALL.md to reflect Ansible 2.4 requirement | Dan Leehr | 2017-10-31 | 1 | -1/+1 | |
| | ||||||
* | Improve push capabilities and allow build playbook to push | Jaron Rolfe | 2017-10-16 | 1 | -0/+4 | |
| | ||||||
* | moved note to Docker Prereqs, dropped extra OS specific commands | Oliver Vollmer | 2017-10-10 | 1 | -2/+2 | |
| | ||||||
* | Update INSTALL.md | Kickimanjaro | 2017-09-30 | 1 | -0/+2 | |
| | | | Followed instructions to the letter from a new install and found that there was no mention that Docker service must be started. Tried to add this mention where it would have benefited me, but I am new to github and not sure if I'm doing this right. | |||||
* | Update install documentation with official image information | Matthew Jones | 2017-09-26 | 1 | -6/+34 | |
| | ||||||
* | Clarify awx-logos location. Add 'docker' group note. | Chris Houseknecht | 2017-09-25 | 1 | -1/+3 | |
| | ||||||
* | Update minishift documentation relative to postgresql | Matthew Jones | 2017-09-22 | 1 | -2/+4 | |
| | | | | Also bump the default claim value to 5G | |||||
* | Added In Ansible Version Requirement Into Installation Doc | Alex Penketh | 2017-09-21 | 1 | -1/+1 | |
| | | | | Signed-off-by: Alex Penketh <alex@apenketh.com> | |||||
* | Fix typo ("directory" misspelled) | JeLuF | 2017-09-18 | 1 | -1/+1 | |
| | ||||||
* | Fixed Typo in Install.md | Sandro Emma | 2017-09-15 | 1 | -3/+1 | |
| | | | | Signed-off-by: Sandro Emma <feeds.sandro@gmail.com> | |||||
* | Update Install.md to include proxy vars | Sandro | 2017-09-15 | 1 | -0/+16 | |
| | | | | Signed-off-by: Sandro Emma <feeds.sandro@gmail.com> | |||||
* | Update INSTALL.md | Shane McDonald | 2017-09-11 | 1 | -19/+0 | |
| | | | | These dependencies are unnecessary now that we are building the sdist inside of a container. | |||||
* | Add the 'installer' directory to 'inventory' and 'install.yml' files | Sebastien Thebert | 2017-09-08 | 1 | -2/+2 | |
| | | | Add the 'installer' directory to 'inventory' and 'install.yml' files in the 'Docker' Section | |||||
* | typo fix | martinbydefault | 2017-09-08 | 1 | -1/+1 | |
| | ||||||
* | add missing build deps | Steve Wills | 2017-09-07 | 1 | -0/+2 | |
| | ||||||
* | doc: Add missing bracket to anchor link | Björn Pettersson | 2017-09-07 | 1 | -1/+1 | |
| | | | | Signed-off-by: Björn Pettersson <bjorn@undef.io> | |||||
* | doc: Fix docker anchor links | Björn Pettersson | 2017-09-07 | 1 | -2/+2 | |
| | | | | Signed-off-by: Björn Pettersson <bjorn@undef.io> |