hi Chris,

Just some clarification on how you run your setup.


   1. You create a VM with 5gb ram and follow the instructions (install
   vagrant+virtualbox, clone your repo, run-script) inside it.
   Or your base OS in the laptop is linux and you follow the instructions
   directly.
   2. How much time does it take to finish all the steps.


Some info on what I am trying:

   1. In my old laptop with linux, I try the direct method. But virtualbox
   is not able to run 64 bit VMs.
   2. I tried creating a server machine in Google Compute Engine(GCE),
   followed direct method. Again virtualbox is not able to run 64bit VMs.

I added 32bit VM [1] in Vagrantfile and hit couple of issues.

   1. I could use ~3584 for VM memory. Increasing beyond this, VM doesn't
   start.
   2. In stratos.sh fixed a typo in fix_git_tls_bug() "sudo apg-et update"
   3. In fix_git_tls_bug() changed git version to 1.8.* since my
   ubuntu13.10 version had that.

Now the stratos.sh is taking lot of time(may be 3-4 hours) and still
executing. I see logs getting appended to stratos.log. So it's not stuck.

Can I install vagrant+virtualbox in my newer windows laptop and follow the
instructions directly in windows ?

[1]
http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-13.10-i386_chef-provisionerless.box




On Wed, Apr 30, 2014 at 1:12 PM, Nirmal Fernando <[email protected]>wrote:

> That's great!
>
>
> On Thu, May 1, 2014 at 12:52 AM, chris snow <[email protected]> wrote:
>
>> Hi Nirmal, the whole environment runs in a single virtualbox guest that
>> has 5gb memory, though it could probably run in 4gb.  I'll check my CPU
>> spec when I'm back at laptop.  The laptop isn't anything special though.
>>  On 30 Apr 2014 19:49, "Nirmal Fernando" <[email protected]> wrote:
>>
>>> Absolutely Chris.. What's the hardware spec one needs in order to set
>>> this up?
>>>
>>>
>>> On Thu, May 1, 2014 at 12:01 AM, chris snow <[email protected]> wrote:
>>>
>>>> I've started adding docker support to the vagrant environment:
>>>>
>>>> https://github.com/snowch/stratos-vagrant-box - openstack-docker branch
>>>>
>>>> One script now automates this  lifecyle
>>>>
>>>> - sets up ubuntu
>>>> - sets up puppet
>>>> - checks out, compiles and sets up stratos
>>>> - sets up openstack with docker and creates a tomcat instance
>>>> - provisions stratos with policies
>>>> - subscribes and syncs to a cartridge
>>>> - tests that stratos has spawned an instance
>>>>
>>>> Puppet agent isn't working properly in the instance yet, and some of
>>>> my scripts are still quite hacky :)
>>>>
>>>> However, while working on this environment, it has occurred to me that
>>>> we could use this for release testing?
>>>>
>>>> Cheers,
>>>>
>>>> Chris
>>>>
>>>
>>>
>>>
>>> --
>>> Best Regards,
>>> Nirmal
>>>
>>> Nirmal Fernando.
>>> PPMC Member & Committer of Apache Stratos,
>>> Senior Software Engineer, WSO2 Inc.
>>>
>>> Blog: http://nirmalfdo.blogspot.com/
>>>
>>
>
>
> --
> Best Regards,
> Nirmal
>
> Nirmal Fernando.
> PPMC Member & Committer of Apache Stratos,
> Senior Software Engineer, WSO2 Inc.
>
> Blog: http://nirmalfdo.blogspot.com/
>

Reply via email to