feat(08): implement SSOT architecture for network configuration

This commit is contained in:
2026-04-23 13:58:33 +03:00
parent 5978917494
commit a5a460e765
1039 changed files with 138862 additions and 105259 deletions

View File

@@ -39,10 +39,10 @@ deactivate nondestructive
if [ "${OSTYPE:-}" = "cygwin" ] || [ "${OSTYPE:-}" = "msys" ] ; then
# transform D:\path\to\venv to /d/path/to/venv on MSYS
# and to /cygdrive/d/path/to/venv on Cygwin
export VIRTUAL_ENV=$(cygpath /tmp/image-system-phase1/venv)
export VIRTUAL_ENV=$(cygpath /data/programare_AI/tfm_ainventory/venv)
else
# use the path as-is
export VIRTUAL_ENV=/tmp/image-system-phase1/venv
export VIRTUAL_ENV=/data/programare_AI/tfm_ainventory/venv
fi
_OLD_VIRTUAL_PATH="$PATH"