Actions
action #157738
openopenQA Project (public) - coordination #112862: [saga][epic] Future ideas for easy multi-machine handling: MM-tests as first-class citizens
openQA Project (public) - coordination #111929: [epic] Stable multi-machine tests covering multiple physical workers
Use rstp_enable=True on o3 as well
Start date:
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Motivation¶
In #155929 we enabled RSTP in OSD and it was just fine, probably helpful and introduced not problems. But on o3 we still use STP, that was not migrated in #155929 so we should do that now.
Acceptance criteria¶
- AC1: RSTP is used on all current o3 machines instead of STP
Suggestions¶
- Just change the wicked_gre tunnel scripts on o3 machines to use rstp instead of stp,
wicked ifup all
and check the debugging steps from http://open.qa/docs/#_multi_machine_test_setup, e.g.ovs-appctl rstp/show
- Make sure that STP is not still enabled additionally to rstp (
ovs-vsctl set bridge $bridge stp_enable=false; ovs-appctl stp/show
)
Actions