commit | e37bd1f0b7805771ec8b13d09a68453c4bb2279d | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@ciena.com> | Thu Sep 10 12:16:41 2020 -0700 |
committer | Jon Hall <jhall@opennetworking.org> | Thu Sep 10 20:07:37 2020 +0000 |
tree | 0591dd38dba6e4a696ac0ac0c3e8faa532eda87e | |
parent | f69e316ead9a17a850961c2e1344efff7fe3080d [diff] [blame] |
Fix some startup issues now that we use cluster size - Change max cluster size to size of largest cluster - Cleanup some reading of params - Catch when ONOS isn't fully started Change-Id: I5b2ca791046bd4061d31355276958ead39f8b65c (cherry picked from commit ace1f317e19fd50924e78e53b566d69db23f5683)
diff --git a/TestON/tests/USECASE/SegmentRouting/SRHighAvailability/SRHighAvailability.topo.docker b/TestON/tests/USECASE/SegmentRouting/SRHighAvailability/SRHighAvailability.topo.docker index a6f21d7..ac4b8c7 100644 --- a/TestON/tests/USECASE/SegmentRouting/SRHighAvailability/SRHighAvailability.topo.docker +++ b/TestON/tests/USECASE/SegmentRouting/SRHighAvailability/SRHighAvailability.topo.docker
@@ -19,7 +19,7 @@ <rest_port></rest_port> <prompt></prompt> # TODO: we technically need a few of these, one per component <onos_home></onos_home> # defines where onos home is on the target cell machine. Defaults to entry in "home" if empty. - <nodes>3</nodes> # number of nodes in the cluster + <nodes> 7 </nodes> # number of nodes in the cluster </COMPONENTS> </ONOScell>