You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a slick script. any chance you could add functionality that would allow you to clone more than 1 VM at a time? e.g. So if you needed 10 vm's test-vm1 through test-vm10 starting with IP: 10.0.0.10 and ending at 10.0.0.20
This could be supported, we could use better arguments however:
ezmomi clone --template my_template --hostname "test-vm-%d" --cpus 2 --mem 4 --ip's 10.0.0.[10-19]
In this instance a range of IP's are parsed and %d is substituted for each host (10, 11, 12, etc).
However that will probably have to wait until the clone functionality is refactored.
This could be supported, we could support better arguments however:
ezmomi clone --template my_template --hostname "test-vm-%d" --cpus 2 --mem 4 --ip's 10.0.0.[10-19]
In this instance a range of IP's are parsed and %d is substituted for each host (10, 11, 12, etc).
However that will probably have to wait until the clone functionality is refactored.
—
Reply to this email directly or view it on GitHub.
This is a slick script. any chance you could add functionality that would allow you to clone more than 1 VM at a time? e.g. So if you needed 10 vm's test-vm1 through test-vm10 starting with IP: 10.0.0.10 and ending at 10.0.0.20
command would look something like:
ezmomi clone --template my_template --hostname test-vm -num10 --cpus 2 --mem 4 --ip's 10.0.0.10, 10.0.0.19
Thanks.
The text was updated successfully, but these errors were encountered: