[jira] [Created] (CLOUDSTACK-569) Host remains in Connecting states after host restarted(Xenserver 6.0.2)

2012-11-30 Thread Sung Ho Kim (JIRA)
Sung Ho Kim created CLOUDSTACK-569: -- Summary: Host remains in Connecting states after host restarted(Xenserver 6.0.2) Key: CLOUDSTACK-569 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-569 Pro

[jira] [Updated] (CLOUDSTACK-569) Host remains in Connecting states after host restarted(Xenserver 6.0.2)

2012-11-30 Thread Sung Ho Kim (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sung Ho Kim updated CLOUDSTACK-569: --- Attachment: screenshot-1.jpg > Host remains in Connecting states after host restarted

[jira] [Created] (CLOUDSTACK-570) How to analysis cloudstack source code

2012-11-30 Thread charles_sysu (JIRA)
charles_sysu created CLOUDSTACK-570: --- Summary: How to analysis cloudstack source code Key: CLOUDSTACK-570 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-570 Project: CloudStack Issue

[jira] [Updated] (CLOUDSTACK-569) Host remains in Connecting states after host restarted(Xenserver 6.0.2)

2012-11-30 Thread Sung Ho Kim (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sung Ho Kim updated CLOUDSTACK-569: --- Attachment: screenshot-2.jpg > Host remains in Connecting states after host restarted

Re: New DevCloud Appliance

2012-11-30 Thread Charles Moulliard
I think that there is a missing info in the blog entry ( http://rohityadav.in/logs/devcloud/) This command should be executed after compilation to deploy config in the DB of the management server : mvn -P developer -pl tools/devcloud -Ddeploysvr But we get this error : Traceback (most recent ca

Re: New DevCloud Appliance

2012-11-30 Thread Sebastien Goasguen
Charles, looks to me like a missing dependency in Rohit's image, try: root@devcloud:~# easy_install mysql-connector-python Searching for mysql-connector-python Reading http://pypi.python.org/simple/mysql-connector-python/ Reading http://dev.mysql.com/doc/connector-python/en/index.html Reading http

Review Request: Default admin user account will not be created in clean setup

2012-11-30 Thread Hiroaki Kawai
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8293/ --- Review request for cloudstack. Description --- Current com.cloud.server.Con

Re: Review Request: Default admin user account will not be created in clean setup

2012-11-30 Thread Hiroaki Kawai
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8293/ --- (Updated Nov. 30, 2012, 11:09 a.m.) Review request for cloudstack. Description

Re: New DevCloud Appliance

2012-11-30 Thread Charles Moulliard
Have installed the missing mysql python package but there is a mysql error now : mvn -P developer -pl tools/devcloud -Ddeploysvr [INFO] Scanning for projects... [INFO] [INFO] [INFO] Building Apache CloudStack Developer Tools

Review Request: Store NetworkServiceProvider connectivity service configuration in database.

2012-11-30 Thread Hiroaki Kawai
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8294/ --- Review request for cloudstack. Description --- There are 13 services define

[ACS401] Freeze for 4.0.1 pushed to Tuesday

2012-11-30 Thread Joe Brockmeier
Hi all, We still have a few blocker bugs for 4.0.1 and a few more things I'd like to merge for 4.0.1 before freeze. I'm going to push the freeze to Tuesday of next week (December 4), and adjust the rest of the schedule accordingly. Best, Joe -- Joe Brockmeier j...@zonker.net Twitter: @jzb

Re: back in the game, deploying to devcloud

2012-11-30 Thread James Martin
Rohit, I've spent quite a bit of time fixing all the veewee and vagrant configs in tools devcloud, and also re-rewirting the puppet stuff. I understand that you create the image yourself because it's a hassle to do so yourself. My work has alleviated that problem. RIght now the fruit of my labo

Re: back in the game, deploying to devcloud

2012-11-30 Thread Charles Moulliard
There is a wiki page here : https://cwiki.apache.org/CLOUDSTACK/building-devcloud.html On Fri, Nov 30, 2012 at 3:16 PM, James Martin wrote: > Rohit, > > I've spent quite a bit of time fixing all the veewee and vagrant > configs in tools devcloud, and also re-rewirting the puppet stuff. I > und

Regarding the bug CLOUDSTACK-568

2012-11-30 Thread Bharat Kumar
Hi everyone, This mail is to elaborate on this bug and to discuss on the possible solutions. So the Bug is about the source template id . As the name suggests the source template id is used to determine the source from which a template is created or a vm is created. This can be used for billing p

Re: back in the game, deploying to devcloud

2012-11-30 Thread James Martin
Charles, I checked out the link, it doesn't make a mention of how to get the build to the vm. - James On Fri, Nov 30, 2012 at 9:31 AM, Charles Moulliard wrote: > There is a wiki page here : > https://cwiki.apache.org/CLOUDSTACK/building-devcloud.html > > > On Fri, Nov 30, 2012 at 3:16 PM, James

Re: back in the game, deploying to devcloud

2012-11-30 Thread Sebastien Goasguen
Maybe I can help with a bit of context here, After Edison released the first devcloud, Chip started to automate the building of devcloud. He contributed some early code in /tools/devcloud which used veewee/vagrant and puppet to build the image automatically. I tested it and created the wiki pag

RE: New DevCloud Appliance

2012-11-30 Thread Rohit Yadav
Charles, this simply deploys a basic zone using configuration from tools/devcloud/devcloud.cfg The problem I see is that it's unable to create a connection to mgmt server. You can start mgmt server and manually add a basic zone. Checklist: - Are you running your mgmt server on host os (192.168.5

Re: back in the game, deploying to devcloud

2012-11-30 Thread James Martin
Sebastien, Thanks for the context. An IRC meetup would be great. -James On Fri, Nov 30, 2012 at 9:58 AM, Sebastien Goasguen wrote: > Maybe I can help with a bit of context here, > > After Edison released the first devcloud, Chip started to automate the > building of devcloud. He contributed

Re: New DevCloud Appliance

2012-11-30 Thread Charles Moulliard
Hi Rohit, This is my fault. I always forget to start first the servers (mvn -pl :cloud-client-ui jetty:run) and after this command to deploy / configure the cloud (mvn -P developer -pl tools/devcloud -Ddeploysvr). This is in order and works fine on 192.168.56.190. Nevertheless, I cannot upload an

Re: New DevCloud Appliance

2012-11-30 Thread Charles Moulliard
Here is the result of what I get after running the command ssvm-check.sh on devcloud2 machine running in VB (192.168.56.10) ./ssvm-check.sh cat: /var/cache/cloud/cmdline: No such file or directory First DNS server is 10.0.3.3 PING 10.0.3.3 (10.0.3

RE: [jira] [Comment Edited] (CLOUDSTACK-563) Unable to create guest network in UI for Advanced Zone

2012-11-30 Thread Musayev, Ilya
Hi Dave, Yes I do have Virtual Providers enabled. I used the GUI for the most part to create the advanced zone. I checked on virtual providers, I have Virtual Router and VPC enabled. I disabled VPC because its not applicable shared network and is now disabled. I also used CloudMonkey for part

[jira] [Commented] (CLOUDSTACK-563) Unable to create guest network in UI for Advanced Zone

2012-11-30 Thread Musayev, Ilya (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507426#comment-13507426 ] Musayev, Ilya commented on CLOUDSTACK-563: -- Hi Dave, Yes I do have Virtual P

RE: back in the game, deploying to devcloud

2012-11-30 Thread Rohit Yadav
Hi Sebastien, you're right the work on automation of building the DevCloud appliance is still pending as per new network and developer workflow scheme described in the blog: http://rohityadav.in/logs/devcloud/ I would suggest James goes ahead and fixes the automation of appliance building. If he

RE: New DevCloud Appliance

2012-11-30 Thread Rohit Yadav
There can be multiple issues here, make sure your mgmt host is correct in global settings. Next, check that following are appropriate (may be some different values for your case) in global settings too: management.network.cidr is 192.168.56.0/24 secstorage.allowed.internal.sites is 192.168.56.0/8

Re: New DevCloud Appliance

2012-11-30 Thread Charles Moulliard
On 30/11/12 17:27, Rohit Yadav wrote: management.network.cidr is 192.168.56.0/24 secstorage.allowed.internal.sites is 192.168.56.0/8 Rohit, As I use same config as you, the following values are the same : management.network.cidr is 192.168.56.0/24 secstorage.allowed.internal.sites is 192.168.5

Re: New DevCloud Appliance

2012-11-30 Thread Charles Moulliard
Can we change the ports number accepted by CloudStack as only 80 & 443 are allowed to upload an ISO image ? On Fri, Nov 30, 2012 at 6:07 PM, Charles Moulliard wrote: > On 30/11/12 17:27, Rohit Yadav wrote: > >> management.network.cidr is 192.168.56.0/24 >> secstorage.allowed.internal.**sites is

[jira] [Created] (CLOUDSTACK-571) cloudstack UI - network menu - guest network section - network detailView - edit action - network offering upgrade is not allowed in Shared network.

2012-11-30 Thread Jessica Wang (JIRA)
Jessica Wang created CLOUDSTACK-571: --- Summary: cloudstack UI - network menu - guest network section - network detailView - edit action - network offering upgrade is not allowed in Shared network. Key: CLOUDSTACK-571

[jira] [Resolved] (CLOUDSTACK-571) cloudstack UI - network menu - guest network section - network detailView - edit action - network offering upgrade is not allowed in Shared network.

2012-11-30 Thread Jessica Wang (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jessica Wang resolved CLOUDSTACK-571. - Resolution: Fixed Author: Jessica Wang #mailto:jessica.w...@citrix.com Date:

Re: New DevCloud Appliance

2012-11-30 Thread Charles Moulliard
Rohit, Even, If I use a local HTTP Server, there is still an issue with the DevCloud2.ova image with NFS. WARN [cloud.resource.DiscovererBase] (ClusteredAgentManager Timer:) Unable to configure resource due to Can not create slave connection to 192.168.56.10 WARN [agent.manager.AgentManagerImpl

Re: New DevCloud Appliance

2012-11-30 Thread Sebastien Goasguen
Charles, The 10.0.0.3 address in your SSVM is suspect. Can you make sure you have the last version of /tools/devcloud/devcloud.cfg ? I manage to upload a new image, running a web server on my local machine with: sudo python -m SimpleHTTPServer 443 The SSVM should be able to ping the host on whi

Re: New DevCloud Appliance

2012-11-30 Thread Sebastien Goasguen
Charles, I just posted a screencast. The one thing different is that I am actually running cloudstack locally and using devcloud as a host. http://sebgoa.blogspot.com/2012/11/testing-cloudstack-41-with-devcloud.html On Nov 30, 2012, at 7:19 PM, Charles Moulliard wrote: > Thx Sebastien. If I co

Re: New DevCloud Appliance

2012-11-30 Thread Charles Moulliard
The link is wrong ... On Fri, Nov 30, 2012 at 7:42 PM, Sebastien Goasguen wrote: > Charles, I just posted a screencast. The one thing different is that I am > actually running cloudstack locally and using devcloud as a host. > > http://sebgoa.blogspot.com/2012/11/testing-cloudstack-41-with-devcl

Re: New DevCloud Appliance

2012-11-30 Thread Sebastien Goasguen
my bad, did not publish it, can you try again On Nov 30, 2012, at 7:45 PM, Charles Moulliard wrote: > The link is wrong ... > > > On Fri, Nov 30, 2012 at 7:42 PM, Sebastien Goasguen wrote: > >> Charles, I just posted a screencast. The one thing different is that I am >> actually running cloud

Re: Review Request: S3-backed Secondary Storage

2012-11-30 Thread Rohit Yadav
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8123/#review13904 --- John, thanks for patch. Much better now. Can you check, why the code

RE: back in the game, deploying to devcloud

2012-11-30 Thread Rohit Yadav
James, we've weekly IRC meetings, maybe you can join us next Wednesday. Watchout on the mailing list, the meeting schedule is announced prior to the meeting on dev ml. Regards. From: James Martin [jmar...@basho.com] Sent: Friday, November 30, 2012 8:48 PM

RE: New DevCloud Appliance

2012-11-30 Thread Rohit Yadav
Yes, check your host IP in global settings, change to appropriate IP and restart mgmt server. Next, delete SSVM (they are stateless, don't worry). New ssvms would be able to get the templates from any IP within the secstorage internal cidr, 192.168.56.0/8 or any other value in your global settin

RE: New DevCloud Appliance

2012-11-30 Thread Rohit Yadav
I would too recommend you to run mgmt server locally on your host os and use devcloud only as Xen host and NFS server. Though, if you're developing inside it should work too, but you won't be able to debug it using your IDE (actually you can if you install gnome or kde on it and install intellij

RE: New DevCloud Appliance

2012-11-30 Thread Rohit Yadav
works for me: http://sebgoa.blogspot.com/2012/11/testing-cloudstack-41-with-devcloud.html From: Charles Moulliard [ch0...@gmail.com] Sent: Saturday, December 01, 2012 12:15 AM To: cloudstack-dev Subject: Re: New DevCloud Appliance The link is wrong ... O

Re: Review Request: S3-backed Secondary Storage

2012-11-30 Thread John Burwell
> On Nov. 30, 2012, 7:15 p.m., Rohit Yadav wrote: > > John, thanks for patch. Much better now. Can you check, why the code that > > configure db in the testclient is commented? > > tools/marvin/marvin/deployDataCenter.py > > For the actual functional review, Edison can help on storage and > >

[jira] [Created] (CLOUDSTACK-572) SG Enabled Advanced Zone - Not able to deploy a VM in an account specific shared network.

2012-11-30 Thread Alena Prokharchyk (JIRA)
Alena Prokharchyk created CLOUDSTACK-572: Summary: SG Enabled Advanced Zone - Not able to deploy a VM in an account specific shared network. Key: CLOUDSTACK-572 URL: https://issues.apache.org/jira/browse/C

[jira] [Created] (CLOUDSTACK-573) NPE at "com.cloud.network.NetworkManagerImpl.networkOfferingIsConfiguredForExternalNetworking(NetworkManagerImpl.java:4345)" when create network from the network offe

2012-11-30 Thread Alena Prokharchyk (JIRA)
Alena Prokharchyk created CLOUDSTACK-573: Summary: NPE at "com.cloud.network.NetworkManagerImpl.networkOfferingIsConfiguredForExternalNetworking(NetworkManagerImpl.java:4345)" when create network from the network offering having NULL prov

Re: back in the game, deploying to devcloud

2012-11-30 Thread James Martin
Ok, sounds good. I'll keep an eye out for next Weds. On Fri, Nov 30, 2012 at 2:20 PM, Rohit Yadav wrote: > James, we've weekly IRC meetings, maybe you can join us next Wednesday. > Watchout on the mailing list, the meeting schedule is announced prior to the > meeting on dev ml. > Regards. > __

[jira] [Resolved] (CLOUDSTACK-572) SG Enabled Advanced Zone - Not able to deploy a VM in an account specific shared network.

2012-11-30 Thread Alena Prokharchyk (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alena Prokharchyk resolved CLOUDSTACK-572. -- Resolution: Fixed Fixed with 1aa4ad6a3c5c051ff6fcb68e0bf2bd58c9ddedcc

[jira] [Resolved] (CLOUDSTACK-573) NPE at "com.cloud.network.NetworkManagerImpl.networkOfferingIsConfiguredForExternalNetworking(NetworkManagerImpl.java:4345)" when create network from the network off

2012-11-30 Thread Alena Prokharchyk (JIRA)
[ https://issues.apache.org/jira/browse/CLOUDSTACK-573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alena Prokharchyk resolved CLOUDSTACK-573. -- Resolution: Fixed Fixed with 7857b1f62ab905790e4dd96f6b19d7d67255b56c

Re: Review Request: S3-backed Secondary Storage

2012-11-30 Thread Rohit Yadav
> On Nov. 30, 2012, 7:15 p.m., Rohit Yadav wrote: > > John, thanks for patch. Much better now. Can you check, why the code that > > configure db in the testclient is commented? > > tools/marvin/marvin/deployDataCenter.py > > For the actual functional review, Edison can help on storage and > >

DhcpEntryCommand failed due to Exception: java.net.SocketTimeoutException

2012-11-30 Thread Musayev, Ilya
I need help with figuring this issue out - as I cant roll our cloudstack ENV into production. As of now, the only way to resolve this is to completely recreate the router VMs. This cripples the entire environment. My setup is documented here: https://cwiki.apache.org/confluence/display/CLOUDST