<div dir="ltr">Hi,<div><br></div><div>OneFlow does not support that use case, but it is something we could add in the medium-long term [1].</div><div><br></div><div>I don't think the OneFlow server would need to be changed radically. I guess we would need a pre-deployment phase where we create all the defined networks, images, and templates.</div>

<div>And of course a way to cross-reference IDs and possibly other attributes.<br></div><div><br></div><div>Your use case seems like a good starting point to start the discussion about the minimum requirements, template syntax, etc.</div>

<div><br></div><div>Regards</div><div><br></div><div>[1] <a href="http://dev.opennebula.org/issues/2125">http://dev.opennebula.org/issues/2125</a><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div>

<div dir="ltr">--<br><div>Carlos Martín, MSc<br>Project Engineer</div><div>OpenNebula - Flexible Enterprise Cloud Made Simple<br><div><span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px"><a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | <a href="mailto:cmartin@opennebula.org" target="_blank">cmartin@opennebula.org</a> | <a href="http://twitter.com/opennebula" target="_blank">@OpenNebula</a></span><span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px"><a href="mailto:cmartin@opennebula.org" style="color:rgb(42,93,176)" target="_blank"></a></span></div>

</div></div></div>
<br><br><div class="gmail_quote">On Fri, Oct 25, 2013 at 7:36 PM, Daniel Dehennin <span dir="ltr"><<a href="mailto:daniel.dehennin@baby-gnu.org" target="_blank">daniel.dehennin@baby-gnu.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hello,<br>
<br>
I would like to manage some kind of “infrastructure libraries” with VMs<br>
templates and networks.<br>
<br>
<br>
For example, an “infrastructure” could declare:<br>
<br>
- 1 network called “internet”, shared between all infrastructures to have<br>
  network access with outside<br>
<br>
- 1 network called “DMZ”<br>
<br>
- 1 network called “LAN”<br>
<br>
- 1 “router” VMs with:<br>
  * its first interface on “internet”, configured as DHCP or contextualized<br>
  * its second interface on “DMZ”<br>
  * its third interface on “LAN”<br>
<br>
- X “server” VMs with one interface on “DMZ”<br>
<br>
- Y “workstation” VMs with one interface on “LAN”<br>
<br>
<br>
When a user instanciate this “infrastructure”:<br>
<br>
- 2 new networks are created:<br>
  * DMZ-<UNIQ NUMBER><br>
  * LAN-<UNIQ NUMBER><br>
<br>
- a temporary clone of “router” is created with:<br>
  * its first interface network untouched<br>
  * its second interface network set to “DMZ-<UNIQ NUMBER>”<br>
  * its third interface network set to “LAN-<UNIQ NUMBER>”<br>
<br>
- 1 VMs is started from that temporary VM template<br>
<br>
- a temporary clone of “server” is created with its interface network<br>
  set to “DMZ-<UNIQ NUMBER>”<br>
<br>
- X VMs are started from that temporary VM template<br>
<br>
- a temporary clone of “workstation” is created with its interface network<br>
  set to “LAN-<UNIQ NUMBER>”<br>
<br>
- Y VMs are started from that temporary VM template<br>
<br>
Do you think OneFlow could be extended for such use case?<br>
<br>
Or maybe it's already possible to do this but I do not find how?<br>
<br>
Regards.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Daniel Dehennin<br>
Récupérer ma clef GPG:<br>
gpg --keyserver <a href="http://pgp.mit.edu" target="_blank">pgp.mit.edu</a> --recv-keys 0x7A6FE2DF<br>
</font></span><br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
<br></blockquote></div><br></div>