Skip to content

Commit

Permalink
Merge pull request #866 from Jaganathancse/openvswitch_install
Browse files Browse the repository at this point in the history
Openvswitch package install required
  • Loading branch information
openshift-merge-bot[bot] authored Feb 19, 2025
2 parents 20179aa + 047bc57 commit d9dbd8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions playbooks/configure_ovs_dpdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
strategy: linear
gather_facts: "{{ gather_facts | default(false) }}"
tasks:
- name: Install openvswitch package
become: true
ansible.builtin.dnf:
name: openvswitch
state: present

- name: Configure OvS DPDK configs
ansible.builtin.import_role:
name: osp.edpm.edpm_ovs_dpdk
Expand Down
1 change: 0 additions & 1 deletion roles/edpm_bootstrap/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ argument_specs:
- jq
- nftables
- openstack-selinux
- os-net-config
- python3-libselinux
- python3-pyyaml
- rsync
Expand Down

0 comments on commit d9dbd8e

Please sign in to comment.