kvm-install-vm icon indicating copy to clipboard operation
kvm-install-vm copied to clipboard

No static network options?

Open p-baum opened this issue 6 years ago • 5 comments

Hello

How can I provide my own network settings?

p-baum avatar Aug 12 '18 12:08 p-baum

Hmm. I thought it was an option, but I guess not. It needs the --extra-args option.

giovtorres avatar Aug 12 '18 19:08 giovtorres

I remember, the --extra-args wouldn't work for this because it requires --location and that won't work with this setup. You could, though, create static network options using the cloud-init script: https://cloudinit.readthedocs.io/en/latest/topics/datasources/nocloud.html#datasource-nocloud

giovtorres avatar Aug 15 '18 01:08 giovtorres

https://github.com/jespencer/kvm-install-vm/commit/12d2b64515009a999cb7563ff25d6aaae56256aa

jespencer avatar Nov 16 '18 18:11 jespencer

I'm working on several networking additions, but it's not finished yet, nor stable and covered by tests. But maybe it's something you are looking for? I'm not sure what your use case might be.

panic1 avatar Feb 11 '19 22:02 panic1

I would like to use macvtap

inmanturbo avatar Aug 07 '19 03:08 inmanturbo