bifrost/releasenotes/notes/releasenote-4812959d071329fc.yaml
Jacob Anders c331093a3d Create symlink to ansible collections on install
Bifrost requires Ansible Collections for certain tasks including
enrollment of nodes. In order for bifrost playbooks to be able to
utilise Ansible Collections, a symlink or an environment variable
needs to point to their install path. This change adds creation of
the symlink to the setup script and a corresponding documentation
update.

Change-Id: I07804a88ed11b0adb6c398743905725c6cdb90d4
2020-07-24 10:33:23 +10:00

12 lines
414 B
YAML

---
features:
- |
Added creation of a symbolic link from $VENV/collections directory which
contains ansible collections to the playbooks subdirectory of bifrost.
This is done in the env-setup.sh script.
fixes:
- |
The addition of the symbolic link makes bifrost playbooks independent of
the ANSIBLE_COLLECTIONS_PATHS environment variable which wasn't reliably
set in some environments.