openstack-ansible/releasenotes/notes/user_rc-9d530bd4b31cebaa.yaml
Dmitriy Rabotyagov e315e2e327 Allow to define user.rc file for OSA
At the moment there is no handy functionality to override ENV variables
and store them in git near OSA config. As while we take into account
that ENV vars can already exist and we should use them, these VARs must
be defined in /etc/environement or bashrc files.

This patch aims to look for user.rc file inside OSA_CONFIG_DIR.
If it's present - it will be sourced with all it's content. This way
deployers can store environemnt variables overrides in git and they will
be loaded during on openstack-ansible startup.

Change-Id: Ie24ada54a0e0dc064be028929b416d983fdb5b49
2022-11-28 16:54:28 +01:00

8 lines
320 B
YAML

---
features:
- |
Added possibility to source environment variables from a user file that
will have prescedence over all environemnt variables loaded after
openstack-ansible.rc and have prescedence over all variables defined there
By default path to the user file is ``/etc/openstack_deploy/user.rc``.