Skip to content

Instantly share code, notes, and snippets.

View DeivAstra's full-sized avatar

Design Excellence Integrity Value DeivAstra

  • Temporary landed on the Earth
View GitHub Profile
@DeivAstra
DeivAstra / setup_ovirtmgmt.sh
Created April 7, 2021 14:29 — forked from phoracek/setup_ovirtmgmt.sh
setup ovirtmgmt network with static ip via vdsm-client
echo '{"bondings": {}, "networks": {"ovirtmgmt": {"nic": "eth0", "netmask": "255.255.255.0", "ipaddr": "1.1.1.2", "gateway": "1.1.1.1", "defaultRoute": true}}, "options": {"connectivityCheck": false}}' | vdsm-client -f - Host setupNetworks
vdsm-client Host setSafeNetworkConfig