Skip to content

Commit

Permalink
Bump NetworkManager to 1.22 so we can test knmstate (#411)
Browse files Browse the repository at this point in the history
Signed-off-by: Quique Llorente <ellorent@redhat.com>
  • Loading branch information
qinqon committed Jun 2, 2020
1 parent 99a0f60 commit 4205fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [[ "$KUBEVIRT_PROVIDER" =~ k8s- ]]; then
echo 'Install NetworkManager on nodes'
for node in $(./cluster/kubectl.sh get nodes --no-headers | awk '{print $1}'); do
./cluster/cli.sh ssh ${node} sudo -- yum install -y yum-plugin-copr
./cluster/cli.sh ssh ${node} sudo -- yum copr enable -y networkmanager/NetworkManager-1.20
./cluster/cli.sh ssh ${node} sudo -- yum copr enable -y networkmanager/NetworkManager-1.22
./cluster/cli.sh ssh ${node} sudo -- yum install -y NetworkManager NetworkManager-ovs
./cluster/cli.sh ssh ${node} sudo -- systemctl daemon-reload
./cluster/cli.sh ssh ${node} sudo -- systemctl restart NetworkManager
Expand Down

0 comments on commit 4205fa0

Please sign in to comment.