Create/remove cEOS docker containers in parallel#2252
Merged
wangxin merged 1 commit intosonic-net:masterfrom Sep 24, 2020
wangxin:add-ceos-parallel
Merged
Create/remove cEOS docker containers in parallel#2252wangxin merged 1 commit intosonic-net:masterfrom wangxin:add-ceos-parallel
wangxin merged 1 commit intosonic-net:masterfrom
wangxin:add-ceos-parallel
Conversation
While adding or removing cEOS docker based topologies, the cEOS containers are created or removed one by one. This could take a long time for topologies like t1 and t1-lag. For better performance, this change updated the code to create or remove the cEOS dockers in parallel. Signed-off-by: Xin Wang <xiwang5@microsoft.com>
lguohan
approved these changes
Sep 22, 2020
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Update sonic-utilities submodule pointer to include the following: * Fix test for pfcwd_sw_enable in db_migrator_test ([sonic-net#2252](sonic-net/sonic-utilities#2252)) * [DHCPv6] [202012] Update the dhcpv6_relay config/show cli ([sonic-net#2271](sonic-net/sonic-utilities#2271)) * [vnet_route_check] Align DB data parse logic with format used by swsscommon API ([sonic-net#2268](sonic-net/sonic-utilities#2268)) * [202012] [generate_dump] allow to extend dump with plugin scripts ([sonic-net#2269](sonic-net/sonic-utilities#2269)) Signed-off-by: dprital <drorp@nvidia.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of PR
Summary:
Fixes # (issue)
Type of change
Approach
What is the motivation for this PR?
While adding or removing cEOS based topologies, the cEOS containers are created or
removed one by one. This could take a long time for topologies like t1 and t1-lag. For better
performance, this change updated the code to create or remove the cEOS dockers in parallel.
How did you do it?
Update the ansible playbook to create and remove cEOS containers in parallel.
How did you verify/test it?
Tested add-topo and remove-topo.
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation