Re: Local versus Shared Storage Type for Compute Offering

2013-03-13 Thread Nitin Mehta
I donĀ¹t think this behavior changed ever. The reason for the hard check should be as follows Imagine the tag is for premium offering and the customer is paying premium for that. Now he says deploy vm with this offering and say there is no host with premium tag left to deploy the vm. Now if we don'

Re: Local versus Shared Storage Type for Compute Offering

2013-03-13 Thread David Nalley
On Thu, Mar 14, 2013 at 2:20 AM, David Nalley wrote: > On Thu, Mar 14, 2013 at 2:18 AM, Koushik Das wrote: >> See inline >> >>> -Original Message- >>> From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] >>> Sent: Thursday, March 14, 2013 11:30 AM >>> To: cloudstack-dev@incubator.ap

Re: Local versus Shared Storage Type for Compute Offering

2013-03-13 Thread David Nalley
On Thu, Mar 14, 2013 at 2:18 AM, Koushik Das wrote: > See inline > >> -Original Message- >> From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] >> Sent: Thursday, March 14, 2013 11:30 AM >> To: cloudstack-dev@incubator.apache.org >> Subject: Local versus Shared Storage Type for Comp

Re: Local versus Shared Storage Type for Compute Offering

2013-03-13 Thread David Nalley
On Thu, Mar 14, 2013 at 2:00 AM, Mike Tutkowski wrote: > Hi, > > I was a little surprised to see the Storage Type field when creating a > Compute Offering recently. > > The options are Local or Shared. > > I guess I was thinking that if you had a preference for a VM running on > local storage of t

RE: Local versus Shared Storage Type for Compute Offering

2013-03-13 Thread Koushik Das
See inline > -Original Message- > From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] > Sent: Thursday, March 14, 2013 11:30 AM > To: cloudstack-dev@incubator.apache.org > Subject: Local versus Shared Storage Type for Compute Offering > > Hi, > > I was a little surprised to see th

Re: Review Request: MidoNet Networking Plugin [2/2]

2013-03-13 Thread Dave Cahill
> On March 14, 2013, 3:59 a.m., Hiroaki Kawai wrote: > > The patch set is so big that it is hard to review. It would be nice to > > separate it into management-server, plugin, agent plugin and UI. Thanks for the review Kawai-san! With regard to the patch size, we followed the example of the Bi

Re: eclipse and maven working together...

2013-03-13 Thread Rohit Yadav
Make it more faster using -o so it won't download or check artifacts dependencies. On Thu, Mar 14, 2013 at 9:47 AM, Alex Huang wrote: > As a point of reference, on my i7 dual core HT enabled, it actually was > better with -T 2. The time was just under 3 minutes. With -T 3, the time > was just

Local versus Shared Storage Type for Compute Offering

2013-03-13 Thread Mike Tutkowski
Hi, I was a little surprised to see the Storage Type field when creating a Compute Offering recently. The options are Local or Shared. I guess I was thinking that if you had a preference for a VM running on local storage of the hypervisor or using shared storage that you would specify this using

Re: Question about VMware Clusters in CS

2013-03-13 Thread Mike Tutkowski
Great - thanks for the info! On Wed, Mar 13, 2013 at 11:34 PM, Sailaja Mada wrote: > Hi, > > VMware Cluster is treated as externally managed cluster by CS. CS looks > for Vcenter Cluster and Datacenter information while adding the cluster in > CS. CS does a discovery using this information fo

RE: Question about VMware Clusters in CS

2013-03-13 Thread Sailaja Mada
Hi, VMware Cluster is treated as externally managed cluster by CS. CS looks for Vcenter Cluster and Datacenter information while adding the cluster in CS. CS does a discovery using this information for all the hosts in VMCluster and all these will be represented as CS nodes under VMware clus

Re: Question about VMware Clusters in CS

2013-03-13 Thread Mike Tutkowski
Cool...that's what it sounded like from the docs. What I was trying to picture, though, is how that looks in CS. By creating a new CS Cluster for my VMware Cluster, will CS automatically create CS Hosts to represent the VMware nodes? I'm familiar with how XenServer works in CS, where you create

RE: Question about VMware Clusters in CS

2013-03-13 Thread Sailaja Mada
Hi, It is recommended to create the cluster of hosts in vCenter and then add the entire cluster to CloudStack. Thanks, Sailaja.M -Original Message- From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] Sent: Thursday, March 14, 2013 10:34 AM To: cloudstack-dev@incubator.apache.o

Question about VMware Clusters in CS

2013-03-13 Thread Mike Tutkowski
Hi, I've mainly been using XenServer with CS to date. I was curious about trying out VMware and was reading some of the documentation. It looks like you set up your VMware Cluster in vCenter first, then go into CS and create a Cluster for it. Do you have to explicitly create CS Hosts for this C

RE: eclipse and maven working together...

2013-03-13 Thread Alex Huang
As a point of reference, on my i7 dual core HT enabled, it actually was better with -T 2. The time was just under 3 minutes. With -T 3, the time was just over 3 minutes. As I was going through this, I noticed there's a lot of inefficiencies in the build. There was a lot of jar files being co

Re: basic zone security groups

2013-03-13 Thread Marcus Sorensen
Yes, that's exactly what I did. ebtables -F on the instance's inbound chain. It was the 'DefaultSharedNetworkOffering'. I assumed there were at least ebtables rules to keep the VM from using IP addresses it didn't own, but this was like I had security groups turned on, without the ability to edit t

RE: eclipse and maven working together...

2013-03-13 Thread Rajesh Battala
Thanks a lot Alex > -Original Message- > From: Alex Huang [mailto:alex.hu...@citrix.com] > Sent: Thursday, March 14, 2013 9:19 AM > To: cloudstack-dev@incubator.apache.org > Subject: RE: eclipse and maven working together... > > Oh and btw, I checked in a new profile called impatient. W

RE: eclipse and maven working together...

2013-03-13 Thread Alex Huang
Oh and with the eclipse change, I was able to finally use multiple threads to compile. Before, it always died because eclipse was interfering.Now I'm able to get the entire compile down to just about 3 minutes. mvn -T 3 -o -P impatient,systemvm clean install -DskipTests=true --Alex >

Re: Review Request: MidoNet Networking Plugin [2/2]

2013-03-13 Thread Hiroaki Kawai
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9898/#review17849 --- The patch set is so big that it is hard to review. It would be nice t

Re: eclipse and maven working together...

2013-03-13 Thread Ahmad Emneina
I'd update the building with maven section on cwiki. but I dont know how to describe the impatient profile, beyond 'it pleases alex'. On Wed, Mar 13, 2013 at 8:48 PM, Alex Huang wrote: > Oh and btw, I checked in a new profile called impatient. With it, I cut > off a whole minute (about 25% for

RE: eclipse and maven working together...

2013-03-13 Thread Alex Huang
Oh and btw, I checked in a new profile called impatient. With it, I cut off a whole minute (about 25% for me) off the build. Use it in place of developer. Developer profile is still there. mvn -o -P impatient,systemvm clean install -DskipTests=true --Alex > -Original Message- > From

Re: basic zone security groups

2013-03-13 Thread Ahmad Emneina
If ebtables -F restores vm service(s)... it sounds like a bug. On Wed, Mar 13, 2013 at 8:42 PM, Marcus Sorensen wrote: > Quick question, I deployed a basic zone today on 4.1 for testing, and > I chose the default network provider WITHOUT security groups. The > result was that all of the instance

basic zone security groups

2013-03-13 Thread Marcus Sorensen
Quick question, I deployed a basic zone today on 4.1 for testing, and I chose the default network provider WITHOUT security groups. The result was that all of the instances deployed could not host services. They could get out, but nothing could reach their IPs. I ran an 'ebtables -t nat -L' and saw

eclipse and maven working together...

2013-03-13 Thread Alex Huang
With the included checkins, I made some changes to help developers with better productivity. With maven not supporting incremental build, most people are building with mvn clean install. After doing that, you probably see eclipse start rebuilding the workspace and eclipse is slow when that hap

Re: Review Request: Bugfix CLOUDSTACK-1594: Secondary storage host always remains Alert status

2013-03-13 Thread roxanne chang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9818/ --- (Updated March 14, 2013, 3:25 a.m.) Review request for cloudstack and edison su.

4.1 Reviewboard patch action items

2013-03-13 Thread Animesh Chaturvedi
David I looked up the review board for patches that need to go in 4.1 and here are the action items for you and other folks on cc list Review ID SummarySubmitter Status Who to take Action Action Item 9878CLOUDSTACK-1544: dgrizzanti Patc

Re: Review Request: Bugfix CLOUDSTACK-1594: Secondary storage host always remains Alert status

2013-03-13 Thread Animesh Chaturvedi
> On None, roxanne chang wrote: > > Ship It! Reviwer should mark the patch as "Ship it" not the submitter. Please refere to Review Board guidelines https://cwiki.apache.org/confluence/display/CLOUDSTACK/Review+Board+Guidelines. Also add Edison Su as reviewer - Animesh

Re: Review Request: Spring fails to self inject the ApiDiscoveryServiceImpl pluggable service, add manually to service impl

2013-03-13 Thread Rohit Yadav
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9872/ --- (Updated March 14, 2013, 1:44 a.m.) Review request for cloudstack, David Nalley

Re: Review Request: BUG-ID: CLOUDSTACK-1557

2013-03-13 Thread Animesh Chaturvedi
> On March 13, 2013, 9:52 p.m., ASF Subversion and Git Services wrote: > > Commit 81a5a1270ee4eafa0984f985011b59a1b56d3399 in branch refs/heads/4.1 > > from David Nalley > > [ > > https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;h=81a5a12 > > ] > > > > BUG-ID: CLOUDSTACK-15

Re: Review Request: CLOUDSTACK-1604: deploy VM failed when global setting "vm.allocation.algorithm" is set to "userdispersing"

2013-03-13 Thread David Nalley
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9917/#review17845 --- Prachi: This doesn't cleanly apply to 4.1 [ke4qqq@mba incubator-c

RE: [CLOUDSTACK-241 ]Regions update

2013-03-13 Thread Sangeetha Hariharan
Thanks Kishan for your input. Since we will now rely on Events Framework feature to publish events that could be used by admins to maintain data sync between regions , I have created test plan for this feature- https://cwiki.apache.org/confluence/display/CLOUDSTACK/Events+Framework+Test+plan .

RE: git commit: refs/heads/master - debian: Further improve the usage server package

2013-03-13 Thread Animesh Chaturvedi
Wido Looks like the build is broken (RAT failure) with the new file usage/conf/db.properties.in added. Can you check on it Thanks Animesh > -Original Message- > From: wid...@apache.org [mailto:wid...@apache.org] > Sent: Wednesday, March 13, 2013 1:39 PM > To: cloudstack-comm...@incubato

[ACS41][Patch Request] CLOUDSTACK-1604

2013-03-13 Thread Prachi Damle
Patch: https://reviews.apache.org/r/9917/ Fix for CLOUDSTACK-1604: deploy VM failed when global setting "vm.allocation.algorithm" is set to "userdispersing"

Review Request: CLOUDSTACK-1604: deploy VM failed when global setting "vm.allocation.algorithm" is set to "userdispersing"

2013-03-13 Thread Prachi Damle
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9917/ --- Review request for cloudstack, David Nalley and Chip Childers. Description -

RE: [OFFLINE] Thursday, Friday, Monday

2013-03-13 Thread Animesh Chaturvedi
> -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Wednesday, March 13, 2013 5:27 PM > To: cloudstack-dev@incubator.apache.org > Subject: [OFFLINE] Thursday, Friday, Monday > > So I'm going to continue to have sporadic (even less than today) connectivit

RE: [MERGE] Support VM Snapshot

2013-03-13 Thread Animesh Chaturvedi
Mice please see concerns from Anthony on Xenserver support., I guess they can only be proved conclusively by testing with xenserver. Chandan will test with xenserver. But given that there is some doubt on full support for xenserver and kvm dependency on libvirt-java binding and I assume the ef

Graduation process update

2013-03-13 Thread Chip Childers
Hey all, I wanted to share status and next steps on our road to graduation. Our Vote: I'll be able to close the graduation VOTE on time tomorrow (72 hours). Right now, I'm assuming that we pass the vote. We currently have 53 +1 votes (with 4 of them being IPMC members) and no +0 or -1's. IPMC

Re: [OFFLINE] Thursday, Friday, Monday

2013-03-13 Thread David Nalley
On Wed, Mar 13, 2013 at 8:26 PM, Chip Childers wrote: > So I'm going to continue to have sporadic (even less than today) > connectivity over the next three work days... that means *some* > emailing is possible, but it also means that I can't work on things > like commiting patches or reviewing bu

[OFFLINE] Thursday, Friday, Monday

2013-03-13 Thread Chip Childers
So I'm going to continue to have sporadic (even less than today) connectivity over the next three work days... that means *some* emailing is possible, but it also means that I can't work on things like commiting patches or reviewing bugs. I need someone to continue to manage the 4.1 patch reviews

Re: git commit: refs/heads/master - CLOUDSTACK-1653: Redundant router: Fix check_heartbeat.sh malfunctional due to delayed cron job

2013-03-13 Thread Sheng Yang
Either is OK. It's not common that bug would be triggered. If community think it's OK for 4.1, I would post a patch request for 4.1. --Sheng On Wed, Mar 13, 2013 at 9:27 AM, David Nalley wrote: > Does this need to come in to 4.1? > > --David > > On Tue, Mar 12, 2013 at 9:31 PM, wrote: >> Upda

[ACS41][Patch Request] - CLOUDSTACK-1648

2013-03-13 Thread Marcus Sorensen
Tested the commit against 4.0 branch, 4.1 branch, and master dev environments. Successfully deployed zones with local and NFS primary storage, to the point of instances, then rebooted KVM host, and everything came back up. Asked reporter to test patch, but reporter found a workaround and moved on.

Re: search functionality on doc's site doesnt work

2013-03-13 Thread Ahmad Emneina
doc site i'm referring to: https://incubator.apache.org/cloudstack/docs/en-US/Apache_CloudStack/4.0.0-incubating/html/Installation_Guide/index.html On Wed, Mar 13, 2013 at 2:55 PM, Ahmad Emneina wrote: > i think it just needs some configuration tweak to make it work, then > again, what do i kn

Re: Review Request: BUG-ID: CLOUDSTACK-1557

2013-03-13 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9823/#review17828 --- Commit 81a5a1270ee4eafa0984f985011b59a1b56d3399 in branch refs/heads/

Re: [ACS41][Patch Request] CLOUDSTACK-1557

2013-03-13 Thread David Nalley
ACK Applies and builds cleanly Committed in 4.1 Thanks, --David On Wed, Mar 13, 2013 at 5:28 PM, Prachi Damle wrote: > Patch: https://reviews.apache.org/r/9823/ > > > Reviewed and checked in master. > > Commit hash:7bb8ed4d05ac9ea1242201e0e4fafc36916d5c51 > > > > ---

[ACS41][Patch Request] CLOUDSTACK-1557

2013-03-13 Thread Prachi Damle
Patch: https://reviews.apache.org/r/9823/ Reviewed and checked in master. Commit hash:7bb8ed4d05ac9ea1242201e0e4fafc36916d5c51 Author:Pradeep Soundararajan (pradeep.soundarara...@citrix.com) Author date: 11 minutes ago

Re: Review Request: BUG-ID: CLOUDSTACK-1557

2013-03-13 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9823/#review17826 --- Commit 7bb8ed4d05ac9ea1242201e0e4fafc36916d5c51 in branch refs/heads/

Re: Error starting system vms on latest asf/master

2013-03-13 Thread Kelven Yang
You may also need to clear the host tag to let CloudStack push for new systemvm ISOes. You can either use XenCenter UI to do it or use xe command xe host-param-clear param-name=tags uuid= on Xen host Kelven On 3/13/13 10:45 AM, "Pranav Saxena" wrote: >Thanks Kelven for the input but I had

RE: [jira] [Assigned] (CLOUDSTACK-1252) Failed to download default template in VMware

2013-03-13 Thread Animesh Chaturvedi
Hugo Can you review this issue? Animesh > -Original Message- > From: Pradeep Soundararajan (JIRA) [mailto:j...@apache.org] > Sent: Friday, March 08, 2013 6:08 AM > To: cloudstack-iss...@incubator.apache.org > Subject: [jira] [Assigned] (CLOUDSTACK-1252) Failed to download default > templ

Re: [ACS41][Patch Request]

2013-03-13 Thread Marcus Sorensen
Ok, the fix for CLOUDSTACK-600 is the first patch mentioned plus two fixes to it. The first additional patch handles upgrades, and the second one is a minor fix for when we shut down a non-persistent VM that will avoid printing useless scary messages (we throw an error in the timeout loop that wait

Review Request: (CLOUDSTACK-1666) Fix NetworkUsage for VPC on KVM

2013-03-13 Thread Wei Zhou
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9908/ --- Review request for cloudstack. Description --- add procedure VPCNetworkUsag

Running cloud-usage server 'manually'

2013-03-13 Thread Sinisa Denic
Is there a way to start cloud-usage service by maven, or any other way except when it's packaged and by 'service start'? Thank you

Re: Review Request: fix bug CLOUDSTACK-1531: vmware create volume from snapshot will missing data

2013-03-13 Thread Sateesh Chodapuneedi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9772/#review17815 --- plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/V

Re: [PROPOSAL][CLOUDSTACK-1456] SG Isolation in Advanced Zone for VMWare Hypervisor using PVLANs

2013-03-13 Thread Chip Childers
On Mar 13, 2013, at 1:34 PM, Kelven Yang wrote: > PVLAN provides "subnet within subnet" L2 isolation, it operates very > differently with current L3/L4 capable SG implementation, would it be a > good idea to just separate it as L2 isolation feature on its own? It works differently and is normall

Re: [DISCUSS] Scaling up CPU and RAM for running VMs

2013-03-13 Thread Kelven Yang
Nitin, Sorry to reply late, have been busy working on a patch release for customer. AsyncJob manager does provide a mechanism that you can do synchronized the job execution against a object. You may check out AsyncJobManager.syncAsyncJobExecution(). Kelven On 3/12/13 11:27 AM, "Nitin Mehta" w

RE: [MERGE] Multiple IPs per NIC UI

2013-03-13 Thread Brian Federle
You're correct...I'll remove the zone column as it is unnecessary here. -Brian -Original Message- From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] Sent: Monday, March 11, 2013 6:06 PM To: cloudstack-dev@incubator.apache.org Cc: Animesh Chaturvedi; Jessica Wang; Pranav Saxena;

RE: [MERGE] Multiple IPs per NIC UI

2013-03-13 Thread Brian Federle
Thanks for your suggestions Jayapal. Here are my comments: >> 1. Place Acquire IP in the nic-view-all.jpg page nic 1(default) heading >> right side end. The acquire IP button is on the listing page to keep consistency with existing UI flows. That is, to put the actions on the relevant listing p

Re: [DISCUSS] Integrate Cisco ASA 1000v into CloudStack

2013-03-13 Thread Chiradeep Vittal
On 3/13/13 9:40 AM, "Koushik Das" wrote: >I am trying to understand the deployment model with Asa1000v for the VPC >use case mentioned in FS >- Cloud operator creates VPC network offering with source nat using >ASA1000v as the service provider for firewall, source nat, port >forwarding, ACL and

RE: Error starting system vms on latest asf/master

2013-03-13 Thread Pranav Saxena
Thanks Kelven for the input but I had resolved the issue . I had already copied the vhd-util file since I had set up a brand new xenserver 6.1 host but that wasn't the issue. The issue was that the systemvm.iso wasn't found in the host and CS tried to use some old template in my primary storage

Re: Error starting system vms on latest asf/master

2013-03-13 Thread Kelven Yang
Try to copy vhd-util to your XS host at /opt/xensource/bin if your XS host is a brand new setup Kelven On 3/13/13 4:15 AM, "Pranav Saxena" wrote: >$/pranav/incubator-cloudstack# find . -name vhd-util > >./client/target/generated-webapp/WEB-INF/classes/scripts/vm/hypervisor/xen >server/vhd-uti

Re: Summary of IRC meeting in #cloudstack-meeting, Wed Mar 13 17:05:19 2013

2013-03-13 Thread Joe Brockmeier
Pretty short meeting this week, it looks like DST took its toll... On Wed, Mar 13, 2013, at 12:32 PM, ASF IRC Services wrote: > Members present: Animesh, kdamage, topcloud, jzb > > > Meeting summary: > > > 1. Preface > > 2. Active Feature Release: Overall Stat

Re: Review Request: Removed the concept of owner region

2013-03-13 Thread Kishan Kavala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9905/ --- (Updated March 13, 2013, 5:37 p.m.) Review request for cloudstack, David Nalley

Review Request: Removed the concept of owner region

2013-03-13 Thread Kishan Kavala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9905/ --- Review request for cloudstack, David Nalley and Chip Childers. Description -

Re: Review Request: Multiple ip address per nic changes for kvmhsot

2013-03-13 Thread anthony xu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9894/#review17809 --- Ship it! Ship It! - anthony xu On March 13, 2013, 8:32 a.m., Jaya

Re: [PROPOSAL][CLOUDSTACK-1456] SG Isolation in Advanced Zone for VMWare Hypervisor using PVLANs

2013-03-13 Thread Kelven Yang
PVLAN provides "subnet within subnet" L2 isolation, it operates very differently with current L3/L4 capable SG implementation, would it be a good idea to just separate it as L2 isolation feature on its own? Kelven On 3/13/13 6:10 AM, "Chip Childers" wrote: >On Mar 12, 2013, at 11:56 PM, Manan S

Summary of IRC meeting in #cloudstack-meeting, Wed Mar 13 17:05:19 2013

2013-03-13 Thread ASF IRC Services
Members present: Animesh, kdamage, topcloud, jzb Meeting summary: 1. Preface 2. Active Feature Release: Overall Status 3. Active Feature Release: Feature Status 4. Active Feature Release: QA status 5. Active Feature Release: Docs Status 6. Active Feature Rel

Re: Review Request: CLOUDSTACK-1656:NicResponses in a UserVmResponse are not preseving the natural order.

2013-03-13 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9890/#review17808 --- Commit 05f73d0950d3a12591facce03e43201e2fbbff17 in branch refs/heads/

RE: Error Deploying VM in 4.0

2013-03-13 Thread Koushik Das
It's a bug. Error message shouldn't show the internal db id. Instead it should show the UUID and/or name. > -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Wednesday, March 13, 2013 9:04 AM > To: > Subject: Re: Error Deploying VM in 4.0 > > On Mar 12,

Re: [VOTE] Graduate Apache CloudStack from the Incubator

2013-03-13 Thread Alena Prokharchyk
+1 On 3/11/13 9:42 AM, "Chip Childers" wrote: >Hi, > >I would like to invite the CloudStack community to vote on whether >Apache CloudStack is ready to graduate to top-level project status. The >result of this vote will demonstrate whether the community is willing to >govern itself (which is a r

RE: [VOTE] Graduate Apache CloudStack from the Incubator

2013-03-13 Thread Simon Waterhouse
+1 -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: 11 March 2013 16:42 To: cloudstack-dev@incubator.apache.org Subject: [VOTE] Graduate Apache CloudStack from the Incubator Hi, I would like to invite the CloudStack community to vote on whether Apache Clo

RE: [DISCUSS] Integrate Cisco ASA 1000v into CloudStack

2013-03-13 Thread Koushik Das
I am trying to understand the deployment model with Asa1000v for the VPC use case mentioned in FS - Cloud operator creates VPC network offering with source nat using ASA1000v as the service provider for firewall, source nat, port forwarding, ACL and routing. CloudStack system vm is used for DHCP

Re: git commit: refs/heads/master - CLOUDSTACK-1653: Redundant router: Fix check_heartbeat.sh malfunctional due to delayed cron job

2013-03-13 Thread David Nalley
Does this need to come in to 4.1? --David On Tue, Mar 12, 2013 at 9:31 PM, wrote: > Updated Branches: > refs/heads/master bf15eb0c7 -> 630e75596 > > > CLOUDSTACK-1653: Redundant router: Fix check_heartbeat.sh malfunctional due > to delayed cron job > > The interval between keepalived.ts and

Re: git commit: refs/heads/master - CLOUDSTACK-1551: Failed to list clusters due to NPE at createClusterResponse(ApiResponseHelper.java:837) when cluster is added automatically as a part of addHostCom

2013-03-13 Thread David Nalley
Abhi: Bharat: Does this need to come into 4.1 as well? --David On Wed, Mar 13, 2013 at 1:40 AM, wrote: > Updated Branches: > refs/heads/master 27b753a43 -> 6715f9808 > > > CLOUDSTACK-1551: Failed to list clusters due to NPE at > createClusterResponse(ApiResponseHelper.java:837) when cluster

Re: [DRAFT] Graduation resolution / IPMC vote email draft for discussion

2013-03-13 Thread Chip Childers
Final adjustment of names: Adding Brett Porter to the PMC list (for those that don't know, he's one of our mentors). Any other questions or concerns? On Tuesday, March 12, 2013, Chip Childers wrote: > OK, here's the latest draft. It includes names now, > although we are waiting for a couple of

CloudStack 4.1 RPM Warning

2013-03-13 Thread Francois Gaudreault
I just tryed to build the 4.1 RPM using the last commit, and I had bunch of warnings when installing the awapi package on a fresh CentOS 6 system. Looks like the cloud user should be created earlier in the install process. Kinda trivial tho. https://issues.apache.org/jira/browse/CLOUDSTACK-16

Re: [ACS41][Patch Request] CLOUDSTACK-1427: Failed to delete Guestnetwork which has LB with Netscaler

2013-03-13 Thread David Nalley
On Wed, Mar 13, 2013 at 8:14 AM, Murali Reddy wrote: > CLOUDSTACK-1427: Failed to delete Guestnetwork which has LB with > Netscaler > > There is no need for getIpDeployer to depend on the fact a NetScaler > device is allocated (network is implemented state) or not-allocated > (network is in shutdo

Re: [OFFLINE] Sporadically online / offline tomorrow (March 13)

2013-03-13 Thread David Nalley
On Wed, Mar 13, 2013 at 11:07 AM, Chip Childers wrote: > On Mar 13, 2013, at 10:51 AM, David Nalley wrote: > >> On Wed, Mar 13, 2013 at 9:17 AM, Chip Childers >> wrote: >>> No volunteers to do commits for 4.2 today? >> >> I'll take it >> >> --David >> > > Thanks. There are a few on the list to b

Re: [OFFLINE] Sporadically online / offline tomorrow (March 13)

2013-03-13 Thread Chip Childers
On Mar 13, 2013, at 10:51 AM, David Nalley wrote: > On Wed, Mar 13, 2013 at 9:17 AM, Chip Childers > wrote: >> No volunteers to do commits for 4.2 today? > > I'll take it > > --David > Thanks. There are a few on the list to be done from over night.

Review Request: CLOUDSTACK-1157: No API Documentation on Listing Custom User Templates Using CS4 API

2013-03-13 Thread David Grizzanti
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9902/ --- Review request for cloudstack. Description --- CLOUDSTACK-1157: No API Docu

Re: [OFFLINE] Sporadically online / offline tomorrow (March 13)

2013-03-13 Thread David Nalley
On Wed, Mar 13, 2013 at 9:17 AM, Chip Childers wrote: > No volunteers to do commits for 4.2 today? > I'll take it --David

Re: [DISCUSS] CloudStack Social media

2013-03-13 Thread Joe Brockmeier
Just a note that I'm wrapping this discussion up and taking "DRAFT" off the page as it's received no edits. I suppose the next step will be to limit access to PPMC/committers and coming up with a "rotation" to ensure that we keep the relevant accounts active. I can continue to do Twitter and Face

RE: [DISCUSS] RESTful agent for Hyper-V plugin

2013-03-13 Thread Donal Lafferty
Comments below. > -Original Message- > From: Murali Reddy [mailto:murali.re...@citrix.com] > Sent: 13 March 2013 1:01 PM > To: cloudstack-dev@incubator.apache.org > Cc: Alex Huang > Subject: Re: [DISCUSS] RESTful agent for Hyper-V plugin > > On 13/03/13 3:14 PM, "Donal Lafferty" wrote: >

Re: [DISCUSS] Site Analytics?

2013-03-13 Thread Chip Childers
On Mar 13, 2013, at 9:22 AM, Joe Brockmeier wrote: > On Wed, Mar 13, 2013, at 08:04 AM, Chip Childers wrote: >> On Mar 13, 2013, at 8:46 AM, Joe Brockmeier wrote: >> >>> On Wed, Dec 26, 2012, at 02:13 PM, John Kinsella wrote: Did we ever get this setup? >>> >>> Sorry - no, I dropped this. P

Re: [DISCUSS] Site Analytics?

2013-03-13 Thread Joe Brockmeier
On Wed, Mar 13, 2013, at 08:04 AM, Chip Childers wrote: > On Mar 13, 2013, at 8:46 AM, Joe Brockmeier wrote: > > > On Wed, Dec 26, 2012, at 02:13 PM, John Kinsella wrote: > >> Did we ever get this setup? > > > > Sorry - no, I dropped this. Picking back up now. I'm going to send a > > firm proposa

Re: [OFFLINE] Sporadically online / offline tomorrow (March 13)

2013-03-13 Thread Chip Childers
No volunteers to do commits for 4.2 today? On Tuesday, March 12, 2013, Chip Childers wrote: > As the subject said, I'll be sporadically online / offline tomorrow > (March 13). > > Can I get a volunteer to help with patch reviews for 4.1 please? You > may have to watch for review requests that do

Re: [PROPOSAL][CLOUDSTACK-1456] SG Isolation in Advanced Zone for VMWare Hypervisor using PVLANs

2013-03-13 Thread Chip Childers
On Mar 12, 2013, at 11:56 PM, Manan Shah wrote: > Yes, Chiradeep, you are correct. The PVLAN would only be able to provide > isolation at L2. The primary use case from the providers perspective is to > run multiple shared networks (services network for monitoring, patching, > etc). And on each of

Re: [DISCUSS] Site Analytics?

2013-03-13 Thread Chip Childers
On Mar 13, 2013, at 8:46 AM, Joe Brockmeier wrote: > On Wed, Dec 26, 2012, at 02:13 PM, John Kinsella wrote: >> Did we ever get this setup? > > Sorry - no, I dropped this. Picking back up now. I'm going to send a > firm proposal to the list and if we can get consensus I'll start getting > it done

Re: [DISCUSS] RESTful agent for Hyper-V plugin

2013-03-13 Thread Murali Reddy
On 13/03/13 3:14 PM, "Donal Lafferty" wrote: > >WRT #2: C# code on a .NET framework classes is a well-supported >implementation option. The code's copyright would be held by Apache >CloudStack. The libraries on which it depended would be proprietary to >Microsoft (.NET Runtime, and ASP.NET Web

Re: [DRAFT] Graduation resolution / IPMC vote email draft for discussion

2013-03-13 Thread Chip Childers
On Mar 13, 2013, at 4:32 AM, Sebastien Goasguen wrote: > > On Mar 12, 2013, at 10:46 AM, Chip Childers wrote: > >> OK, here's the latest draft. It includes names now, >> although we are waiting for a couple of mentors to respond to a >> question around their interest in staying with the project

Re: [DISCUSS] Site Analytics?

2013-03-13 Thread Joe Brockmeier
On Wed, Dec 26, 2012, at 02:13 PM, John Kinsella wrote: > Did we ever get this setup? Sorry - no, I dropped this. Picking back up now. I'm going to send a firm proposal to the list and if we can get consensus I'll start getting it done. If at all humanly possible, I'd like to have analytics in pla

Review Request: Proposal & BUG-ID: CLOUDSTACK-1252 Summary: Failed to download default template in VMware

2013-03-13 Thread Pradeep Soundararajan
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9900/ --- Review request for cloudstack, David Nalley, Chip Childers, Hugo Trippaers, Alex

[ACS41][Patch Request] CLOUDSTACK-1427: Failed to delete Guestnetwork which has LB with Netscaler

2013-03-13 Thread Murali Reddy
CLOUDSTACK-1427: Failed to delete Guestnetwork which has LB with Netscaler There is no need for getIpDeployer to depend on the fact a NetScaler device is allocated (network is implemented state) or not-allocated (network is in shutdown state) Branch: refs/heads/master Commit: 2feda05ecd15d7fe63b

Re: Error starting system vms on latest asf/master[Solved]

2013-03-13 Thread Anshul Gangwar
For me its little different. I am getting BOOTLOADER_FAILED error. I have vhd-util on my host. Systemvm.iso is also getting downloaded but its not starting. Thanks, Anshul

RE: Error starting system vms on latest asf/master[Solved]

2013-03-13 Thread Pranav Saxena
Ok , my issue is resolved now . So the first time when the systemvm.iso wasn't found and CS tried to use some old template in my primary storage as a reference to create systemVm's. After manually copying the systemvm.iso file to the host and also deleting those stale images on my primary stor

RE: Error starting system vms on latest asf/master

2013-03-13 Thread Pranav Saxena
$/pranav/incubator-cloudstack# find . -name vhd-util ./client/target/generated-webapp/WEB-INF/classes/scripts/vm/hypervisor/xenserver/vhd-util ./client/target/cloud-client-ui-4.2.0-SNAPSHOT/WEB-INF/classes/scripts/vm/hypervisor/xenserver/vhd-util ./scripts/vm/hypervisor/xenserver/vhd-util -Or

Re: Error starting system vms on latest asf/master

2013-03-13 Thread Rohit Yadav
On the building wiki; see the building section: Download this on your host: http://download.cloud.com.s3.amazonaws.com/tools/vhd-util And try again if that fails, we've a serious blocker on master that needs verification and fix. Regards. On Wed, Mar 13, 2013 at 4:25 PM, Pranav Saxena wrote: >

[OFFLINE] Mar 14th - Mar 18th

2013-03-13 Thread Prasanna Santhanam
Will be offline to take care of some personal stuff. -- Prasanna.,

Re: Error starting system vms on latest asf/master

2013-03-13 Thread prasanna
On 13 March 2013 16:26, Anshul Gangwar wrote: > I am also getting the same error > > Thanks, > Anshul > On 13/03/13 16:25, Pranav Saxena wrote: >> Hi , >> >> I tried to deploy latest master code to set up a developer's environment >> (Ubuntu 12.10 , Xenserver 6.1 ) - >> >> >> 1) mvn -P syst

Re: Error starting system vms on latest asf/master

2013-03-13 Thread Anshul Gangwar
I am also getting the same error Thanks, Anshul On 13/03/13 16:25, Pranav Saxena wrote: > Hi , > > I tried to deploy latest master code to set up a developer's environment > (Ubuntu 12.10 , Xenserver 6.1 ) - > > > 1) mvn -P systemvm clean install (systemvm.iso got created) > > 2) Dep

regarding the feature - support for storage motion on VMware

2013-03-13 Thread Srikanteswararao Talluri
This mail is regarding "support for storage motion on VMware". It was mentioned before that the same FS as xenmotion-https://cwiki.apache.org/confluence/display/CLOUDSTACK/Enabling+Storage+XenMotion+for+XenServer - would be used for VMware storage motion too. I feel there is a need to crea

Error starting system vms on latest asf/master

2013-03-13 Thread Pranav Saxena
Hi , I tried to deploy latest master code to set up a developer's environment (Ubuntu 12.10 , Xenserver 6.1 ) - 1) mvn -P systemvm clean install (systemvm.iso got created) 2) Deployed the db 3) Started the jetty server The systemvm.iso wasn't found on my host so I tried to

RE: Beer, pizza & Cloudstack

2013-03-13 Thread Donal Lafferty
+1, quite liked the presentations from the last meeting From: Giles Sirett [mailto:giles.sir...@shapeblue.com] Sent: 12 March 2013 5:52 PM To: cloudstack-market...@incubator.apache.org; cloudstack-us...@incubator.apache.org; cloudstack-dev@incubator.apache.org Subject: Beer, pizza & Cloudstack [

  1   2   >