Skip to content

Commit

Permalink
add bmp container to allowed list.
Browse files Browse the repository at this point in the history
  • Loading branch information
hdwhdw committed Dec 13, 2024
1 parent 39e508f commit 74c299e
Showing 1 changed file with 24 additions and 21 deletions.
45 changes: 24 additions & 21 deletions host_modules/docker_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,40 +10,43 @@

# The set of allowed containers that can be managed by this service.
ALLOWED_CONTAINERS = {
"syncd",
"acms",
"bgp",
"bmp",
"database",
"dhcp_relay",
"eventd",
"gnmi",
"telemetry",
"snmp",
"pmon",
"lldp",
"dhcp_relay",
"pmon",
"radv",
"teamd",
"bgp",
"swss",
"restapi",
"eventd",
"database",
"snmp",
"swss",
"syncd",
"teamd",
"telemetry",
}

# The set of allowed images that can be managed by this service.
ALLOWED_IMAGES = {
"docker-syncd-brcm",
"docker-syncd-cisco" "docker-acms",
"docker-sonic-gnmi",
"docker-sonic-telemetry",
"docker-snmp",
"docker-platform-monitor",
"docker-lldp",
"docker-acms",
"docker-database",
"docker-dhcp-relay",
"docker-router-advertiser",
"docker-teamd",
"docker-eventd",
"docker-fpm-frr",
"docker-lldp",
"docker-orchagent",
"docker-platform-monitor",
"docker-router-advertiser",
"docker-snmp",
"docker-sonic-bmp",
"docker-sonic-gnmi",
"docker-sonic-restapi",
"docker-eventd",
"docker-database",
"docker-sonic-telemetry",
"docker-syncd-brcm",
"docker-syncd-cisco",
"docker-teamd",
}


Expand Down

0 comments on commit 74c299e

Please sign in to comment.