bifrost/releasenotes/notes/venv-owner-30669e2f5cffef2f.yaml
Dmitry Tantsur 4cb0395d75 Make virtual environment owned by root
It's dangerous to allow a regular user to write into the source code of
the services. The repositories are still writable, so that the
development workflow can still use the ``--develop`` flag to make
modifications.

While here, remove the horribly outdated and broken ANSIBLE_INSTALL_ROOT.

Change-Id: Id2e25dd57668d24a11dc2cd16eea2b607b7a3f16
2022-01-25 15:59:42 +01:00

14 lines
463 B
YAML

---
upgrade:
- |
Modification to the Bifrost virtual environment (``/opt/stack/bifrost`` by
default) will now need ``sudo`` as the directory is now owned by root.
- |
The deprecated and non-functioning variable ``ANSIBLE_INSTALL_ROOT`` is
no longer supported.
fixes:
- |
The Bifrost virtual environment (``/opt/stack/bifrost`` by default) is no
longer owned (and thus writable) by the regular user that started the
installation.