You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Andrei Savu (JIRA)" <ji...@apache.org> on 2011/01/14 11:15:45 UTC

[jira] Created: (WHIRR-205) Override service.provider for integration tests

Override service.provider for integration tests
-----------------------------------------------

                 Key: WHIRR-205
                 URL: https://issues.apache.org/jira/browse/WHIRR-205
             Project: Whirr
          Issue Type: Bug
          Components: service/cassandra, service/hadoop, service/hbase, service/zookeeper
            Reporter: Andrei Savu
             Fix For: 0.3.0


It should be possible to override the service.provider when running the integration tests

For EC2:

{code}
mvn verify -Pintegration -DargLine="-Dwhirr.test.provider=ec2 -Dwhirr.test.identity=<ID> -Dwhirr.test.credential=<SECRET_KEY>"
{code}

For RackspaceCloud:

{code}
mvn verify -Pintegration -DargLine="-Dwhirr.test.provider=cloudservers -Dwhirr.test.identity=<ID> -Dwhirr.test.credential=<SECRET_KEY>"
{code}

Right now this is hardcoded to EC2. 


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


[jira] Updated: (WHIRR-205) Override service.provider for integration tests

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

Andrei Savu updated WHIRR-205:
------------------------------

    Status: Patch Available  (was: Open)

> Override service.provider for integration tests
> -----------------------------------------------
>
>                 Key: WHIRR-205
>                 URL: https://issues.apache.org/jira/browse/WHIRR-205
>             Project: Whirr
>          Issue Type: Bug
>          Components: service/cassandra, service/hadoop, service/hbase, service/zookeeper
>            Reporter: Andrei Savu
>             Fix For: 0.3.0
>
>         Attachments: WHIRR-205.patch
>
>
> It should be possible to override the service.provider when running the integration tests
> For EC2:
> {code}
> mvn verify -Pintegration -DargLine="-Dwhirr.test.provider=ec2 -Dwhirr.test.identity=<ID> -Dwhirr.test.credential=<SECRET_KEY>"
> {code}
> For RackspaceCloud:
> {code}
> mvn verify -Pintegration -DargLine="-Dwhirr.test.provider=cloudservers -Dwhirr.test.identity=<ID> -Dwhirr.test.credential=<SECRET_KEY>"
> {code}
> Right now this is hardcoded to EC2. 

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


[jira] Updated: (WHIRR-205) Override service.provider for integration tests

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

Andrei Savu updated WHIRR-205:
------------------------------

    Attachment: WHIRR-205.patch

> Override service.provider for integration tests
> -----------------------------------------------
>
>                 Key: WHIRR-205
>                 URL: https://issues.apache.org/jira/browse/WHIRR-205
>             Project: Whirr
>          Issue Type: Bug
>          Components: service/cassandra, service/hadoop, service/hbase, service/zookeeper
>            Reporter: Andrei Savu
>             Fix For: 0.3.0
>
>         Attachments: WHIRR-205.patch
>
>
> It should be possible to override the service.provider when running the integration tests
> For EC2:
> {code}
> mvn verify -Pintegration -DargLine="-Dwhirr.test.provider=ec2 -Dwhirr.test.identity=<ID> -Dwhirr.test.credential=<SECRET_KEY>"
> {code}
> For RackspaceCloud:
> {code}
> mvn verify -Pintegration -DargLine="-Dwhirr.test.provider=cloudservers -Dwhirr.test.identity=<ID> -Dwhirr.test.credential=<SECRET_KEY>"
> {code}
> Right now this is hardcoded to EC2. 

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


[jira] Updated: (WHIRR-205) Override service.provider for integration tests

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

Tom White updated WHIRR-205:
----------------------------

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

+1

I've just committed this. Thanks Andrei!

> Override service.provider for integration tests
> -----------------------------------------------
>
>                 Key: WHIRR-205
>                 URL: https://issues.apache.org/jira/browse/WHIRR-205
>             Project: Whirr
>          Issue Type: Bug
>          Components: service/cassandra, service/hadoop, service/hbase, service/zookeeper
>            Reporter: Andrei Savu
>            Assignee: Andrei Savu
>             Fix For: 0.3.0
>
>         Attachments: WHIRR-205.patch
>
>
> It should be possible to override the service.provider when running the integration tests
> For EC2:
> {code}
> mvn verify -Pintegration -DargLine="-Dwhirr.test.provider=ec2 -Dwhirr.test.identity=<ID> -Dwhirr.test.credential=<SECRET_KEY>"
> {code}
> For RackspaceCloud:
> {code}
> mvn verify -Pintegration -DargLine="-Dwhirr.test.provider=cloudservers -Dwhirr.test.identity=<ID> -Dwhirr.test.credential=<SECRET_KEY>"
> {code}
> Right now this is hardcoded to EC2. 

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


[jira] Assigned: (WHIRR-205) Override service.provider for integration tests

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

Andrei Savu reassigned WHIRR-205:
---------------------------------

    Assignee: Andrei Savu

> Override service.provider for integration tests
> -----------------------------------------------
>
>                 Key: WHIRR-205
>                 URL: https://issues.apache.org/jira/browse/WHIRR-205
>             Project: Whirr
>          Issue Type: Bug
>          Components: service/cassandra, service/hadoop, service/hbase, service/zookeeper
>            Reporter: Andrei Savu
>            Assignee: Andrei Savu
>             Fix For: 0.3.0
>
>         Attachments: WHIRR-205.patch
>
>
> It should be possible to override the service.provider when running the integration tests
> For EC2:
> {code}
> mvn verify -Pintegration -DargLine="-Dwhirr.test.provider=ec2 -Dwhirr.test.identity=<ID> -Dwhirr.test.credential=<SECRET_KEY>"
> {code}
> For RackspaceCloud:
> {code}
> mvn verify -Pintegration -DargLine="-Dwhirr.test.provider=cloudservers -Dwhirr.test.identity=<ID> -Dwhirr.test.credential=<SECRET_KEY>"
> {code}
> Right now this is hardcoded to EC2. 

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