<div dir="ltr"><div><div><div><div>Hi all,<br></div>the Nodeshot install procedure can be easily tested on a Virtual Machine following the instructions below.<br></div>These have been tested on a Ubuntu 12.04 host, but can be easily replicated on other systems:<br>

<br>#Install Vagrant and VirtualBox<br>apt-get install virtualbox<br>apt-get install vagrant<br><br># Config VirtualBox host only network <br>VBoxManage hostonlyif create<br>VBoxManage hostonlyif ipconfig vboxnet0 --ip <host private ip address. e.g: 192.168.56.1><br>

<br>#Vagrant config<br>mkdir <my_vagrantVM_dir><br>cd <my_vagrantVM_dir><br>vagrant init hashicorp/precise32 ( or hashicorp/precise64 depending on your system)<br># Edit Vagrantfile and create a host-only private network which allows host-only access to the machine<br>

vim Vagrantfile<br># Uncomment line 27 and change the IP address according to the one you defined for your host<br># e.g. config.vm.network "private_network", ip: "192.168.56.2"<br><br># Start Vagrant<br>

vagrant up<br># ssh into VM and abilitate root login<br>vagrant ssh<br>vagrant@precise32:~$ sudo -i<br>root@precise32:~# passwd root<br>Enter new UNIX password: <br>Retype new UNIX password: <br>passwd: password updated successfully<br>

<br><br># Run nodeshot install procedure on host:<br>pip install fabric<br>Download <a href="https://github.com/ninuxorg/nodeshot/blob/deploy_test/INSTALL/fabfile.py" target="_blank">https://github.com/ninuxorg/nodeshot/blob/deploy_test/INSTALL/fabfile.py</a><br>

fab install -H <VM ip address> -u user -p password<br><br></div>Bye<br></div>Stefano</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-04-28 13:00 GMT+02:00 Nemesis <span dir="ltr"><<a href="mailto:nemesis@ninux.org" target="_blank">nemesis@ninux.org</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <font face="Helvetica, Arial, sans-serif">There are interesting news
      re<font face="Helvetica, Arial, sans-serif">garding the automatic
        install <font face="Helvetica, Arial, sans-serif">& deploy
          process.<br>
          <br>
          <font face="Helvetica, Arial, sans-serif">Checkout this <font face="Helvetica, Arial, sans-serif">branch:<br>
              <font face="Helvetica, Arial, sans-serif"><a href="https://github.com/ninuxorg/nodeshot/tree/deploy_test" target="_blank">https://github.com/ninuxorg/nodeshot/tree/deploy_test</a><br>
                <br>
                <font face="Helvetica, Arial, sans-serif">This file in p<font face="Helvetica, Arial, sans-serif">articular
                    defines the install script:<br>
                    <font face="Helvetica, Arial, sans-serif"><a href="https://github.com/ninuxorg/nodeshot/blob/deploy_test/INSTALL/fabfile.py" target="_blank">https://github.com/ninuxorg/nodeshot/blob/deploy_test/INSTALL/fabfile.py</a><br>

                      <br>
                      <font face="Helvetica, Arial, sans-serif">Stefano
                        (who follows this ML) </font>is currently
                      actively working on it.<br>
                      <br>
                      <font face="Helvetica, Arial, sans-serif">The
                        script is designed to be run on Ub<font face="Helvetica, Arial, sans-serif">untu 12
                          LTS.<font face="Helvetica, Arial, sans-serif">
                            We talked about upgrading <font face="Helvetica, Arial, sans-serif">to
                              Ubuntu 14 but we will wait a few months in
                              order for it to <font face="Helvetica,
                                Arial, sans-serif">become more stable.<br>
                                <br>
                              </font></font></font></font></font><font face="Helvetica, Arial, sans-serif">We <font face="Helvetica, Arial, sans-serif">are going
                          to document the procedure<font face="Helvetica, Arial, sans-serif"> and we
                            hope that some of you would like to try it
                            in order to give us feedback if it can be
                            improved.<br>
                            <font face="Helvetica, Arial, sans-serif"><font face="Helvetica, Arial, sans-serif"><br>
                                <font face="Helvetica, Arial,
                                  sans-serif">Federico</font><br>
                              </font></font></font></font></font></font></font></font></font></font></font></font></font></font>
  </div>

<br>_______________________________________________<br>
Nodeshot mailing list<br>
<a href="mailto:Nodeshot@ml.ninux.org">Nodeshot@ml.ninux.org</a><br>
<a href="http://ml.ninux.org/mailman/listinfo/nodeshot" target="_blank">http://ml.ninux.org/mailman/listinfo/nodeshot</a><br>
<br></blockquote></div><br></div>