I'm adding this so that the exporter can know which machines types to
care about.
Signed-off-by: Zack Cerza <zack@redhat.com>
# Teuthology can use the entire cluster.
reserve_machines: 5
+ # The machine types currently in active use; currently only used by
+ # teuthology-exporter
+ active_machine_types: ['smithi']
+
# The host and port to use for the beanstalkd queue. This is required
# for scheduled jobs.
queue_host: localhost
'rocketchat': None,
'sleep_before_teardown': 0,
'ssh_key': None,
+ 'active_machine_types': [],
}
def __init__(self, yaml_path=None):