File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN dnf -y update && dnf -y install\
31
31
# with the newer release. (This can go away when the base image is upgraded to
32
32
# OVS 2.8 prerelease or release versions and include OVN sub-packages)
33
33
RUN dnf -y install dnf-plugins-core &&\
34
- dnf -y copr enable leifmadsen/ ovs-master &&\
34
+ dnf -y copr enable danw/origin-dind- ovs-master &&\
35
35
dnf -y update openvswitch &&\
36
36
dnf -y install openvswitch-ovn-*
37
37
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ function is-northd-running() {
17
17
function have-token() {
18
18
local master_dir=$1
19
19
20
- cat ${master_dir} /ovn.token > /dev/null
20
+ [[ -s " ${master_dir} /ovn.token" ]]
21
21
}
22
22
23
23
function ovn-kubernetes-node() {
46
46
apiserver=$( grep server ${kube_config} | cut -f 6 -d' ' )
47
47
ovn_master_ip=$( echo -n ${apiserver} | cut -d " /" -f 3 | cut -d " :" -f 1)
48
48
49
+ # Ensure GENEVE's UDP port isn't firewalled
50
+ /usr/share/openvswitch/scripts/ovs-ctl --protocol=udp --dport=6081 enable-protocol
51
+
49
52
os::util::wait-for-condition " ovn-northd" " is-northd-running ${ovn_master_ip} " " 120"
50
53
51
54
echo " Enabling and start ovn-kubernetes node services"
You can’t perform that action at this time.
0 commit comments