openstack-ansible/releasenotes/notes/userspace_group_and_host_vars-14f77b5eb518e32d.yaml
Jean-Philippe Evrard ec5b3a7a82 Freeze roles for Milestone 1
This freezes the roles and copy each role releases notes for
preparing the first Milestone of the Rocky release.

Change-Id: I6b1343863eb27a5753ddbfcc3c1e2b063618ae50
2018-04-29 18:17:53 +01:00

23 lines
1.0 KiB
YAML

---
features:
- The deployer can now define an environment variable
``GROUP_VARS_PATH`` with the folders of its choice
(separated by the colon sign) to define an user
space group_vars folder. These vars will apply but
be (currently) overridden by the OpenStack-Ansible
default group vars, by the set facts, and by the
user_* variables. If the deployer defines multiple
paths, the variables found are merged, and
precedence is increasing from left to right
(the last defined in GROUP_VARS_PATH wins)
- The deployer can now define an environment variable
``HOST_VARS_PATH`` with the folders of its choice
(separated by the colon sign) to define an user
space host_vars folder. These vars will apply but
be (currently) overridden by the OpenStack-Ansible
default host vars, by the set facts, and by the
user_* variables. If the deployer defines multiple
paths, the variables found are merged, and
precedence is increasing from left to right
(the last defined in HOST_VARS_PATH wins)