mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 08:27:29 -02:30
isolated ramparts: replace systemd unit with a tower-expect binary
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
This commit is contained in:
3
tools/docker-isolated/tower-expect
Executable file
3
tools/docker-isolated/tower-expect
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
. /venv/tower_isolated/bin/activate
|
||||
exec env TOWER_LIB_DIRECTORY=/tower_lib /tower_isolated/run.py "$@"
|
||||
Reference in New Issue
Block a user