amorenoz / ovs-dbg

Scripts to help debug OVS and OVN
Apache License 2.0
22 stars 8 forks source link

ovs-offline: build containers from specified ovs repo #67

Closed SalDaniele closed 2 years ago

SalDaniele commented 2 years ago

Add build time args to allow for users to specify an ovs repo and branch to build ovs from via option flags.

Default ovs is changed from: https://github.com/openvswitch/ovs/archive/${OVS_VERSION}.tar.gz to: https://github.com/openvswitch/ovs.git branch-2.15

Signed-off-by: Salvatore Daniele sdaniele@redhat.com

SalDaniele commented 2 years ago

Apologies for the last minute changes. I realized while using the feature that the cache would prevent ovs from being rebuilt when changes were pushed to a branch.

All set for review at your convenience.

SalDaniele commented 2 years ago

Conflicts resolved

amorenoz commented 2 years ago

LGTM. Thanks