Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop python-netaddr dependency #826

Merged
merged 1 commit into from
Mar 24, 2023
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion ovirt-engine.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,6 @@ Requires: ovirt-engine-metrics >= 1.3.4.1
Requires: java-11-openjdk-headless >= %{openjdk_version}
Requires: logrotate
Requires: python3-dateutil
Requires: python3-netaddr
Requires: python3-psycopg2
Requires: python3-six
Requires(pre): shadow-utils
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@
- ovirt_openvswitch_pre.version is version('2.11', '==')
- ovirt_openvswitch_post.version is version('2.15', '>=')
- ovn_central is defined
- ovn_central | ipaddr
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
enabled: true

when:
- cluster_switch == "ovs" or (ovn_central is defined and ovn_central | ipaddr)
- cluster_switch == "ovs" or (ovn_central is defined)

- block:
- name: Install ovirt-provider-ovn-driver
Expand Down Expand Up @@ -46,4 +46,3 @@

when:
- ovn_central is defined
- ovn_central | ipaddr