Re: [ANNOUNCE] New committer: Karen Vuong

2015-03-20 Thread Rohit Yadav
Congratulations Karen, I appreciate your commitment to the project and its community! On 20-Mar-2015, at 10:10 am, Mike Tutkowski mike.tutkow...@solidfire.com wrote: Congratulations, Karen! On Thu, Mar 19, 2015 at 4:07 PM, Pierre-Luc Dion pd...@cloudops.com wrote: The Project Management

Re: cloudstack 4.4.2 + kvm resize data disk fail on ceph/rbd

2015-03-20 Thread Star Guo
Yes, I have found the difference between branch 4.4 and branch master: 4.4: https://github.com/apache/cloudstack/blob/4.4/plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java … 1844 try { 1845 KVMStoragePool pool =

Re: [VOTE] Apache CloudStack 4.5.1-rc1

2015-03-20 Thread Rohit Yadav
(+ users) Hi all, I've built signed centos63/centos7/debian repository out of this RC for your convenience: http://packages.shapeblue.com/cloudstack/testing/ 4.5 systemvm templates: http://packages.shapeblue.com/systemvmtemplate/4.5/ (If you're on 4.5.0. There is no need to upgrade your

Re: [DOCKER] cloudstack organisation

2015-03-20 Thread Sebastien Goasguen
On Mar 20, 2015, at 2:43 AM, Pierre-Luc Dion pd...@cloudops.com wrote: Look like some work as been done to have a Dockerfile in our repo which build a CloudStack container easily. I'm curious to know if one of us own the cloudstack organisation and if so, if it would make sense to start to

Re: [ANNOUNCE] New committer: Karen Vuong

2015-03-20 Thread Gaurav Aradhye
Congrats Karen! Regards, Gaurav On Fri, Mar 20, 2015 at 11:58 AM, Rohit Yadav rohit.ya...@shapeblue.com wrote: Congratulations Karen, I appreciate your commitment to the project and its community! On 20-Mar-2015, at 10:10 am, Mike Tutkowski mike.tutkow...@solidfire.com wrote:

RE: [ANNOUNCE] New committer: Karen Vuong

2015-03-20 Thread Paul Angus
Congratulations Karen! Regards, Paul Angus Cloud Architect D: +44 20 3468 5163 |S: +44 20 3603 0540 | M: +44 7711 418 784 | T: @CloudyAngus paul.an...@shapeblue.com -Original Message- From: Rohit Yadav [mailto:rohit.ya...@shapeblue.com] Sent: 20 March 2015 06:28 To:

[PROPOSAL] DHCP/DNS offload and config drive support for adv zone shared network

2015-03-20 Thread Jayapal Reddy Uradi
In advanced zone shared network if someone wants to use DHCP server outside the cloudstack, currently it can be done by not selecting the DHCP service But the problem here is that the VM actual ip is different from what cloudstack showing. If there are no services selected for the network

Re: Need a Jenkins account

2015-03-20 Thread Gaurav Aradhye
Thanks Talluri! Regards, Gaurav On Fri, Mar 20, 2015 at 3:10 PM, Srikanteswararao Talluri srikanteswararao.tall...@citrix.com wrote: Done. Details sent to your email. ~Talluri On 20/03/15 3:03 pm, Gaurav Aradhye gaurav.arad...@clogeny.com wrote: Hello all, I need a Jenkins account,

Build failed in Jenkins: simulator-4.5-singlerun #182

2015-03-20 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/182/changes Changes: [Rohit Yadav] appliance: after building systemvm template save the md5 checksums -- [...truncated 8874 lines...] Running query: create database `cloudbridge`

Need a Jenkins account

2015-03-20 Thread Gaurav Aradhye
Hello all, I need a Jenkins account, to examine current jobs and also to create a new job that will statically analyze the test cases added to repository and generate a report with any issues found with the script. It will use static code analyzers for python and we can expect a report generated

Re: [ANNOUNCE] New committer: Karen Vuong

2015-03-20 Thread Srikanteswararao Talluri
Congts Karen! ~Talluri On 20/03/15 2:15 pm, Daan Hoogland daan.hoogl...@gmail.com wrote: thanks for everything Karen, On Fri, Mar 20, 2015 at 9:20 AM, Paul Angus paul.an...@shapeblue.com wrote: Congratulations Karen! Regards, Paul Angus Cloud Architect D: +44 20 3468 5163 |S: +44 20

[GitHub] cloudstack pull request: CLOUDSTACK-8330: Tagging test cases which...

2015-03-20 Thread srikanteswartalluri
Github user srikanteswartalluri commented on the pull request: https://github.com/apache/cloudstack/pull/121#issuecomment-83984324 Looks good. As this change is only related to tagging the tests, i am not waiting for the CI build result to merge --- If your project is set up for

[GitHub] cloudstack pull request: CLOUDSTACK-8380: Adding automation test c...

2015-03-20 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/117#discussion_r26833788 --- Diff: tools/marvin/marvin/lib/common.py --- @@ -1395,3 +1396,218 @@ def isNetworkDeleted(apiclient, networkid, timeout=600):

Build failed in Jenkins: simulator-singlerun #1037

2015-03-20 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/1037/changes Changes: [Rohit Yadav] appliance: save md5 checksums after building systemvm templates -- [...truncated 10388 lines...] Running query: create database `cloud_usage`

Build failed in Jenkins: simulator-4.5-singlerun #183

2015-03-20 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/183/changes Changes: [Rohit Yadav] centos63: depend on java 1.7.0+ not java7 for packages -- [...truncated 8848 lines...] Running query: GRANT ALL ON cloud_usage.* to

[GitHub] cloudstack pull request: CLOUDSTACK-8380: Adding automation test c...

2015-03-20 Thread pritisarap12
Github user pritisarap12 commented on the pull request: https://github.com/apache/cloudstack/pull/117#issuecomment-83990945 Integrated review changes: Testcase result: Test Volume (root) Snapshot ... === TestName: test_01_volume_snapshot | Status : SUCCESS === ok

Re: [VOTE] Apache CloudStack 4.5.1-rc1

2015-03-20 Thread Rohit Yadav
+1 (with one centos6 rpm build fix required, read below) Advance zone testing with/without local storage, KVM: - VM lifecycle with and without local storage and vm's volume migrations (after vm was stopped) across 2 hosts - Password server, reset password. Stress tested password server, served

[GitHub] cloudstack pull request: CLOUDSTACK-8380: Adding automation test c...

2015-03-20 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/117#discussion_r26833707 --- Diff: tools/marvin/marvin/lib/base.py --- @@ -1143,9 +1149,6 @@ def register(cls, apiclient, services, zoneid=None, elif projectid

[GitHub] cloudstack pull request: CLOUDSTACK-8380: Adding automation test c...

2015-03-20 Thread gauravaradhye
Github user gauravaradhye commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/117#discussion_r26833819 --- Diff: tools/marvin/marvin/lib/common.py --- @@ -1395,3 +1396,218 @@ def isNetworkDeleted(apiclient, networkid, timeout=600):

Re: [PROPOSAL] DHCP/DNS offload and config drive support for adv zone shared network

2015-03-20 Thread Nux!
+1, good idea One thing though: let's make the config drive available for all types of zones, many people use the basic or adsg zones. Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - From: Jayapal Reddy Uradi

Re: Need a Jenkins account

2015-03-20 Thread Srikanteswararao Talluri
Done. Details sent to your email. ~Talluri On 20/03/15 3:03 pm, Gaurav Aradhye gaurav.arad...@clogeny.com wrote: Hello all, I need a Jenkins account, to examine current jobs and also to create a new job that will statically analyze the test cases added to repository and generate a report with

Re: [PROPOSAL] DHCP/DNS offload and config drive support for adv zone shared network

2015-03-20 Thread Marcus
I agree, that's generally the model, right? The network offering describes where the services come from. On Fri, Mar 20, 2015 at 12:16 PM, Alena Prokharchyk alena1...@gmail.com wrote: From the FS: Create empty network offering with no service selected. Only DHCP, DNS services are provided by

RE: [PROPOSAL] DHCP/DNS offload and config drive support for adv zone shared network

2015-03-20 Thread Adrian Lewis
Can't see the wiki at the moment as it's down for maintenance but on a slightly different but related note, would it be feasible to use DHCP relay functionality in dnsmasq on a VR and still get the IP address assigned by an external DHCP server registered into the ACS MS? Not quite sure if under

Re: [VOTE] Apache CloudStack 4.5.1-rc1

2015-03-20 Thread Nux!
+1 from me as well based on upgrade from 4.4.1 and ADV+SG zone tests. Thanks Rohit for the packages. Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - From: Rohit Yadav rohit.ya...@shapeblue.com To: dev@cloudstack.apache.org Sent:

RE: [VOTE] Apache CloudStack 4.5.1-rc1

2015-03-20 Thread Paul Angus
-1 Regression caused by https://issues.apache.org/jira/browse/CLOUDSTACK-8312 Causes: Unable to start instance due to can't find mapping in ObjectInDataStore table for: org.apache.cloudstack.storage.image.store.TemplateObject When trying to deploy system VM templates. Template gets copied to

Build failed in Jenkins: simulator-singlerun #1038

2015-03-20 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/1038/changes Changes: [Gaurav Aradhye] CLOUDSTACK-8330: Tagging test cases which should be run with vmware dvs configuration [talluri] Revert Merge branch '8330' of https://github.com/gauravaradhye/cloudstack; [talluri]

Jenkins build is unstable: simulator-4.5-singlerun #184

2015-03-20 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-4.5-singlerun/184/changes

Re: cloudstack 4.4.2 + kvm resize data disk fail on ceph/rbd

2015-03-20 Thread Marcus
I don't think we want to return null, it was changed in master because that method was prone to failing coverity scans and requiring a null check. It should just return 'RBD' when needed and then that format should be handled, null should not mean RBD. On Thu, Mar 19, 2015 at 11:50 PM, Star Guo

Re: [ANNOUNCE] New committer: Karen Vuong

2015-03-20 Thread Karen Vuong
Thank you all! - Karen On Fri, Mar 20, 2015 at 2:43 AM, Srikanteswararao Talluri srikanteswararao.tall...@citrix.com wrote: Congts Karen! ~Talluri On 20/03/15 2:15 pm, Daan Hoogland daan.hoogl...@gmail.com wrote: thanks for everything Karen, On Fri, Mar 20, 2015 at 9:20 AM, Paul

Re: [DISCUSS] Automating SystemVM template creation for VMWare

2015-03-20 Thread Daan Hoogland
Rohit, why don't you look into the systemvm jobs. These should produce vmware images as well. If not, we have some jobs that do work on our internal jenkins. Those we use for a vmware zone so these must work correctly. On Fri, Mar 20, 2015 at 10:57 AM, Rohit Yadav rohit.ya...@shapeblue.com wrote:

Re: [PROPOSAL] DHCP/DNS offload and config drive support for adv zone shared network

2015-03-20 Thread Marcus
There are some native hypervisor options, like virtio-socket for KVM, vmx file parameters for VMware. We already use something like this for the system vm bootstrap on KVM, that's how system vms get their ips. On Fri, Mar 20, 2015 at 6:12 PM, ilya ilya.mailing.li...@gmail.com wrote: I think

[GitHub] cloudstack pull request: CLOUDSTACK-8330: Tagging test cases which...

2015-03-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/121 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] cloudstack pull request: CLOUDSTACK-8336: Adding tests for shared ...

2015-03-20 Thread srikanteswartalluri
Github user srikanteswartalluri commented on the pull request: https://github.com/apache/cloudstack/pull/120#issuecomment-83993591 Looks good to me. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] cloudstack pull request: CLOUDSTACK-8336: Adding tests for shared ...

2015-03-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/120 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Build failed in Jenkins: simulator-singlerun #1039

2015-03-20 Thread jenkins
See http://jenkins.buildacloud.org/job/simulator-singlerun/1039/changes Changes: [talluri] CLOUDSTACK-8336: Adding test for shared network restart, with and without cleanup [talluri] Adding more test case for shared network -- [...truncated 10369

Re: [PROPOSAL] DHCP/DNS offload and config drive support for adv zone shared network

2015-03-20 Thread Alena Prokharchyk
From the FS: Create empty network offering with no service selected. Only DHCP, DNS services are provided by external servers. Metadata - information is included in the config drive Userdata, vm password, ssh key - If these are passed then included in the config drive with user data

Jenkins access

2015-03-20 Thread ilya
How do i get access to Jenkins? Thanks ilya

Re: [DISCUSS] Automating SystemVM template creation for VMWare

2015-03-20 Thread ilya
++Lucian, i know i mentioned i can help with rolling vmware ovf templates but did not get to - here are the instructions.. Rohit, We roll vmware templates continuously via jenkins without the need of vagrant. Only using virt-install with KVM and ovftool from vmware. You dont have to use

Re: [VOTE] Apache CloudStack 4.5.1-rc1

2015-03-20 Thread Rohit Yadav
Hi everyone, Don’t get discouraged by the minor regressions found as they are fixed. Note: they would only affect VMWare/Xen and the rpm bug will affect only CentOS6 users. In case you’re building from source, apply these two patches on top of RC1 and please continue testing:

Re: [DISCUSS] Automating SystemVM template creation for VMWare

2015-03-20 Thread Rohit Yadav
Hi Daan, The Jenkins job do produce ova images, the issue is that an additional cdrom device is added and some secret sauce needs to be injected in the template to make it work on vmware. I’m not sure what that is, perhaps a VMWare guru can comment. I’ll try to explore more next week and fix

[GitHub] cloudstack pull request:

2015-03-20 Thread serverchief
Github user serverchief commented on the pull request: https://github.com/apache/cloudstack/commit/d70937aeb92e89efa8fcc39d7f89bdd8c885b2a2#commitcomment-10319442 thanks for this fix! --- If your project is set up for it, you can reply to this email and have your reply appear on

Ways to monitor Virtual Router disk space

2015-03-20 Thread Erik Weber
I've had a few incidents where conntrack logging has filled the /var partition, and break provisioning of new VMs (unable to save password). And this got me thinking that there must be a way to monitor VR disk space.. Some things to consider: - I'm using XenServer, so AFAIK the VR ssh is only

Re: [ANNOUNCE] New committer: Karen Vuong

2015-03-20 Thread Daan Hoogland
thanks for everything Karen, On Fri, Mar 20, 2015 at 9:20 AM, Paul Angus paul.an...@shapeblue.com wrote: Congratulations Karen! Regards, Paul Angus Cloud Architect D: +44 20 3468 5163 |S: +44 20 3603 0540 | M: +44 7711 418 784 | T: @CloudyAngus paul.an...@shapeblue.com -Original

[DISCUSS] Automating SystemVM template creation for VMWare

2015-03-20 Thread Rohit Yadav
Hi, The systemvm template build system does not do all the steps for producing a valid systemvm template for VMWare, from wiki and past discussions I know that some extra steps are needed but I'm not sure. This wikis notes some of those steps: