summaryrefslogtreecommitdiffstats
path: root/tools/docker-isolated (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix isolated dev envShane McDonald2020-08-041-2/+2
|
* pin virtualenv < 20 for ansible venv buildsRyan Petrello2020-02-101-1/+1
| | | | | virtualenv version 20 just got released and broken a bunch of stuff (like the --system-site-packages flag)
* Bring isolated dev env currentShane McDonald2019-06-031-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-runnerRyan Petrello2019-04-051-2/+2
|
* fix more py3 centos7 issuesRyan Petrello2019-04-051-2/+1
|
* more iso cleanup and bug fixesRyan Petrello2019-03-251-1/+1
|
* update isolated task execution for ansible-runnerRyan Petrello2019-03-183-9/+8
|
* fix some isolated py3 bugsAuthor: Jim Ladd2019-01-151-2/+5
|
* fix isolated nodes in the dev environmentRyan Petrello2018-11-281-2/+2
|
* Fixing up isolated node execution after cluster changesMatthew Jones2018-02-141-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 requirementsAlanCoding2017-10-101-2/+3
|
* Mass rename from ansible_(awx|tower) -> (awx|tower)Matthew Jones2017-07-261-1/+1
|
* more tower -> awx for task execution and isolated toolingRyan Petrello2017-07-251-2/+2
|
* fix tower-expect -> awx-expect for isolated tower buildsRyan Petrello2017-07-244-8/+8
|
* install a randomized RSA key for controller -> isolated rampart authRyan Petrello2017-06-271-21/+0
| | | | see: #6507
* add instance groups and queues to cluster toolingAlanCoding2017-06-221-7/+0
|
* remove fache cache receiverChris Meyers2017-06-211-1/+0
|
* Update developer documentation for isolated jobsAlan Rominger2017-06-201-3/+20
|
* Include the Tower venv in the isolated bubblewrapped arguments.Ryan Petrello2017-06-191-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` binaryRyan Petrello2017-06-164-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 Petrello2017-06-144-0/+117