openstack-ansible/releasenotes/notes/userspace_group_and_host_vars-14f77b5eb518e32d.yaml
Andy McCrae 26b1fb9ce5 Role Pin for Pike OSA Milestone-1
Nova is pinned before 6dd047a3307a1056077608fd5bc2d1c3b3285338 until
https://review.openstack.org/#/c/455710/ can merge.

Change-Id: I27adc85337424a7b251d8d5d614ad4446c6c55d3
2017-04-12 11:52:44 +00: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) overriden 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) overriden 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)