Re: Trying CloudStack

2014-05-30 Thread Antone Heyward
The warnings should be ok to ignore Maden. When you run the get rpmversion=4.3 you should see: [root@centos65base cldstk-deploy]# python cldstk-deploy.py get rpmversion=4.3 --2014-05-30 20:09:55-- https://www.dropbox.com/sh/7fa1j6ymap1wrgu/BXfoDzUNWy/cloudstack-4.3.0-rpms.tar.gz Resolving www

Re: Trying CloudStack

2014-05-30 Thread Madan Ganesh V
Just an input from myside. Found the simstack + vagrant way of deploying cloudstack very very productive. https://github.com/runseb/simstack I could get the appliance up in roughly 2 hrs (on a decent download link!). Cheers, Madan On 31 May 2014 at 6:14:46 am, Yiping Zhang ([email protected]) w

Re: Trying CloudStack

2014-05-30 Thread Yiping Zhang
I just started trying out CloudStack also, and cldstk-deploy seems to be a good starting point for me. So I download it and followed instructions to run it. However, I am get some errors: 1) when I run "python cldstk-deploy.py setup all², I see following warnings: npm WARN engine [email protected]:

Re: vrouters cannot start after upgrade from 4.2.1 to 4.3

2014-05-30 Thread Zack Payton
When you deleted the systemvm-kvm-4.3 template and it gave you the error message "Cannot use reserved names for templates" how did you reinstall? On Wed, Mar 26, 2014 at 1:39 PM, stevenliang wrote: > now my host is normal, and ssvm started, but cpvms and vrouters are still > in "Stopped" state.

RE: Unable to deploy guest vm

2014-05-30 Thread Chandan Purushothama
Hello Tejas, May I know whether you can access the DomR via vCenter and check if the DomR has a link local IP Address ( 169.254.x.x) ? Looks like the DomR didn’t get a link local IP Address, Thank you, Chandan. -Original Message- From: Tejas Gadaria [mailto:[email protected]] Sent

RE: Usage Server in 4.3

2014-05-30 Thread Fabrice Brazier
Thanks Sébastien. Fabrice -Message d'origine- De : sebgoa [mailto:[email protected]] Envoyé : vendredi 30 mai 2014 18:37 À : [email protected] Objet : Re: Usage Server in 4.3 On May 30, 2014, at 5:02 PM, Fabrice Brazier wrote: > Hi David, > > There was an issue with mysql con

RE: Can't create VM under specific account

2014-05-30 Thread Geoff Higginbottom
Hi Peter, Glad to hear you got it sorted Regards Geoff Higginbottom D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 [email protected] -Original Message- From: Peter Sadowski [mailto:[email protected]] Sent: 30 May 2014 18:04 To: [email protected]

RE: Can't create VM under specific account

2014-05-30 Thread Peter Sadowski
Hi Geoff, Thank you for the reply. I agree that the log and errors are rather cryptic. It took me some time to figure it out, the portion with not able to contact the virtual router. After I rebooted the virtual router under this account I was able to create new VM's. -Original Message--

Re: Usage Server in 4.3

2014-05-30 Thread sebgoa
On May 30, 2014, at 5:02 PM, Fabrice Brazier wrote: > Hi David, > > There was an issue with mysql connector. Starting 4.3 mysql connector is > no longer bundled with ACS. > I created a symbolic link to make it available to usage server: > ln -s /usr/share/java/mysql-connector-java.jar > /usr/sh

RE: Can't create VM under specific account

2014-05-30 Thread Geoff Higginbottom
Hi Peter, The log section you included does not appear to highlight the error, but have you checked ALL of the Accounts limits, such as total number of vCPUs across all VMs etc. Regards Geoff Higginbottom D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 geoff.higginbot...@shapebl

Can't create VM under specific account

2014-05-30 Thread Peter Sadowski
Hello, I'm having a strange issue under one account, which cannot spin up a VM. I have plenty of capacity in terms of cpu/memory/storage, but for some reason the VM creation fails. When trying with different accounts, VM's are created no problems. Any pointers would be appreciated. The error log

RE: Usage Server in 4.3

2014-05-30 Thread Fabrice Brazier
Hi David, There was an issue with mysql connector. Starting 4.3 mysql connector is no longer bundled with ACS. I created a symbolic link to make it available to usage server: ln -s /usr/share/java/mysql-connector-java.jar /usr/share/cloudstack-usage/lib/mysql-connector-java.jar This issue is being

Usage Server in 4.3

2014-05-30 Thread David Matteson
Hey all, We upgraded to 4.3 yesterday and now the usage server gives the following error: java.sql.SQLException: No suitable driver found for jdbc:mysql://127.0.0.1:3306/cloud?autoReconnect=true&prepStmtCacheSize=517&cachePrepStmts=true Anyone else run into this or have a solution? Thanks!

RE: Trying CloudStack

2014-05-30 Thread Jeff Moody
Yes. What tuna is doing is building support for launching Docker containers via the CloudStack API. This is a project to run CloudStack management services inside Docker containers. Eventually this may even include a Vagrantfile to launch a KVM or XenServer VM and build a micro devcloud that's

Unable to deploy guest vm

2014-05-30 Thread Tejas Gadaria
SSVM & Console proxy working fine. while trying to create vm from ISO on new setup it throws below exception. 2014-05-30 16:42:20,358 ERROR [c.c.h.v.r.VmwareResource] (DirectAgent-62:ctx-97ac79ab 10.129.137.199) Unable to execute ping command on DomR (null), domR may not be ready yet. failure due

Re: Can user-DomainAmin create his own isolated network without VPC ?

2014-05-30 Thread Andrija Panic
Hi Sanjeev, I appologise for maybe being a noob - as ACS Admin, I created Network Offerinng, with no services, and literally nothing selected on the form except for the Name, Desc and Tag...(type Isolated and all fields/checkboxes empty) (Advance Zone, VLAN isolation method) After I login as regul

RE: Can user-DomainAmin create his own isolated network without VPC ?

2014-05-30 Thread Sanjeev Neelarapu
Hi, Any account/domain can create isolated network and not necessarily to be an Admin to create an isolated network. But account of type user (Without admin previleges) can't create any network offering. But can use the existing network offering created by admin to create networks. Thanks, San

Can user-DomainAmin create his own isolated network without VPC ?

2014-05-30 Thread Andrija Panic
Hi, I think I have read somewhere that isolated network can only by created by ACS Admin and dedicated to some account/domain. Is it possible to make some Network Offering for isolated network, so the User/DomainAdmin can create new Isolated Network but without using VPC feature ? User want's to

Re: Trying CloudStack

2014-05-30 Thread hossein zabolzadeh
@ilya, Thanks a lot. Really nice. That is what I am looking for. On Fri, May 30, 2014 at 1:30 AM, ilya musayev wrote: > Hi Jeff, > > Glad to see you on mailing lists :) > > Tuna did a talk and some integration with CloudStack and Docker. Are you > doing something of your own? > > If not, search