Add nodepool.host_id variable to inventory file

We recently exposed node.host_id in zookeeper from nodepool. Also
include it into the inventory file so jobs can access it.

Change-Id: Ic90af15dd86555aca2ce09120715b0aeb8af8516
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger
2018-12-07 09:03:55 -05:00
parent ced4584c43
commit 0d31dba6cb
5 changed files with 9 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
that:
- nodepool.az == 'test-az'
- nodepool.cloud == 'test-cloud'
- nodepool.host_id == 'test-host-id'
- nodepool.region == 'test-region'
- nodepool.provider == 'test-provider'