Skip to content

Commit

Permalink
Add support for ovs 2.5 in OpenDaylight
Browse files Browse the repository at this point in the history
You can still use older versions.

Change-Id: I6357d5b6cd72f0bc3b29a949178cd41e41b57e2b
  • Loading branch information
Arie committed Sep 8, 2016
1 parent 2cc4afd commit 910a289
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions playbooks/post-deploy/packstack/opendaylight/stop_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@
service: name=openvswitch
state=stopped

- name: Remove ovs
yum: name=openvswitch
state=absent
when: ovs_url is defined

- name: Install ovs 2.5.0
yum: name={{ ovs_url }}
state=present
when: ovs_url is defined

- name: Remove openvswitch logs and configuration
hosts:
- controller
Expand Down

0 comments on commit 910a289

Please sign in to comment.