diff options
author | 2018-07-25 16:38:16 -0700 | |
---|---|---|
committer | 2018-07-25 16:38:16 -0700 | |
commit | 5c8fa3362658be5e8f8551704065fe3a18dbcc60 (patch) | |
tree | e5915b2ebbe0676e5e1fa4a17ec68641ea617af7 /jjb/cperf | |
parent | 3a641fcd1e3e844f134245d212886a062c79ff77 (diff) |
Use computes + control for NUM_OS_SYSTEM
This is not going to work when we want to make our HA
CSIT work, since I think Apex will be having 3
openstack control nodes, and our CSIT won't know what
to do with '5' (3 control + 2 compute) openstack
nodes. But, we can cross that bridge when we get
there.
Change-Id: I9c74b2ec73e5af0039d93f9ed812fc3c100a3e4a
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
Diffstat (limited to 'jjb/cperf')
-rwxr-xr-x | jjb/cperf/cperf-robot-netvirt-csit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/cperf/cperf-robot-netvirt-csit.sh b/jjb/cperf/cperf-robot-netvirt-csit.sh index 9abb4ad7f..4ed85950d 100755 --- a/jjb/cperf/cperf-robot-netvirt-csit.sh +++ b/jjb/cperf/cperf-robot-netvirt-csit.sh @@ -87,7 +87,7 @@ robot_cmd="pybot \ -v DEVSTACK_DEPLOY_PATH:/tmp \ -v HA_PROXY_IP:$SDN_CONTROLLER_IP \ -v NUM_ODL_SYSTEM:$NUM_CONTROL_NODES \ - -v NUM_OS_SYSTEM:$NUM_CONTROL_NODES \ + -v NUM_OS_SYSTEM:$(($NUM_CONTROL_NODES + $NUM_COMPUTE_NODES)) \ -v NUM_TOOLS_SYSTEM:0 \ -v ODL_SNAT_MODE:conntrack \ -v ODL_STREAM:$ODL_STREAM \ |