Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix isolated dev env | Shane McDonald | 2020-08-04 | 1 | -2/+2 |
| | |||||
* | pin virtualenv < 20 for ansible venv builds | Ryan Petrello | 2020-02-10 | 1 | -1/+1 |
| | | | | | virtualenv version 20 just got released and broken a bunch of stuff (like the --system-site-packages flag) | ||||
* | Bring isolated dev env current | Shane McDonald | 2019-06-03 | 1 | -22/+8 |
| | | | | There was quite a bit of drift between the main Dockerfile and this one since we last touched it. It’s heavier than it needs to be, but by using the main development image as the base here, we have less duplicated and outdated code overall. | ||||
* | update periodic isolated cleanup to match the new paths post-runner | Ryan Petrello | 2019-04-05 | 1 | -2/+2 |
| | |||||
* | fix more py3 centos7 issues | Ryan Petrello | 2019-04-05 | 1 | -2/+1 |
| | |||||
* | more iso cleanup and bug fixes | Ryan Petrello | 2019-03-25 | 1 | -1/+1 |
| | |||||
* | update isolated task execution for ansible-runner | Ryan Petrello | 2019-03-18 | 3 | -9/+8 |
| | |||||
* | fix some isolated py3 bugs | Author: Jim Ladd | 2019-01-15 | 1 | -2/+5 |
| | |||||
* | fix isolated nodes in the dev environment | Ryan Petrello | 2018-11-28 | 1 | -2/+2 |
| | |||||
* | Fixing up isolated node execution after cluster changes | Matthew Jones | 2018-02-14 | 1 | -2/+0 |
| | | | | | | * Rework queue detection to include control groups and isolated instances * Fix up development tooling around isolated nodes * Update unit tests | ||||
* | update isolated container requirements | AlanCoding | 2017-10-10 | 1 | -2/+3 |
| | |||||
* | Mass rename from ansible_(awx|tower) -> (awx|tower) | Matthew Jones | 2017-07-26 | 1 | -1/+1 |
| | |||||
* | more tower -> awx for task execution and isolated tooling | Ryan Petrello | 2017-07-25 | 1 | -2/+2 |
| | |||||
* | fix tower-expect -> awx-expect for isolated tower builds | Ryan Petrello | 2017-07-24 | 4 | -8/+8 |
| | |||||
* | install a randomized RSA key for controller -> isolated rampart auth | Ryan Petrello | 2017-06-27 | 1 | -21/+0 |
| | | | | see: #6507 | ||||
* | add instance groups and queues to cluster tooling | AlanCoding | 2017-06-22 | 1 | -7/+0 |
| | |||||
* | remove fache cache receiver | Chris Meyers | 2017-06-21 | 1 | -1/+0 |
| | |||||
* | Update developer documentation for isolated jobs | Alan Rominger | 2017-06-20 | 1 | -3/+20 |
| | |||||
* | Include the Tower venv in the isolated bubblewrapped arguments. | Ryan Petrello | 2017-06-19 | 1 | -2/+2 |
| | | | | | | | | This moves the container-based code location and venvs. The goal here is that the paths of Tower source for isolated vs normal nodes matches (both in prod and local development) so that we don't have to add a bunch of additional bwrap argument logic for <location-of-isolated-tower-venv>. | ||||
* | isolated ramparts: replace systemd unit with a `tower-expect` binary | Ryan Petrello | 2017-06-16 | 4 | -9/+5 |
| | | | | | | | | instead of launching isolated tasks via `systemctl`, treat `awx.main.isolated.run` as an executable that knows how to daemonize additionally, add `setup.py isolated_build` for isolated Tower source distribution | ||||
* | Support for executing job and adhoc commands on isolated Tower nodes (#6524) | Ryan Petrello | 2017-06-14 | 4 | -0/+117 |