Hi Tommy Excellent share !!!!! Thanks for sharing this. I would look at that vagrant file and see what directions can be taken.
Thanks and Regards -- amit ________________________________________ From: [email protected] [[email protected]] on behalf of Tommy Anderberg [[email protected]] Sent: Thursday, October 16, 2014 6:56 PM To: [email protected] Subject: Re: [Opensim-dev] [Opensim-dev Digest, Vol 7, Issue 14] OpenSim Development Boxes (Amit Goel) This is my second attempt to reply since #1 never showed up. Apologies in advance if it eventually turns into a duplicate. On 10/14/2014, Amit Goel <[email protected]> wrote: > I have been trying to find an easy way to quickly deploy and tearoff OpenSim > boxes and turned to Vagrant for a solution. > > I have written an initial script which does not use complicated Provisioners > such as Ansible, Chef, Docker or Puppet, but only shell provider. However, I > urge all concerned to look at the project and help community improve it. > > The code and project is available here (with Readme) : > https://github.com/goelresearch/opensim-standalone-vagrant There is already a public base box for Vagrant which does something similar: https://vagrantcloud.com/tanderberg/boxes/hypergrid-to-go Not quite the same thing though. This one comes with the Diva distro already installed plus a sizable database, so it may be more useful for content developers than for hacking on OpenSim itself. It also handles networking differently. The box runs NetworkManager to set up its own interfaces; the example Vagrantfile at https://github.com/tanderberg/htg-vagrant just gives the box a bridged connection, but the actual setup is done by NetworkManager (there is a very slight bit of hackery to keep Vagrant from interfering with it). Out of the box (ha!) OpenSim is set to localhost; to actually make it use the bridged interface you need to select that interface in the included configuration wizard. Fun case of "great minds think alike" nevertheless. :) _______________________________________________ Opensim-dev mailing list [email protected] http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev _______________________________________________ Opensim-dev mailing list [email protected] http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev
