Hi Mari/Chris,

I will look into these.


On Wed, Apr 16, 2014 at 11:00 AM, chris snow <[email protected]> wrote:

> Thanks Mariangela!
>
> I'd also like to give uses a bit more context around cartridges.  I had
> put together this [1] - but I'm not sure if it's accurate.
>
> ---
> [1] http://creately.com/diagram/httpabyf1/6WD8OEsNlcxpn7ay2DhDYzRBY%3D
>
>
> On Wed, Apr 16, 2014 at 6:02 AM, Mariangela Hills <[email protected]>wrote:
>
>> Hi Praneesha,
>>
>> Could you please look into Chris's TODO points that are marked in [1] and
>> add the information to [2].
>>
>> [1]
>> https://cwiki.apache.org/confluence/display/STRATOS/4.0.0+Creating+a+Cartridge+on+OpenStack+or+EC2+-+edit
>> [2]
>> https://cwiki.apache.org/confluence/display/STRATOS/4.0.0+Creating+a+Cartridge+Image+on+EC2+or+OpenStack
>>
>> Regards,
>> Mariangela
>>
>>
>>
>>
>> *--*
>> Mariangela Hills
>> Senior Technical Writer
>>
>> *WSO2, Inc.*lean.enterprise.middleware.
>> m: +94 773 500185
>> w: http://wso2.com
>>  <http://wso2.com/events/>
>>
>>
>> On Wed, Apr 9, 2014 at 11:23 AM, chris snow <[email protected]> wrote:
>>
>>> Hi Mariangela, thanks for the info.
>>>
>>> There are some TODOs in the page that I need some input on before making
>>> the changes live. Do you have an idea what needs to be said for those TODOs?
>>>
>>> Many thanks,
>>>
>>> Chris
>>> On 9 Apr 2014 01:44, "Mariangela Hills" <[email protected]> wrote:
>>>
>>>> Hi Chris,
>>>>
>>>> On the Tools menu, click View in Hierarchy. Thereafter, simply drag
>>>> your page to the correct location that it should be moved to.
>>>> If you have any issues let me know and I will move it for you.
>>>>
>>>> Regards,
>>>> Mariangela
>>>>
>>>>
>>>>
>>>>
>>>> *--*
>>>> Mariangela Hills
>>>> Senior Technical Writer
>>>>
>>>> *WSO2, Inc.*lean.enterprise.middleware.
>>>> m: +94 773 500185
>>>> w: http://wso2.com
>>>>  <http://wso2.com/events/>
>>>>
>>>>
>>>> On Tue, Apr 8, 2014 at 10:38 PM, Nirmal Fernando <
>>>> [email protected]> wrote:
>>>>
>>>>> Hi Mari,
>>>>>
>>>>> Can you please help Chris to get his edits live?
>>>>>
>>>>>
>>>>> On Tue, Apr 1, 2014 at 1:36 PM, chris snow <[email protected]>wrote:
>>>>>
>>>>>> I was trying to create a copy of the page with my edits, but
>>>>>> confluence has stuck the page here:
>>>>>>
>>>>>>
>>>>>> https://cwiki.apache.org/confluence/display/STRATOS/4.0.0+Creating+a+Cartridge+on+OpenStack+or+EC2+-+edit
>>>>>>
>>>>>> There are a few TODO's at the bottom of the page.  After they have
>>>>>> been completed, this page could replace the existing one.
>>>>>>
>>>>>>
>>>>>> On Tue, Apr 1, 2014 at 8:23 AM, Lakmal Warusawithana <[email protected]>
>>>>>> wrote:
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> > On Tue, Apr 1, 2014 at 12:46 PM, chris snow <[email protected]>
>>>>>> wrote:
>>>>>> >>
>>>>>> >> Thanks Nirmal,
>>>>>> >>
>>>>>> >> Does the user need to perform one more step to repackage their
>>>>>> >> instance as a new AMI (or equivalent on the other Iaas)?  If so, we
>>>>>> >> may need one more wiki step:
>>>>>> >>
>>>>>> >> - using your IaaS tools, repackage your cartridge as a machine
>>>>>> image
>>>>>> >>
>>>>>> >> Then the final statements on the cartridge creation wiki page
>>>>>> could be
>>>>>> >> something like:
>>>>>> >>
>>>>>> >> - you have finished creating the cartridge - make a note of the
>>>>>> >> imageId for the cartridge as you will need this in later when you
>>>>>> use
>>>>>> >> Stratos Manager to deploy the cartridge
>>>>>> >>
>>>>>> > +1
>>>>>> >
>>>>>> >>
>>>>>> >> On Tue, Apr 1, 2014 at 8:05 AM, Nirmal Fernando <
>>>>>> [email protected]>
>>>>>> >> wrote:
>>>>>> >> > Hi Chris,
>>>>>> >> >
>>>>>> >> >
>>>>>> >> > On Tue, Apr 1, 2014 at 12:12 PM, chris snow <[email protected]>
>>>>>> wrote:
>>>>>> >> >>
>>>>>> >> >> Some proposed changes for the cartridge creation wiki [1]:
>>>>>> >> >>
>>>>>> >> >> ====
>>>>>> >> >> Cartridges are machine images that run on an IaaS compute node.
>>>>>> >> >> Cartridges add additional functionality to an existing machine
>>>>>> image
>>>>>> >> >> so that Stratos can communicate with the Image.
>>>>>> >> >>
>>>>>> >> >> Follow the instructions below to configure a cartridge image for
>>>>>> >> >> OpenStack or EC2.  These instructions describe how to create a
>>>>>> >> >> cartridge from an existing Ubuntu Linux 12.04.1 LTS image.
>>>>>> >> >>
>>>>>> >> >> 1. start the Ubuntu image 12.04.1 using your IaaS
>>>>>> >> >> 2. ssh into your Ubuntu image and get root access (e.g. sudo -i)
>>>>>> >> >> 3. ... the rest of the steps as per the wiki steps 2 to 13
>>>>>> >> >>
>>>>>> >> >> Step 14, we should add the following:
>>>>>> >> >>
>>>>>> >> >> This script will install and configure puppet agent, do you
>>>>>> want to
>>>>>> >> >> continue [y/N] y
>>>>>> >> >> Please provide stratos service-name: php  (#1)
>>>>>> >> >> Please provide puppet master IP: 192.168.1.1 (#2)
>>>>>> >> >> Please provide puppet master hostname [puppet.test.org]:
>>>>>> >> >> puppet.test.org
>>>>>> >> >> (#3)
>>>>>> >> >> Node Id 076227021438.default.php
>>>>>> >> >>
>>>>>> >> >> We should also add the following:
>>>>>> >> >>
>>>>>> >> >> #1 - describe what "stratos service-name" actually means so the
>>>>>> user
>>>>>> >> >> can work out what value they need to set here.
>>>>>> >> >> #2 - describe what this means and refer to the previous stratos
>>>>>> >> >> documentation if required.
>>>>>> >> >> #3 - describe what this means and refer to the previous stratos
>>>>>> >> >> documentation if required
>>>>>> >> >>
>>>>>> >> >> ====
>>>>>> >> >>
>>>>>> >> >> Question:  What are the next steps?  E.g. how do we make
>>>>>> Stratos aware
>>>>>> >> >> of the cartridge so that Stratos can use the cartridge?
>>>>>> >> >
>>>>>> >> >
>>>>>> >> > A quick answer: By deploying a Cartridge configuration :
>>>>>> >> >
>>>>>> >> >
>>>>>> https://cwiki.apache.org/confluence/display/STRATOS/4.0.0+Configuring+Stratos#id-4.0.0ConfiguringStratos-Deployingacartridgeviathewizard
>>>>>> >> >>
>>>>>> >> >>
>>>>>> >> >> ---
>>>>>> >> >> [1]
>>>>>> >> >>
>>>>>> >> >>
>>>>>> https://cwiki.apache.org/confluence/display/STRATOS/4.0.0+Creating+a+Cartridge+on+OpenStack+or+EC2
>>>>>> >> >
>>>>>> >> >
>>>>>> >> >
>>>>>> >> >
>>>>>> >> > --
>>>>>> >> > 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
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> > --
>>>>>> > Lakmal Warusawithana
>>>>>> > Software Architect; WSO2 Inc.
>>>>>> > Mobile : +94714289692
>>>>>> > Blog : http://lakmalsview.blogspot.com/
>>>>>> >
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> 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
>



-- 
Thanks & Best Regards,
*Praneesha Chandrasiri*
*Technical Writer*
*WSO2 Inc. *
*Mobile: +(94) 718156888*
*E-mail: [email protected] <[email protected]>*

Reply via email to