Skip to content
Merged
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
7 changes: 7 additions & 0 deletions ansible/upgrade_sonic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@
disk_used_pcent: 50
when: disk_used_pcent is not defined

# In pr https://github.com/sonic-net/sonic-buildimage/pull/12109, it decrease the sshd timeout
# which may cause timeout when executing `generate_dump -s yesterday`.
# Increase this time during deploying minigraph
- name: Reset sshd timeout
become: True
shell: sed -i "s/^ClientAliveInterval [0-9].*/ClientAliveInterval 900/g" /etc/ssh/sshd_config && systemctl restart sshd

- block:
- fail: msg="image_url is not defined"
when: image_url is not defined
Expand Down