Make util support more than 10 compute nodes 33/65233/1
authorDaniel Balsiger <Daniel.Balsiger@swisscom.com>
Fri, 2 Nov 2018 22:00:46 +0000 (23:00 +0100)
committerTim Rozet <trozet@redhat.com>
Tue, 20 Nov 2018 03:59:28 +0000 (03:59 +0000)
commit705e95b6d90a632c11ad4a2b488d56ca87f59a6f
tree899901567fcc9a8fd601b199a675f08380c8f0f9
parentde387870dfc45fa9a9b066bbfe1c96c731cb086b
Make util support more than 10 compute nodes

JIRA: APEX-644

The grep command used in the original code matches multiple nodes
when deploying 10+ compute nodes. This makes opnfv-util fail to
connect to those nodes. Proposed fix is to grep for "$node "
instead.

Change-Id: I952664f6f3cab3a98681684cd354513bb3c0ab12
Signed-off-by: Daniel Balsiger <Daniel.Balsiger@swisscom.com>
(cherry picked from commit 859fb4703b3f0359e80b35aaa62a94e752707bae)
ci/util.sh