openstack-ansible/playbooks/inventory
Logan V 85501cbf26 Limit group_vars scoping
Instead of defining almost all vars scoped to the 'all'group, we will
limit our vars scoping to the group namespace they are consumed in.

Vars that are used in 1 group are defined in the group they are used
in. This covers most service role vars.

Vars that are used in 2 groups (usually linking 2 roles communicating
with each other) are now using localhost's host_vars as a proxy. The
2 service groups will then reference hostvars['localhost']['var'].

Vars that are used in 3+ groups are left in the 'all' scoping.

Change-Id: I09cb22d51985d5f50e98030a455251cc2ea1a205
2017-09-21 13:22:20 +00:00
..
env.d Remove remaining service_name properties 2017-08-31 09:50:04 -07:00
dynamic_inventory.py Use python import machinery for inventory code 2017-07-28 16:39:52 +00:00
localhost Limit group_vars scoping 2017-09-21 13:22:20 +00:00