project-config/tools/nodepool-validate.sh
Andreas Jaeger 60128af709 Test all nodepool files
We now have nl03, loop over all nodepool files so that new files get
automatically tested.

Change-Id: Iddd4afda10a6cb95b7783ab0454c805d8df7313e
2018-01-19 19:41:23 +01:00

6 lines
88 B
Bash
Executable File

#!/bin/bash -xe
for n in nodepool/n*.yaml ; do
nodepool -c $n config-validate
done