<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Thank you Nicolas, <br>
      for the OCCI it will be good, but for the console and sunstone I
      think I will have to wait....<br>
      <br>
      Cheers,<br>
      <br>
      ;)riol<br>
      <br>
      On 02/19/2013 10:13 AM, Nicolas AGIUS wrote:<br>
    </div>
    <blockquote
cite="mid:1361265188.83241.YahooMailClassic@web171203.mail.ir2.yahoo.com"
      type="cite">
      <table border="0" cellpadding="0" cellspacing="0">
        <tbody>
          <tr>
            <td style="font: inherit;" valign="top">Hi,<br>
              <br>
              I've done somethings like this with OCCI.<br>
              I put all the IP stuff in the network template and added
              the following in "common.erb" :<br>
              <br>
              CONTEXT=[<br>
                TARGET=xvdb<br>
              <br>
                  <% devnum = 0 %><br>
                  <% @vm_info.each('NIC') do |nic| %><br>
                      <% if nic.attr('NETWORK','href') %><br>
                          ,CTX_ETH<%= devnum %> =
              "$NETWORK[TEMPLATE, NETWORK_ID = <%=
              nic.attr('NETWORK','href').split('/').last %> ]"<br>
                          <% devnum += 1 %><br>
                      <% end %><br>
                  <% end %><br>
              ]<br>
              <br>
              <br>
              And I get all networks templates in the context file.<br>
              <br>
              Cheers,<br>
              Nicolas AGIUS<br>
              <br>
              --- En date de : <b>Lun 18.2.13, Oriol Martí <i><a class="moz-txt-link-rfc2396E" href="mailto:omarti@cesca.cat"><omarti@cesca.cat></a></i></b>
              a écrit :<br>
              <blockquote style="border-left: 2px solid rgb(16, 16,
                255); margin-left: 5px; padding-left: 5px;"><br>
                De: Oriol Martí <a class="moz-txt-link-rfc2396E" href="mailto:omarti@cesca.cat"><omarti@cesca.cat></a><br>
                Objet: [one-users] Add network context variables
                automatically<br>
                À: "Users OpenNebula" <a class="moz-txt-link-rfc2396E" href="mailto:users@lists.opennebula.org"><users@lists.opennebula.org></a><br>
                Date: Lundi 18 février 2013, 15h20<br>
                <br>
                <div class="plainMail">Hello,<br>
                  after looking the mechanism of the contextualization
                  variables to set the network configuration, my idea is
                  to pass the network parameters with contextualization,
                  my idea is to add to the context variables the IP,
                  netmask, DNS,... of the related NICs.<br>
                  <br>
                  I've been thinking to add a hook on create a VM, but I
                  don't know if I can modify the context variables at
                  this point, does anybody know if is possible?<br>
                  Maybe another solution could be launching the hook on
                  the physical node and modifying directly the cdrom
                  image that opennebula creates, but I'm not sure if
                  this procedure it will be good because maybe the cdrom
                  image is not created when the hook is launched and can
                  fail easily.<br>
                  <br>
                  Does anybody know if is possible to do? Maybe the only
                  solution is modifying source code? Where can I start?<br>
                  <br>
                  Thank you all,<br>
                  _______________________________________________<br>
                  Users mailing list<br>
                  <a moz-do-not-send="true"
                    ymailto="mailto:Users@lists.opennebula.org"
                    href="/mc/compose?to=Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
                  <a moz-do-not-send="true"
                    href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org"
                    target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
                </div>
              </blockquote>
            </td>
          </tr>
        </tbody>
      </table>
    </blockquote>
    <br>
    <br>
  </body>
</html>