You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Tom White (JIRA)" <ji...@apache.org> on 2010/09/17 20:35:33 UTC

[jira] Created: (WHIRR-90) Scripts should be versioned

Scripts should be versioned
---------------------------

                 Key: WHIRR-90
                 URL: https://issues.apache.org/jira/browse/WHIRR-90
             Project: Whirr
          Issue Type: Improvement
    Affects Versions: 0.1.0
            Reporter: Tom White
            Assignee: Tom White
             Fix For: 0.2.0


The default scripts are stored at http://whirr.s3.amazonaws.com/, but this location should be parametrized by release version. So in the next release the scripts would be in http://whirr.s3.amazonaws.com/0.2.0-incubating-SNAPSHOT while in development, and then http://whirr.s3.amazonaws.com/0.2.0-incubating once released. Note that these are the defaults and may be overridden to use another location.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WHIRR-90) Scripts should be versioned

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated WHIRR-90:
---------------------------

    Attachment: WHIRR-90.patch

Here's a patch that adds the version number the the runurl. To do this it introduces the idea of a default properties file, called whirr-default.properties. Also, the base URL for runurls is specified as a part of ClusterSpec (which now has unit tests).

> Scripts should be versioned
> ---------------------------
>
>                 Key: WHIRR-90
>                 URL: https://issues.apache.org/jira/browse/WHIRR-90
>             Project: Whirr
>          Issue Type: Improvement
>    Affects Versions: 0.1.0
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.2.0
>
>         Attachments: WHIRR-90.patch
>
>
> The default scripts are stored at http://whirr.s3.amazonaws.com/, but this location should be parametrized by release version. So in the next release the scripts would be in http://whirr.s3.amazonaws.com/0.2.0-incubating-SNAPSHOT while in development, and then http://whirr.s3.amazonaws.com/0.2.0-incubating once released. Note that these are the defaults and may be overridden to use another location.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WHIRR-90) Scripts should be versioned

Posted by "Adrian Cole (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WHIRR-90?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913191#action_12913191 ] 

Adrian Cole commented on WHIRR-90:
----------------------------------

path naming convention ties this to maven, which facilitates easy maintenance

> Scripts should be versioned
> ---------------------------
>
>                 Key: WHIRR-90
>                 URL: https://issues.apache.org/jira/browse/WHIRR-90
>             Project: Whirr
>          Issue Type: Improvement
>    Affects Versions: 0.1.0
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.2.0
>
>         Attachments: WHIRR-90.patch
>
>
> The default scripts are stored at http://whirr.s3.amazonaws.com/, but this location should be parametrized by release version. So in the next release the scripts would be in http://whirr.s3.amazonaws.com/0.2.0-incubating-SNAPSHOT while in development, and then http://whirr.s3.amazonaws.com/0.2.0-incubating once released. Note that these are the defaults and may be overridden to use another location.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WHIRR-90) Scripts should be versioned

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated WHIRR-90:
---------------------------

    Status: Patch Available  (was: Open)

> Scripts should be versioned
> ---------------------------
>
>                 Key: WHIRR-90
>                 URL: https://issues.apache.org/jira/browse/WHIRR-90
>             Project: Whirr
>          Issue Type: Improvement
>    Affects Versions: 0.1.0
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.2.0
>
>         Attachments: WHIRR-90.patch
>
>
> The default scripts are stored at http://whirr.s3.amazonaws.com/, but this location should be parametrized by release version. So in the next release the scripts would be in http://whirr.s3.amazonaws.com/0.2.0-incubating-SNAPSHOT while in development, and then http://whirr.s3.amazonaws.com/0.2.0-incubating once released. Note that these are the defaults and may be overridden to use another location.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WHIRR-90) Scripts should be versioned

Posted by "Adrian Cole (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Cole updated WHIRR-90:
-----------------------------

    Attachment: WHIRR-90.patch

fixed patch ready and tested on hadoop, cassandra, and zk

> Scripts should be versioned
> ---------------------------
>
>                 Key: WHIRR-90
>                 URL: https://issues.apache.org/jira/browse/WHIRR-90
>             Project: Whirr
>          Issue Type: Improvement
>    Affects Versions: 0.1.0
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.2.0
>
>         Attachments: WHIRR-90.patch, WHIRR-90.patch
>
>
> The default scripts are stored at http://whirr.s3.amazonaws.com/, but this location should be parametrized by release version. So in the next release the scripts would be in http://whirr.s3.amazonaws.com/0.2.0-incubating-SNAPSHOT while in development, and then http://whirr.s3.amazonaws.com/0.2.0-incubating once released. Note that these are the defaults and may be overridden to use another location.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WHIRR-90) Scripts should be versioned

Posted by "Tom White (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WHIRR-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White updated WHIRR-90:
---------------------------

        Status: Resolved  (was: Patch Available)
    Resolution: Fixed

I've just committed this. Thanks for fixing the bug in the original version, Adrian.

> Scripts should be versioned
> ---------------------------
>
>                 Key: WHIRR-90
>                 URL: https://issues.apache.org/jira/browse/WHIRR-90
>             Project: Whirr
>          Issue Type: Improvement
>    Affects Versions: 0.1.0
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.2.0
>
>         Attachments: WHIRR-90.patch, WHIRR-90.patch
>
>
> The default scripts are stored at http://whirr.s3.amazonaws.com/, but this location should be parametrized by release version. So in the next release the scripts would be in http://whirr.s3.amazonaws.com/0.2.0-incubating-SNAPSHOT while in development, and then http://whirr.s3.amazonaws.com/0.2.0-incubating once released. Note that these are the defaults and may be overridden to use another location.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.