Re: Launch a VM (not from a template)

2014-09-23 Thread Nitin Mehta
Marcus - I think its possible even now in CS. I don¹t think we need another api. 1. You can create a vm using the deployvm api with flag startvm=false. This would create vm and its corresponding resources db records without actually creating them. You can give a dummy template for now as it still

Re: Review Request 25771: Adding new test case to verify the fix provided in bug CLOUDSTACK-6172

2014-09-23 Thread sanjeev n
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25771/ --- (Updated Sept. 23, 2014, 6:29 a.m.) Review request for cloudstack and

Re: Review Request 25685: Fixed the test_usage.py script bug - CLOUDSTACK-7555

2014-09-23 Thread SrikanteswaraRao Talluri
On Sept. 16, 2014, 11:25 a.m., SrikanteswaraRao Talluri wrote: test/integration/component/test_usage.py, line 748 https://reviews.apache.org/r/25685/diff/1/?file=690448#file690448line748 Please change this to self.account.name and self.account.domainid Chandan Purushothama wrote:

Re: schema-430to440.sql: not same file in master and 4.4 branches

2014-09-23 Thread Daan Hoogland
On Mon, Sep 22, 2014 at 11:01 PM, Pierre-Luc Dion pd...@cloudops.com wrote: Look like current file: setup/db/db/schema-430to440.sql are not same in master branch and 4.4. This is a problem I guest. at least this file is the reason why in 4.4.0 and 4.4.1 we can't create vm using

Re: Review Request 25771: Adding new test case to verify the fix provided in bug CLOUDSTACK-6172

2014-09-23 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25771/#review54258 --- Ship it! Ship It! - SrikanteswaraRao Talluri On Sept. 23, 2014,

Re: git commit: updated refs/heads/master to b8795d8

2014-09-23 Thread Daan Hoogland
Frank I had a look at this commit and found an issue with it. Please look at my comments in the last file: On Tue, Sep 23, 2014 at 12:53 AM, frankzh...@apache.org wrote: ​... Branch: refs/heads/master Commit: b8795d88796aa5b9a736fff3ad6fbcf5d6f2b825 Parents: 6655d8f Author: Frank Zhang

Re: Review Request 25580: Adding test case to verify fix for issue Create volume from custom disk offering does not work as expected

2014-09-23 Thread sanjeev n
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25580/#review54259 --- Ship it! commit 0d5a435f7669eddd44a6b62317fe26bb1d96e96c Author:

baremetal in master and 4.4

2014-09-23 Thread Daan Hoogland
Frank, Can you have a look at commit 781ad96b04c9030fc1c0a0401145414e7f3978aa ? It is only on master, not on 4.4 but it contains a change in schema-430to440.sql I'd say the easiest remedy is to revert and recreate with the db change in another db upgrade file. -- Daan

Re: console proxy HTTPS in 4.3.1, static option, clarification please

2014-09-23 Thread France
Thank you for your answer. On 22 Sep 2014, at 18:58, Amogh Vasekar amogh.vase...@citrix.com wrote: Hi, No, option (3) is not fully supported yet since it needs integration with a load balancer for all console proxy VM ips. Please see the note at

Review Request 25933: CLOUDSTACK-7408: Fixed - Private key of the ssh keypair was getting corrupted

2014-09-23 Thread Gaurav Aradhye
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25933/ --- Review request for cloudstack, Santhosh Edukulla and SrikanteswaraRao Talluri.

Review Request 25934: Fixed various bugs in AlertsSyslogAppender

2014-09-23 Thread Anshul Gangwar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25934/ --- Review request for cloudstack, Devdeep Singh and Sateesh Chodapuneedi. Bugs:

Build failed in Jenkins: simulator-singlerun #421

2014-09-23 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/421/changes Changes: [sanjeev] Creating custom disk does not work as expected [Daan Hoogland] CLOUDSTACK-6603 [Upgrade]DB Exception while Autoscale monitoring after upgrading from 4.3 to 4.4 --

conf values for 4.4 from master

2014-09-23 Thread Daan Hoogland
Sheng, these two lines where added by you to the file schema-430to440.sql in master but not in 4.4 INSERT INTO `cloud`.`configuration`(category, instance, component, name, value, description, default_value) VALUES ('Advanced', 'DEFAULT', 'NetworkOrchestrationService',

Build failed in Jenkins: simulator-singlerun #422

2014-09-23 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/422/ -- [...truncated 8851 lines...] WARNING: Provided file does not exist: http://jenkins.buildacloud.org/job/simulator-singlerun/ws/developer/../utils/conf/db.properties.override

Re: conf values for 4.4 from master

2014-09-23 Thread Daan Hoogland
I see one more of them: INSERT INTO `cloud`.`configuration`(category, instance, component, name, value, description, default_value) VALUES ('Advanced', 'DEFAULT', 'NetworkOrchestrationService', 'router.redundant.vrrp.interval', '1', 'seconds between VRRP broadcast. It would 3 times broadcast fail

Re: Marvin Package?

2014-09-23 Thread Rohit Yadav
Hi David, On 22-Sep-2014, at 4:54 am, David Nalley da...@gnsa.us wrote: Sharing things on pypi is a distribution channel for end users - if it's done by the project, it must be voted on and released. If it's done by an individual, they can't post anything they want, but we'll have to insist

RE: Launch a VM (not from a template)

2014-09-23 Thread Adrian Lewis
I'm glad to see that there's a potential workaround for this. Perhaps this should be somehow incorporated in the installation process to allow smaller setups to be implemented on hypervisors with existing VMs. The main benefit in my mind though is as the OP suggests - DRaAS. I think that having a

Re: FTP connection tracking modules missing in VR after upgrade to 4.3.1; Which release will contain the fix?

2014-09-23 Thread Rohit Yadav
Hi France, On 22-Sep-2014, at 1:09 pm, France mailingli...@isg.si wrote: Hi guys, i have upgraded from 4.1.1 to 4.3.1 over the weekend. Amongst other regressions i have found this one: https://issues.apache.org/jira/browse/CLOUDSTACK-7517 So it looks like it is already well known bug and

Re: Review Request 25536: Adding new test case to verify the fix for issue Exception when attaching data disk to Rhel vm on vSphere

2014-09-23 Thread sanjeev n
On Sept. 19, 2014, 6:03 a.m., SrikanteswaraRao Talluri wrote: test/integration/component/test_escalations_vmware.py, line 19 https://reviews.apache.org/r/25536/diff/1/?file=685097#file685097line19 can you please avoid import * ? commit 5fb2b3a0d24c2bcda0745a6b8ff59fae5651e054

Re: CloudStack Docker and Mesos Support

2014-09-23 Thread sebgoa
On Sep 17, 2014, at 12:28 PM, Sebastien Goasguen run...@gmail.com wrote: On Sep 16, 2014, at 7:20 PM, ilya musayev ilya.mailing.li...@gmail.com wrote: Hi all, Would you know where we stand with Mesos and Docker? That's a big question. Mesos is a resource allocator that

[ERROR] Failed create template from snapshot The uuid you supplied was invalid.

2014-09-23 Thread raja sekhar
Hi All, I have upgraded ACS 4.3 to 4.4.0.From that time onwards the root volume snapshots are not taking properly, sometimes the snapshots are taking and sometimes the snapshots stuck in ERROR state. when ever i want to create template from a backedup snapshot i'm getting the error Failed create

[GitHub] cloudstack pull request: VPC and Virtual Network Managers refactor...

2014-09-23 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/19#issuecomment-56522671 Hi @bhaisaab, I fixed the DHCP problem, tested all Advanced and Basic Marvin tests against the simulator and my XenServer environment. The commit has

[GitHub] cloudstack pull request: VPC and Virtual Network Managers refactor...

2014-09-23 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/19#issuecomment-56533161 Hi @wilderrodrigues I'll get back to you soon on this. Meanwhile, just to reconfirm have you tested it for both basic and advance networks for Xen? If so, I'll just

Sorry for the Spam.

2014-09-23 Thread David Bierce
Sorry for the spam. Apple mail decided apache dev list was the destination for our internal mailing list. It has been fixed. Thanks, David Bierce Senior System Administrator | Appcore Office +1.800.735.7104 Direct +1.515.612.7801 www.appcore.com

[GitHub] cloudstack pull request: VPC and Virtual Network Managers refactor...

2014-09-23 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/19#issuecomment-56536147 Yeah, please do it for Xen and see if it works for basic VM life cycle. I've some $dayjob stuff to do so I may not be able to test your PR this week with KVM. ---

[GitHub] cloudstack pull request: VPC and Virtual Network Managers refactor...

2014-09-23 Thread wilderrodrigues
Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/19#issuecomment-56535474 Hi Rohit, For xen I did only advanced. With simulator both. I can do basic for xen if you need aome help. Cheers, Wilder

Re: Marvin Package?

2014-09-23 Thread David Nalley
On Tue, Sep 23, 2014 at 7:26 AM, Rohit Yadav rohit.ya...@shapeblue.com wrote: Hi David, On 22-Sep-2014, at 4:54 am, David Nalley da...@gnsa.us wrote: Sharing things on pypi is a distribution channel for end users - if it's done by the project, it must be voted on and released. If it's done

Cloudstack Mirror

2014-09-23 Thread David Bierce
We now have a mirror of cloudstack locally. http://mirror.appcore.com/cloudstack/ Contains both cloudstack signed RPM and DEBs /rhel for the rpm repo for YUM /ubuntu for the deb repo for APT This is also a mirror of the all the systemvms for all versions in /systemvms Thanks, David Bierce

Jenkins build is back to normal : simulator-singlerun #423

2014-09-23 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/423/changes

RE: baremetal in master and 4.4

2014-09-23 Thread Frank Zhang
Thanks Daan. When I wrote this schema, schema-430to440.sql was the latest one I could find. I have moved it to schema-441to450.sql From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: Tuesday, September 23, 2014 2:00 AM To: Frank Zhang Cc: dev Subject: baremetal in master and 4.4 Frank,

Re: conf values for 4.4 from master

2014-09-23 Thread Sheng Yang
Hi Daan, These are already added for 4.4's schema-430to440.sql (and your second mail is the same as the first case of first mail...) dcb0db6084 (Sheng Yang 2014-04-16 20:13:16 -0700 1660) INSERT INTO `cloud`.`configuration`(category, instance, component, name, value, description,

Re: [01/50] git commit: updated refs/heads/master to 1290e10

2014-09-23 Thread Hugo Trippaers
Hey David, This is one of the requests that came in using the “new github pull request thing. The big advantage is that we leverage the nice things from github. Part of doing it that way means we keep the history of the original developer intact. With review board we typically get one smashed

Re: [01/50] git commit: updated refs/heads/master to 1290e10

2014-09-23 Thread Rohit Yadav
Hi David, On 23-Sep-2014, at 8:31 pm, David Nalley da...@gnsa.us wrote: Where was the merge request for this huge merge to master? (it was at 50 commit emails, when it stopped sending, ) We have passed feature freeze for 4.5.0, so I am confused as why this was merged. Is there a reason not to

[GitHub] cloudstack pull request: CLOUDSTACK-7143: Refactoring of the syste...

2014-09-23 Thread lsimons
Github user lsimons commented on the pull request: https://github.com/apache/cloudstack/pull/16#issuecomment-56589622 Thanks for all the help Rohit! I'm sure to most people some bash script rearrangement looks boring, but nevermind that, to me it just feels good to sumbit more than

Re: [01/50] git commit: updated refs/heads/master to 1290e10

2014-09-23 Thread David Nalley
On Tue, Sep 23, 2014 at 4:44 PM, Rohit Yadav rohit.ya...@shapeblue.com wrote: Hi David, On 23-Sep-2014, at 8:31 pm, David Nalley da...@gnsa.us wrote: Where was the merge request for this huge merge to master? (it was at 50 commit emails, when it stopped sending, ) We have passed feature

Re: [01/50] git commit: updated refs/heads/master to 1290e10

2014-09-23 Thread Rohit Yadav
Hi David, On 23-Sep-2014, at 11:50 pm, David Nalley da...@gnsa.us wrote: Yes, GH PR is exactly like the Review Board emails in this particular aspect. My question is why is this merged into master rather than a feature branch, and why no [MERGE] email as per:

[GitHub] cloudstack pull request: VPC and Virtual Network Managers refactor...

2014-09-23 Thread bhaisaab
Github user bhaisaab commented on the pull request: https://github.com/apache/cloudstack/pull/19#issuecomment-56598885 Hi, I was recently reminded about the branch merging process. Once you're confident with your testing of Xen/KVM please send a merge request on dev ML and follow:

SystemVM file name changes

2014-09-23 Thread Ian Duffy
Hi All, I noticed the filename of the generated systemvms changed on http://jenkins.buildacloud.org/job/build-systemvm64-master/ They now include a [0-9]* before the hypervisor name representing the build number. Why do we do this? Its annoying for external resources linking to the last

Build failed in Jenkins: simulator-singlerun #428

2014-09-23 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/428/changes Changes: [anthony.xu] removed unused class [sheng.yang] CLOUDSTACK-7436: Fix automation test on RvR status detection -- [...truncated 8872 lines...] [INFO] BUILD SUCCESS [INFO]

[ACS441] merge request: hotfix/4.4-7574

2014-09-23 Thread Pierre-Luc Dion
Hi Dahn, can you merge this branch into 4.4, I've test creation of windows 8.1, 2012r2 and centos6.5 on xenserver. Thanks, Pierre-Luc

Re: [ACS441] merge request: hotfix/4.4-7574

2014-09-23 Thread Amogh Vasekar
Hi, Do we claim support for these OS on vmware too? Amogh On 9/23/14 5:44 PM, Pierre-Luc Dion pd...@cloudops.com wrote: Hi Dahn, can you merge this branch into 4.4, I've test creation of windows 8.1, 2012r2 and centos6.5 on xenserver. Thanks, Pierre-Luc

Build failed in Jenkins: simulator-singlerun #429

2014-09-23 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/429/changes Changes: [pdion891] CLOUDSTACK-7574, CREATE TABLE cloud.baremetal_rct [pdion891] remove table baremetal_rct crate from schema-440to441.sql,already in schema-441to450.sql [anthony.xu] throw timeout exception when lock

Re: [ACS441] merge request: hotfix/4.4-7574

2014-09-23 Thread Pierre-Luc Dion
I guest so, but I don't know the OS name to define in VMware :-S I don't have a VMware system in hand. *Pierre-Luc DION* Architecte de Solution Cloud | Cloud Solutions Architect t 855.652.5683 *CloudOps* Votre partenaire infonuagique* | *Cloud Solutions Experts 420 rue Guy *|* Montreal *|*