Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 0 additions & 87 deletions device/arista/x86_64-arista_7050_qx32/platform_reboot

This file was deleted.

1 change: 1 addition & 0 deletions device/arista/x86_64-arista_7050_qx32/platform_reboot
87 changes: 0 additions & 87 deletions device/arista/x86_64-arista_7050_qx32s/platform_reboot

This file was deleted.

1 change: 1 addition & 0 deletions device/arista/x86_64-arista_7050_qx32s/platform_reboot
18 changes: 0 additions & 18 deletions device/arista/x86_64-arista_7060_cx32s/platform_reboot

This file was deleted.

1 change: 1 addition & 0 deletions device/arista/x86_64-arista_7060_cx32s/platform_reboot
11 changes: 0 additions & 11 deletions device/arista/x86_64-arista_7060px4_32/platform_reboot

This file was deleted.

1 change: 1 addition & 0 deletions device/arista/x86_64-arista_7060px4_32/platform_reboot
11 changes: 0 additions & 11 deletions device/arista/x86_64-arista_7170_64c/platform_reboot

This file was deleted.

1 change: 1 addition & 0 deletions device/arista/x86_64-arista_7170_64c/platform_reboot
87 changes: 0 additions & 87 deletions device/arista/x86_64-arista_7260cx3_64/platform_reboot

This file was deleted.

1 change: 1 addition & 0 deletions device/arista/x86_64-arista_7260cx3_64/platform_reboot
11 changes: 11 additions & 0 deletions device/arista/x86_64-arista_common/platform_reboot
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env python

import arista.platforms
from arista.utils.sonic_reboot import reboot

def main():
# reboot the system
reboot()

if __name__ == "__main__":
main()
2 changes: 1 addition & 1 deletion dockers/docker-platform-monitor/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN [ -f /etc/rsyslog.conf ] && sed -ri "s/%syslogtag%/$docker_container_name#%s
ENV DEBIAN_FRONTEND=noninteractive

# Install required packages
RUN apt-get update && apt-get install -y python-pip libpython2.7 ipmitool librrd8 librrd-dev rrdtool
RUN apt-get update && apt-get install -y python-pip libpython2.7 ipmitool librrd8 librrd-dev rrdtool python-smbus

{% if docker_platform_monitor_debs.strip() -%}
# Copy locally-built Debian package dependencies
Expand Down
Loading