Name gate inventory file gate-hosts

To match the other gate-generated inventory files.

Change-Id: I90104f1b19a980ae1be0263cc4dc59c17125f41e
This commit is contained in:
Monty Taylor 2020-06-04 16:27:05 -05:00
parent fdbf19f0ce
commit 1e6387b109
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ require 'beaker-rspec'
SYSTEM_CONFIG='opendev.org/opendev/system-config'
INVENTORY_DIR="#{ENV['HOME']}/src/#{SYSTEM_CONFIG}/inventory"
HOSTS_FILE="#{INVENTORY_DIR}/base/hosts"
HOSTS_FILE="#{INVENTORY_DIR}/base/gate-hosts"
GROUPS_FILE="#{INVENTORY_DIR}/service/groups"
def run_ansible(host)