-
-
Save DeivAstra/7d56ed275ef8ae713f07cf5e9df55017 to your computer and use it in GitHub Desktop.
setup ovirtmgmt network with static ip via vdsm-client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Initial fork