summaryrefslogtreecommitdiffstats
path: root/INSTALL.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update INSTALL.mdNick Busey2019-05-161-1/+1
|/
* Update INSTALL docs re: docker-compose prereqsJeff Byrnes2019-04-031-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 varsJeff Byrnes2019-04-031-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-worksoftwarefactory-project-zuul[bot]2019-03-271-10/+5
|\ | | | | | | | | Fix docker-compose installs Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
| * Fix docker-compose installsShane McDonald2019-03-271-10/+5
| | | | | | | | In a series of unfortunate events, my patch yesterday didnt actually work. This fixes that.
* | update install docsElijah DeLee2019-03-271-2/+2
|/
* only use ssl if certificate is specifiedMarkus Opahle2019-02-281-1/+1
| | | | Signed-off-by: Markus Opahle <3225748+mopahle@users.noreply.github.com>
* Add SSL suport for docker installwalkafwalka2019-02-271-2/+6
| | | | Signed-off-by: walkafwalka <41709139+walkafwalka@users.noreply.github.com>
* Fix a typoVladimir Pouzanov2018-10-231-1/+1
|
* Added some Doc for ca_trust_dirNumblesix2018-10-171-0/+4
|
* Restore per-deployment requirements.jmferrer2018-10-161-1/+6
|
* Change openshift vars path.jmferrer2018-10-151-6/+1
|
* replace celery task decorators with a kombu-based publisherRyan Petrello2018-10-111-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 requirementsShane McDonald2018-09-181-2/+2
|
* Update INSTALL.mdTaylor Smith2018-06-181-1/+1
| | | Fix link for kubernetes installer
* Update INSTALL.mdLyosha Shchur2018-06-121-1/+1
|
* Fix bad pathRaphaël B2018-05-311-1/+1
|
* Update install docsShane McDonald2018-04-301-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'sJared Tabor2018-04-261-0/+2
|
* Update documentation for default pod resource requestsMatthew Jones2018-03-151-0/+18
| | | | Including information on how to override the default resources
* Adding information on Kubernetes RBAC considerations for HelmMatthew Jones2018-03-131-0/+7
|
* Update INSTALL.mdtherealmaxmouse2018-03-111-1/+1
| | | fixing typo
* Inserting a note about PostgreSQL minimal version 9.4 in installation doc ↵Cédric Levasseur2018-02-281-0/+1
| | | | | | | | | | (#1385) * Minimal postgresql version * moving the Postgresql minimal version note. * moved to System requirements and 'minimal' replaced by 'minimum'.
* Fix in anchor linkPaschalis Korosoglou2018-02-141-2/+2
|
* Update INSTALL.mddovshap2018-01-311-1/+1
| | | fix bad link in contents
* related #491 Documentation for Docker ComposeJoachim Jablon2018-01-261-9/+31
| | | | Signed-off-by: Joachim Jablon <ewjoachim@gmail.com>
* add minimum git versionJake McDermott2018-01-241-2/+2
|
* Merge pull request #938 from ansible/kubernetes_install_supportMatthew Jones2018-01-101-7/+86
|\ | | | | Kubernetes install support
| * Clean up documentation for kubernetes installerMatthew Jones2018-01-101-2/+2
| |
| * Remove nodeport definitionMatthew Jones2018-01-101-4/+0
| |
| * Kubernetes install documentationMatthew Jones2018-01-101-7/+90
| |
* | Remove nodeport customizationMatthew Jones2018-01-101-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 docsMatthew Jones2017-12-041-0/+10
|
* Updates INSTALL.md to reflect Ansible 2.4 requirementDan Leehr2017-10-311-1/+1
|
* Improve push capabilities and allow build playbook to pushJaron Rolfe2017-10-161-0/+4
|
* moved note to Docker Prereqs, dropped extra OS specific commandsOliver Vollmer2017-10-101-2/+2
|
* Update INSTALL.mdKickimanjaro2017-09-301-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 informationMatthew Jones2017-09-261-6/+34
|
* Clarify awx-logos location. Add 'docker' group note.Chris Houseknecht2017-09-251-1/+3
|
* Update minishift documentation relative to postgresqlMatthew Jones2017-09-221-2/+4
| | | | Also bump the default claim value to 5G
* Added In Ansible Version Requirement Into Installation DocAlex Penketh2017-09-211-1/+1
| | | | Signed-off-by: Alex Penketh <alex@apenketh.com>
* Fix typo ("directory" misspelled)JeLuF2017-09-181-1/+1
|
* Fixed Typo in Install.mdSandro Emma2017-09-151-3/+1
| | | | Signed-off-by: Sandro Emma <feeds.sandro@gmail.com>
* Update Install.md to include proxy varsSandro2017-09-151-0/+16
| | | | Signed-off-by: Sandro Emma <feeds.sandro@gmail.com>
* Update INSTALL.mdShane McDonald2017-09-111-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' filesSebastien Thebert2017-09-081-2/+2
| | | Add the 'installer' directory to 'inventory' and 'install.yml' files in the 'Docker' Section
* typo fixmartinbydefault2017-09-081-1/+1
|
* add missing build depsSteve Wills2017-09-071-0/+2
|
* doc: Add missing bracket to anchor linkBjörn Pettersson2017-09-071-1/+1
| | | | Signed-off-by: Björn Pettersson <bjorn@undef.io>
* doc: Fix docker anchor linksBjörn Pettersson2017-09-071-2/+2
| | | | Signed-off-by: Björn Pettersson <bjorn@undef.io>