[init_cfg]: allow enable/disable swss/teamd/syncd services (#6291)
swss/teamd/syncd services were changed to always enabled in commitfad481edc1
as a workaround for not letting hostcfgd start service during the bootup process. commit317a4b3410
introduce wait till full system bootup before updating feature states in hostcfgd. Thus, workaround introduced in commitfad481ed
can be removed Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
parent
51f896b33e
commit
162f0fdfe1
@ -25,9 +25,9 @@
|
||||
("pmon", "enabled", false, "enabled"),
|
||||
("radv", "enabled", false, "enabled"),
|
||||
("snmp", "enabled", true, "enabled"),
|
||||
("swss", "always_enabled", false, "enabled"),
|
||||
("syncd", "always_enabled", false, "enabled"),
|
||||
("teamd", "always_enabled", false, "enabled")] %}
|
||||
("swss", "enabled", false, "enabled"),
|
||||
("syncd", "enabled", false, "enabled"),
|
||||
("teamd", "enabled", false, "enabled")] %}
|
||||
{%- if sonic_asic_platform == "vs" %}{% do features.append(("gbsyncd", "enabled", false, "enabled")) %}{% endif %}
|
||||
{%- if include_iccpd == "y" %}{% do features.append(("iccpd", "disabled", false, "enabled")) %}{% endif %}
|
||||
{%- if include_mgmt_framework == "y" %}{% do features.append(("mgmt-framework", "enabled", true, "enabled")) %}{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user