Skip to content

Commit

Permalink
feat(Pipelined): QFI value Set in RYU
Browse files Browse the repository at this point in the history
Signed-off-by: prabina pattnaik <prabinak@wavelabs.ai>
  • Loading branch information
prabinakpattnaik committed May 20, 2022
1 parent 593e43a commit 852104d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lte/gateway/deploy/roles/magma/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,11 +428,15 @@
copy:
src: patches/0002-QFI-value-set-in-Openflow-controller-using-RYU.patch
dest: /home/vagrant/build/python/lib/python3.8/site-packages/ryu/ofproto/nicira_ext.py
when: full_provision
ignore_errors: true

- name: Copy ryu qfi patch2 for 3.8
copy:
src: patches/0003-QFI-value-set-in-Openflow-controller-using-RYU.patch
dest: /home/vagrant/build/python/lib/python3.8/site-packages/ryu/ofproto/nx_match.py
when: full_provision
ignore_errors: true

- name: Change build folder ownership
ansible.builtin.file:
Expand Down

0 comments on commit 852104d

Please sign in to comment.