Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

container_checker on supervisor should check containers based on asic presence #11442

Merged
merged 5 commits into from
Aug 22, 2022
Merged

container_checker on supervisor should check containers based on asic presence #11442

merged 5 commits into from
Aug 22, 2022

Commits on Jul 13, 2022

  1. container_checker on RP should check containers based on asic presence

        On Supervisor/RP card, some application containers may not run if
        the asic is not present due to a missing Fabric card. The container checker
        should skip those container instances.
        Container instances which run only if asic present: swss, syncd, lldp,
        teamd
        Exception: All instances of database and bgp containers run irrespective
        of asic presence.
    
    Signed-off-by: anamehra anamehra@cisco.com
    anamehra committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    579ca2b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Moved function to multi_aisc.py

        Added more comments.
    
    Signed-off-by: anamehra <anamehra@cisco.com>
    anamehra committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    3c34c14 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. use get_asic_id_from_name()

    Signed-off-by: anamehra <anamehra@cisco.com>
    anamehra committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    feb8628 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Use swsscommon.DBConnector

    anamehra committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    bd30ff2 View commit details
    Browse the repository at this point in the history
  2. Update multi_asic.py

        Removed daemon_base import
    anamehra committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    cf51950 View commit details
    Browse the repository at this point in the history