Displaying 11 results from an estimated 11 matches for "virnetworkdefinexml".
2020 Apr 28
2
Re: Libvirt APIs for creating virtual networks
Okay. Thanks.
Do we have any facility APIs to set the DHCP Options via XML ?
Default gateway ?
Dns-server ?
domain-name ?
Thanks & Regards
Santhosh Kumar Gunturu
On Tue, Apr 28, 2020 at 8:47 AM Daniel P. Berrangé <berrange@redhat.com>
wrote:
> On Tue, Apr 28, 2020 at 08:39:06AM -0700, Santhosh Kumar Gunturu wrote:
> > I am using the Libvirt APIs to create the virtual
2020 Apr 30
2
Re: Libvirt APIs for creating virtual networks
...domain can be set with "<domain name='example.com'/>".
>
> Everything is controlled through the XML document described here:
>
> https://libvirt.org/formatnetwork.html
>
> We don't have separate APIs for each piece of info - just the one
> virNetworkDefineXML API that takes the XML document.
>
> Regards,
> Daniel
>
2020 Apr 28
0
Re: Libvirt APIs for creating virtual networks
...e have any facility APIs to set the DHCP Options via XML ?
> Default gateway ?
> Dns-server ?
> domain-name ?
Everything is controlled through the XML document described here:
https://libvirt.org/formatnetwork.html
We don't have separate APIs for each piece of info - just the one
virNetworkDefineXML API that takes the XML document.
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
2020 May 07
0
Re: Libvirt APIs for creating virtual networks
...n name='example.com'/>".
>
>
> >
> > Everything is controlled through the XML document described here:
> >
> > https://libvirt.org/formatnetwork.html
> >
> > We don't have separate APIs for each piece of info - just the one
> > virNetworkDefineXML API that takes the XML document.
> >
> > Regards,
> > Daniel
> >
>
>
2019 Apr 08
0
[PATCH v4 2/7] common: Bundle the libvirt-ocaml library for use by virt-v2v
...{ name => "virNetworkGetUUIDString", sig => "net : uuid string" },
+ { name => "virNetworkUndefine", sig => "net : unit" },
+ { name => "virNetworkCreateXML", sig => "conn, string : net" },
+ { name => "virNetworkDefineXML", sig => "conn, string : net" },
+ { name => "virNetworkCreate", sig => "net : unit" },
+ { name => "virNetworkGetAutostart", sig => "net : bool" },
+ { name => "virNetworkSetAutostart", sig => "net,...
2019 Dec 16
3
[v2v PATCH 0/2] Move libvirt-ocaml copy to v2v repo
libvirt-ocaml is used only by virt-v2v, so move it to this repository,
instead of having it around in the common submodule.
The removal from common will happen later.
Pino Toscano (2):
common: Bundle the libvirt-ocaml library for use by virt-v2v
build: switch embedded copy of libvirt-ocaml
.gitignore | 2 +
3rdparty/libvirt-ocaml/Makefile.am |
2018 Aug 30
8
[PATCH 0/7] RFC: switch v2v to ocaml-libvirt
Hi,
this is a mostly done attempt to switch to ocaml-libvirt, embedding the
latest version of it from git. This way, it is possible to improve the
way v2v connects to libvirt for both input, and output modules, and
interacts with libvirt (e.g. no more virsh calls needed in virt-v2v).
As side effect, virt-v2v now requires libvirt, as keeping it optional
would create too much burden.
I could not
2018 Nov 27
8
[PATCH v2 0/7] RFC: switch v2v to ocaml-libvirt
Hi,
this is a mostly done attempt to switch to ocaml-libvirt, embedding the
latest version of it from git. This way, it is possible to improve the
way v2v connects to libvirt for both input, and output modules, and
interacts with libvirt (e.g. no more virsh calls needed in virt-v2v).
As side effect, virt-v2v now requires libvirt, as keeping it optional
would create too much burden.
I could not
2019 Jan 30
8
[PATCH v3 0/7] RFC: switch v2v to ocaml-libvirt
Hi,
this is a mostly done attempt to switch to ocaml-libvirt, embedding the
latest version of it from git. This way, it is possible to improve the
way v2v connects to libvirt for both input, and output modules, and
interacts with libvirt (e.g. no more virsh calls needed in virt-v2v).
As side effect, virt-v2v now requires libvirt, as keeping it optional
would create too much burden.
I could not
2019 May 20
8
[PATCH v5 0/7] v2v: switch to ocaml-libvirt
Hi,
this series switches virt-2v to ocaml-libvirt, embedding the latest
version of it from git. This way, it is possible to improve the way
v2v connects to libvirt for both input, and output modules, and
interacts with libvirt (e.g. no more virsh calls needed in virt-v2v).
As side effect, virt-v2v now requires libvirt, as keeping it optional
would create too much burden.
I could not test all
2019 Apr 08
12
[PATCH 43 0/7] v2v: switch to ocaml-libvirt
Hi,
this series switches virt-2v to ocaml-libvirt, embedding the latest
version of it from git. This way, it is possible to improve the way
v2v connects to libvirt for both input, and output modules, and
interacts with libvirt (e.g. no more virsh calls needed in virt-v2v).
As side effect, virt-v2v now requires libvirt, as keeping it optional
would create too much burden.
I could not test all