Hi all,

Just ran a mvn clean install but I am still having problems with my
local setup, the same with the previous release. But I a made
progress.

StartServicesActionTest failed because it could not find any supported
images. I debugged the test and noticed that the list of supported
images contains the following object.

{id=30, providerId=30, name=UBUNTU, location={scope=PROVIDER, id=stub,
description=stub}, os={family=ubuntu, name=stub ubuntu true,
version=10.04, description=stub ubuntu true, is64Bit=true},
description=stub ubuntu true, status=AVAILABLE, loginUser=root}

Its osDescription is 'stub ubuntu true' but
ConfigToTemplateBuilderSpec adds the following predicate

template.put("osDescriptionMatches",
"^(?!.*(daily|testing)).*ubuntu-images.*$");

When I changed this to

template.put("osDescriptionMatches", "stub ubuntu true");

the StartServicesActionTest is green again.

However, I am confused why I have this problem and everyone else does
not. Which piece of software manages these template definitions that
may be different in my setup?

Cheers,

Frank

On Sat, Oct 13, 2012 at 5:23 PM, Jean-Baptiste Onofré <[email protected]> wrote:
> +1 (non binding)
>
> Tested with Karaf and ServiceMix.
>
> Regards
> JB
>
>
> On 10/12/2012 05:34 PM, Tom White wrote:
>>
>> This is the first release candidate for Apache Whirr, version 0.8.1.
>>
>> It fixes the following issues:
>>
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12322955&styleName=Html&projectId=12311110
>>
>> *** Please download, test and vote by Monday 15 October 2012.
>>
>> Note that we are voting upon the source (tag), binaries are provided
>> for convenience.
>>
>> Source and binary files:
>> http://people.apache.org/~tomwhite/whirr-0.8.1-candidate-0
>>
>> Maven staging repo:
>> https://repository.apache.org/content/repositories/orgapachewhirr-127
>>
>> The tag to be voted upon:
>>
>> https://git-wip-us.apache.org/repos/asf?p=whirr.git;a=tag;h=1250a90a8a29e650b98dde30d65b7f7360c906e1
>>
>> Whirr's KEYS file containing PGP keys we use to sign the release:
>> http://svn.apache.org/repos/asf/whirr/dist/KEYS
>>
>> Thanks,
>> Tom
>>
>
> --
> Jean-Baptiste Onofré
> [email protected]
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>

Reply via email to