Hi Nirmal,

It setups up puppet master, but not cartridges.

The script [1] is very easy to follow, it is basically all the steps
described in the wiki converted into shell commands.   If you look at
the initial_setup() function, you can pretty much follow the function
calls to see what it is doing.  If you look at the script, you will
see that the cartridge function is empty - I need to understand that
process a little more before I can work out what needs to be done.
The initial_setup() function:

function initial_setup() {

   echo -e "\e[32mPerforming initial setup.\e[39m"
   downloads
   prerequisites
   checkout
   maven_clean_install
   puppet_setup # has a dependency on maven_clean_install
   cartridge_setup
   installer
}


---
[1] https://github.com/snowch/devcloud-script/blob/master/stratos_dev.sh

On Sat, Mar 22, 2014 at 9:24 AM, Nirmal Fernando <[email protected]> wrote:
> Hi Chris,
>
> Does this set up puppet master too? This doesn't create Cartridges right (I
> don't expect that, just wanna get confirmed)?
>
>
> On Sat, Mar 22, 2014 at 1:43 PM, chris snow <[email protected]> wrote:
>>
>> Hi Sathyasuriya,
>>
>> > I see you have added 32bit VM in devcloud-script
>>
>> I have just added 32 bit support to devcloud-script which I'm testing
>> at the moment.  After the build works on 32 bit, I'll work on the
>> trying to minimize the memory requirements.
>>
>> >  Do I need AWS account, or cloudstack is replacement.
>>
>> devcloud-script doesn't yet support cloudstack, so until that happens
>> you will need an aws account to connect to.
>>
>> >  I suppose, we are planning to use cloudstack as a PaaS ?
>>
>> The ultimate goal for devcloud-script is to support all the IaaS
>> environments that Stratos supports.
>>
>>
>> Many thanks for your interest in the devcloud-script environment!
>>
>> Chris
>>
>> On Sat, Mar 22, 2014 at 7:53 AM, Sathyasuriya Priya
>> <[email protected]> wrote:
>> > Thanks,
>> > Since I had no AWS account yet, was trying out
>> > https://github.com/snowch/stratos-developer-tools
>> > Looks like it was'nt supported anymore.
>> >
>> > I see you have added 32bit VM in devcloud-script. I will try that.
>> > Can you pls clarify few doubts for me.
>> > 1. Do I need AWS account, or cloudstack is replacement.
>> > 2. I suppose, we are planning to use cloudstack as a PaaS ?
>> >
>> >
>> >
>> > On Fri, Mar 21, 2014 at 11:20 PM, chris snow <[email protected]>
>> > wrote:
>> >>
>> >> Hi Sathyasuriya,
>> >>
>> >> It may run in 2.9Gb, but the script will need some tweaking to support
>> >> 32 bit - I'll take a look at that.
>> >>
>> >> I think you are pointing to the wrong github repo - it should be:
>> >> https://github.com/snowch/devcloud-script
>> >>
>> >> Many thanks,
>> >>
>> >> Chris
>> >>
>> >>
>> >> On Sat, Mar 22, 2014 at 3:55 AM, Sathyasuriya Priya
>> >> <[email protected]> wrote:
>> >> > hi Chris,
>> >> >
>> >> > I would like to help.
>> >> > In my old machine, virtualbox is not able to run 64bit OS.
>> >> > So few things are not working for me.
>> >> > 1. I had to reduce the vm memory (vb.customize ["modifyvm", :id,
>> >> > "--memory",
>> >> > "6144"])
>> >> > 2. centos64-bento looks like a 64bit VM.
>> >> >
>> >> > Would stratos work if used with ~2.9G
>> >> > Any suggestion for 32bit.
>> >> >
>> >> >
>> >> >
>> >> > On Fri, Mar 21, 2014 at 11:46 AM, chris snow <[email protected]>
>> >> > wrote:
>> >> >>
>> >> >> Anyone?   If you want to try out vagrant for setting up Stratos
>> >> >> automatically from scratch, it takes just a few steps:
>> >> >>
>> >> >> install vagrant: http://www.vagrantup.com/downloads.html
>> >> >> install virtualbox: https://www.virtualbox.org/wiki/Downloads
>> >> >> git clone [email protected]:snowch/devcloud-script.git
>> >> >> cd devcloud-script
>> >> >> edit iaas.conf (set 7 variables to point to your EC2 account)
>> >> >> vagrant up stratos # starts stratos vm
>> >> >> vagrant ssh stratos # ssh into stratos vm
>> >> >> ./stratos_dev.sh -f # run stratos setup
>> >> >> ./stratos_dev.sh -r # run stratos applications
>> >> >>
>> >> >> On Thu, Mar 20, 2014 at 7:02 AM, chris snow <[email protected]>
>> >> >> wrote:
>> >> >> > I have a little work left to get Stratos connected to Cloudstack,
>> >> >> > however, the scripts are almost ready, so it would be great if
>> >> >> > anyone
>> >> >> > on this list would be able to follow the Stratos Runtime
>> >> >> > instructions
>> >> >> > at [1] and provide some early feedback.
>> >> >> >
>> >> >> > Although the automated setup can take some time, the manual
>> >> >> > involvement should be minimal, hopefully less than 30 mins.
>> >> >> >
>> >> >> > --
>> >> >> > [1] https://github.com/snowch/devcloud-script
>> >> >>
>> >> >>
>> >> >>
>> >> >> --
>> >> >> Check out my professional profile and connect with me on LinkedIn.
>> >> >> http://lnkd.in/cw5k69
>> >> >
>> >> >
>> >>
>> >>
>> >>
>> >> --
>> >> Check out my professional profile and connect with me on LinkedIn.
>> >> http://lnkd.in/cw5k69
>> >
>> >
>>
>>
>>
>> --
>> Check out my professional profile and connect with me on LinkedIn.
>> http://lnkd.in/cw5k69
>
>
>
>
> --
> Best Regards,
> Nirmal
>
> Nirmal Fernando.
> PPMC Member & Committer of Apache Stratos,
> Senior Software Engineer, WSO2 Inc.
>
> Blog: http://nirmalfdo.blogspot.com/



-- 
Check out my professional profile and connect with me on LinkedIn.
http://lnkd.in/cw5k69

Reply via email to