Update inventory file for missing hosts

Seems we missed a few hosts when adding zuul-fingergw / zuul-web,
update our inventory file.

Change-Id: I6d6f560c81efa1528e8ae23e0a94e2e0da8a0617
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-03-14 18:55:20 -04:00
parent 2645838f34
commit 67948b177a
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 9 additions and 3 deletions

View File

@ -10,14 +10,20 @@ nb01 ansible_host=127.0.1.1
[nodepool-launcher]
nl01 ansible_host=127.0.7.1
[zookeeper]
zk01 ansible_host=127.0.6.1
[zuul-executor]
ze01 ansible_host=127.0.3.1
[zuul-fingergw]
zf01 ansible_host=127.0.8.1
[zuul-merger]
zm01 ansible_host=127.0.4.1
[zookeeper]
zk01 ansible_host=127.0.6.1
[zuul-scheduler]
zs01 ansible_host=127.0.5.1
[zuul-web]
zw01 ansible_host=127.0.9.1