[
https://issues.apache.org/jira/browse/WHIRR-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934972#action_12934972
]
Tom White commented on WHIRR-99:
--------------------------------
+1 It should be possible to use this from outside tests too.
Another way to achieve a similar effect would be to SSH scripts to nodes, like
Pallet does. Both approaches are valid: for small clusters SSH is fine, but for
larger clusters a blobstore is better as it is not limited by the connection on
the launching machine.
> test bootstrap script changes in isolation
> ------------------------------------------
>
> Key: WHIRR-99
> URL: https://issues.apache.org/jira/browse/WHIRR-99
> Project: Whirr
> Issue Type: Improvement
> Reporter: Adrian Cole
>
> Currently, we need to upload install scripts to a semi-public repository
> manually in order to setup tests for whirr services. Let's investigate usage
> of the BlobStore api so that tests can push scripts they use, allowing us to
> automatically test scripts that are in the svn repository.
> ex.
> @Setup { push scripts to blobstore}
> @Teardown {delete blobstore container}
> see:
> http://github.com/jclouds/jclouds/blob/master/aws/core/src/test/java/org/jclouds/aws/ComputeAndBlobStoreTogetherHappilyLiveTest.java
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.