Re: how to detect when deployDataCenter.py has finished provisioning?

2014-03-30 Thread Marcus
I don't remember that script actually installing any templates. There's just the built-in template that is there even before the zone. Or is this specific to your devcloud.cfg? In my tests, after running deployDataCenter.py I call registerTemplate and install my own tiny template, then with the re

RE: how to detect when deployDataCenter.py has finished provisioning?

2014-03-30 Thread Santhosh Edukulla
Hi Chris, Ok, deployDataCenter has no command to register template and so further download it by CS. I believe its the listTemplate API which has a check to verify related hypervisor for a template and so list only when hypervisor is available. So, as such deployDataCenter is adding a host a

Re: how to detect when deployDataCenter.py has finished provisioning?

2014-03-30 Thread chris snow
It looks like a record gets added to the database for the 'tiny Linux' template when I run: mvn -P developer -pl developer,tools/devcloud -Ddeploydb Does running deployDataCenter.py start the template download when the hosts gets added, or does something else start the download? Many thanks, Ch

Re: Review Request 12228: static resource compression

2014-03-30 Thread Laszlo Hornyak
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12228/ --- (Updated March 30, 2014, 8:08 p.m.) Review request for cloudstack, Brian Federl

Re: how to detect when deployDataCenter.py has finished provisioning?

2014-03-30 Thread Marcus
When you enable the zone, the mgmt server detects no secondary storage vm, launches that, and also detects that there are templates that need to be downloaded. I'm not entirely sure of the mechanisms and what triggers, what, but it's kicked off indirectly when the zone is enabled. On Sun, Mar 30,

Re: how to detect when deployDataCenter.py has finished provisioning?

2014-03-30 Thread Marcus
And when I say 'you', I mean the deployDataCenter.py script. On Sun, Mar 30, 2014 at 5:13 PM, Marcus wrote: > When you enable the zone, the mgmt server detects no secondary storage > vm, launches that, and also detects that there are templates that need > to be downloaded. I'm not entirely sure o

Re: VMWare Compilation Issue

2014-03-30 Thread ilya musayev
Alex, Make sure that hostname is defined in etc hosts. This should take care of errors with tests. Regards ilya On 3/29/14, 2:02 AM, Alex Hitchins wrote: Well, a partial Huzzah - it builds OK with -DskipTests=true. I'm not going to let that spoil my happiness right now though. Regards A