5 Commits

Author SHA1 Message Date
Ian Wienand
184152f07e write-inventory: add per-host variables
This allows us to write out host-specific variables into the inventory
from external jobs.

Change-Id: I0c3d08f6446174cb38d5eebaeae1db9dceb956b2
2020-07-08 17:20:21 +10:00
James E. Blair
41d4d6c41d Allow mapping additional hostvars in write-inventory
In OpenDev, we use an inventory file with the public v4 and v6
addresses listed as hostvars.  We would like to use that feature in
testing as well.  In order to do that, we need to mutate the inventory
so that the public_ipv4 address supplied by nodepool is mapped to
the public_v4 address in the inventory.  This additional option allows
the user to configure such mappings.

Change-Id: I48f03cacdf4531c42d33f6e807845d5c2a1da1d5
2020-05-18 12:34:34 -07:00
Ian Wienand
ab0508600a write-inventory: Add groups to created inventory
Add the groups from the "groups" ansible variable to the "children" of
the created inventory.

Change-Id: I6c797ff939f8198d5c0928558df8ed04bec14efd
2018-08-28 19:54:21 +10:00
James E. Blair
2cb237acef write-inventory: add ansible_python_interpreter variable
This is also a variable which may be important to copy over to
a new inventory in order for ansible to function correctly.

Change-Id: I7f4f1b2c631a4a02c258c9f518cd19511fa118da
2018-08-27 16:29:54 -07:00
James E. Blair
fe358166db Add write-inventory role
Change-Id: Ife274ddcf78398eef730951635ca0a2a78096871
2018-08-23 15:39:18 -07:00