Skip to content

Commit

Permalink
Merge pull request #42 from avinetworks/rc-20.1.5
Browse files Browse the repository at this point in the history
updating with 20.1.5 assets
  • Loading branch information
Chaitanya Deshpande authored Apr 16, 2021
2 parents 7e2cfb2 + 3a94779 commit 0b81a38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/systemd/avihost.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Description=Avi Host Service
TimeoutStartSec=0
Restart=always

ExecStart=/usr/sbin/avi_host_server.py
ExecStop=pkill -f avi_host_server.py
ExecStart=/bin/sh -c "python3 /usr/sbin/avi_host_server.py"
ExecStop=/bin/sh -c "pkill -f avi_host_server.py"

[Install]
WantedBy=multi-user.target
2 changes: 2 additions & 0 deletions tasks/docker/dpdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
(not (ansible_distribution == 'RedHat' and ansible_distribution_version is match('7.2'))) and
(not (ansible_distribution == 'RedHat' and ansible_distribution_version is match('7.1'))) and
(not (ansible_distribution == 'RedHat' and ansible_distribution_version is match('7.0'))) and
(not (ansible_distribution == 'Ubuntu' and ansible_distribution_version is match('20.04'))) and
(not (ansible_distribution == 'Ubuntu' and ansible_distribution_version is match('18.04'))) and
(not (ansible_distribution == 'Ubuntu' and ansible_distribution_version is match('16.04')))

- name: Avi SE | Perform specific os tasks
Expand Down
2 changes: 2 additions & 0 deletions tasks/docker/version_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@
(not (ansible_distribution == 'RedHat' and ansible_distribution_version is match('7.2'))) and
(not (ansible_distribution == 'RedHat' and ansible_distribution_version is match('7.1'))) and
(not (ansible_distribution == 'RedHat' and ansible_distribution_version is match('7.0'))) and
(not (ansible_distribution == 'Ubuntu' and ansible_distribution_version is match('20.04'))) and
(not (ansible_distribution == 'Ubuntu' and ansible_distribution_version is match('18.04'))) and
(not (ansible_distribution == 'Ubuntu' and ansible_distribution_version is match('16.04'))) and
(not (ansible_distribution == 'Ubuntu' and ansible_distribution_version is match('14.04')))

0 comments on commit 0b81a38

Please sign in to comment.