blob: e4a43d75979536b681fe54c08254e4f451e33a0a [file] [log] [blame]
Simran Basie0479af2014-12-02 17:09:49 -08001#!/bin/bash
2
J. Richard Barnette254e80d2015-04-20 15:07:51 -07003# We have some very rudimentary command line processing, which we
4# share with run-board-inventory.
5
Simran Basie0479af2014-12-02 17:09:49 -08006SCRIPT_DIR=$(dirname $(readlink -f $0))
J. Richard Barnette254e80d2015-04-20 15:07:51 -07007cd $SCRIPT_DIR/..
8. contrib/inventory_options
Simran Basie0479af2014-12-02 17:09:49 -08009
Kevin Chengcf0ad2b2016-04-19 14:51:39 -070010# Let's balance out the pools for the deputies before sending the eMail.
11site_utils/balance_pools.py --all-boards all_critical_pools
12
J. Richard Barnette96db3492015-03-27 17:23:52 -070013site_utils/lab_inventory.py $OPTIONS "${BOARD_NOTIFY[@]}" "${POOL_NOTIFY[@]}"