Just a reminder, recent commits in master have not been merged into 4.0,
and I suggest to pass unit test before build any RC.
Regards
Mice
-Original Message-
From: Sailaja Mada [mailto:sailaja.m...@citrix.com]
Sent: Friday, August 31, 2012 2:26 PM
To: cloudstack-dev@incubator.apache.org
Pressing Tabs don't take us from 'fields' to 'Buttons'. It is necessary to
switch to Mouse from KeyBoard.
If this can be improved, it will be nice.
Deepak
-Original Message-
From: Prasanna Santhanam [mailto:prasanna.santha...@citrix.com]
Sent: Friday, August 31, 2012 11:53 AM
To: clo
Hi,
ASF CS 4.0 Operational QA plan with the selected areas is posted @
https://cwiki.apache.org/confluence/display/CLOUDSTACK/ASF+CS+4.0+QA
Thanks and Regards,
Sailaja.M
-Original Message-
From: Sudha Ponnaganti [mailto:sudha.ponnaga...@citrix.com]
Sent: Friday, August 31, 2012 1:13
The CloudStack UI's Admin View is a superset of the User View right
now. The users (tenants) are typically only interested in their VMs.
The Admin however is interested in managing the resources in the
Cloud. The HV-Hosts Infrastructure, Physical Networks, Virtual
Networks (VirtualRouters), Health
If I want to look at the list of load balancer rules then there are a minimum
of 6 clicks to get to it. Maybe a bookmark of the breadcrumb would help. My 2
cents
Thanks,
Ram
> -Original Message-
> From: Kevin [mailto:spam4...@gmail.com]
> Sent: 31 August 2012 06:16
> To: cloudstack-us..
I've made some good progress today, I'll probably have it all working
tomorrow, but I have a question. Looking at the API command
associateIpAddress and the functional spec, if I pass a vpcId it then
calls associateIPToVpc. Unlike its brother, associateIPToNetwork, I
don't clearly see where the ip
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6866/
---
Review request for cloudstack, Devdeep Singh and Chip Childers.
Description
Not sure about everyone else but for me it is frustrating having to drill down
to system vm's and pod settings. I imagine my need to be in that area of the UI
will diminish after settling on a final CS configuration.
But in the meantime when, checking my firewall settings, checking if the
conso
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6749/
---
(Updated Aug. 31, 2012, 4 a.m.)
Review request for cloudstack, Prachi Damle, Kis
I have CS 3.0.2 with XCP 1.1 host. This morning I got an issue. When I
tried to boot ubuntu vm from iso, the vm could not start.This is management
log:
2012-08-31 09:36:29,973 DEBUG [xen.resource.CitrixResourceBase]
(DirectAgent-73:null) 1. The VM i-2-69-VM is in Starting state.
2012-08-31 09:36:2
Hi, Chip
The bug in addcopyright.py was fixed when I submit the review request
to change the license header.
Since the moving license work is almost done, I think this tool can be
decommissioned.
I'll look through the entire project and fix the license issue if any.
On Thu, Aug 30, 2012 at 10:41
John,
Second week in a row, but I'm going to have to miss the IRC meeting.
My update is that (1) I'd love if someone else would take an
opportunity to help audit the LICENSE and NOTICE file for
completeness, and (2) I will be willing to attempt to follow the ASF
release build process for us on Tu
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6749/#review10915
---
Rajesh,
I don't see the changes in the latest diff - still see lot o
Hi Wido!
Yeah I'm still seeing the issue - something's probably changed in my network,
I'll take a look. Thanks for confirming!
Regards,
Vijay
-Original Message-
From: Wido den Hollander [mailto:w...@widodh.nl]
Sent: Thursday, August 30, 2012 2:00 PM
To: cloudstack-dev@incubator.apache
On 08/30/2012 08:22 PM, Vijayendra Bhamidipati wrote:
I'm seeing this error when trying to clone the cloudstack asf master (or do a
git pull on an existing workspace):
$ git clone https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git
Cloning into incubator-cloudstack...
error: Fail
On 08/30/2012 09:41 AM, John Kinsella wrote:
On Aug 30, 2012, at 12:24 AM, Wido den Hollander
wrote:
On 08/30/2012 09:03 AM, Joe Brockmeier wrote:
CloudOpen and LinuxCon are pretty much consuming all of my available
cycles this week. Do we have a volunteer to moderate this week's IRC
meet
Hi,
I am coordinating testing ACS 4.0 RC builds within Citrix Systems, Inc. We
picked the following topics to be executed on Release Candidate drop. There are
other topics listed on operational test plan which are open and do sign up if
you are interested to validate any of these. Let us coordi
I'm seeing this error when trying to clone the cloudstack asf master (or do a
git pull on an existing workspace):
$ git clone https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git
Cloning into incubator-cloudstack...
error: Failed connect to git-wip-us.apache.org:443; Operation not per
Just for the DB, yes. It would be nice if there was a different way to setup
the dev DB that didn't assume you had already ran deploy-server.
Darren
Sent from my iPhone
On Aug 29, 2012, at 4:30 PM, Chiradeep Vittal
wrote:
>
> Darren,
>
> We still need to
> ant build-all deploy-server
> an
Hello All,
In an effort to improve upon the user experience of CloudStack I wanted to
tackle the most talked about issue we've heard about in the ui, too many
clicks. With that in mind, I wanted to ask where you guys are going within the
ui that causes this issue. Is it from 1 destination point
Yes, thanks for clarifying.
On Thu, Aug 30, 2012 at 11:53 AM, Edison Su wrote:
> Oh, I see, there are two kinds of commands:
> One doesn't need to get information from libvirt, which just login into
> router vm and program rules. For these commands, we can put them into
> virtualRoutingResource
Oh, I see, there are two kinds of commands:
One doesn't need to get information from libvirt, which just login into router
vm and program rules. For these commands, we can put them into
virtualRoutingResource.
Another does need to get infor from libvirt, such ipassoc, which need to get
nic infor
Oh, I see. Thanks
On Thu, Aug 30, 2012 at 11:47 AM, Edison Su wrote:
> Yes, because all the commands inherited from NetworkElement will be delegated
> to VirtualRoutingResource.
> See code:
> } else if (cmd instanceof NetworkElementCommand) {
> return _virtRouterResou
Ok, I think I get it. For example when I'm looking at IpAssocCommand
it calls _virtRouterResource.assignPublicIpAddress to actually run the
sh. So with SetupGuestNetworkCommand, I'll create that in
LibvirtComputingResource, and within that I'll make a call to
VirtualRoutingResource to do the work.
Yes, because all the commands inherited from NetworkElement will be delegated
to VirtualRoutingResource.
See code:
} else if (cmd instanceof NetworkElementCommand) {
return _virtRouterResource.executeRequest(cmd);
in libvirtcomputingResource.java.
> -Original Mess
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6858/#review10899
---
Couple of things to be fixed.
1) You should load global configuratio
Just want to clarify:
"We can add implementation of
SetupGuestNetworkCommand/SetNetworkACLCommand/SetSourceNatCommand/Site2SiteVpnCfgCommand
in VirtualRoutingResource."
So the Xen implementation of SetupGuestNetworkCommand is in
CitrixResourceBase.java, and the VMware one is in VmwareResource.jav
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/5871/#review10898
---
Ship it!
Ship It!
- Alena Prokharchyk
On July 25, 2012, 7:21 p.m.
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6859/#review10897
---
Ship it!
Ship It!
- edison su
On Aug. 30, 2012, 5 p.m., Marcus So
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6858/
---
Review request for cloudstack, Rajesh Battala and Alena Prokharchyk.
Description
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6859/
---
Review request for cloudstack.
Description
---
This is part 1 in enabling V
Yes, it is.
> -Original Message-
> From: Marcus Sorensen [mailto:shadow...@gmail.com]
> Sent: Thursday, August 30, 2012 8:45 AM
> To: Edison Su
> Cc: cloudstack-dev@incubator.apache.org; Anthony Xu; Kelven Yang;
> Vijayendra Bhamidipati
> Subject: VPC for KVM (was VM router spawning multip
I notice there's also an 'IpAssocVpcCommand', I'm assuming that should
be added to the list?
On Wed, Aug 29, 2012 at 6:37 PM, Edison Su wrote:
> You can find the VPC reference implementation from CitrixResourceBase.java,
> which is the implementation for Xenserver. Just take a look at how the VP
You can't - migration on XenServer requires PV drivers.
Also, your VM and host performance will be critically affected if you run
Windows VMs without PV drivers. You shouldn't try to do this. Only pain and
suffering will result.
Cheers,
Ewan.
Nguyen Anh Tu wrote:
Hi guy,
Because don't wa
Yes, there's a repo on Github with Puppet configs for that machine (and
others). David (cc'd) will be able to give you access.
Cheers,
Ewan.
Chip Childers wrote:
Hey folks,
Is there a preferred method to add a system dependency (RPM) to the
Jenkins build servers? Specifically, the mysql co
Should we delete addcopyright.py from the source tree
(tools/build/addcopyright.py)?
That, or correct it so that it's using the proper ASF header file.
-chip
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6854/#review10892
---
Ship it!
Gavin,
I went ahead and modified those files. This patch
+1
mails about jenkins unit test failure arrived at mailbox after every commit.
hope it will be fixed after applying
https://reviews.apache.org/r/6730/with a correct mysql lib path
Regards
Mice
2012/8/29 Olivier Lamy
> done privately with temporary password.
>
> 2012/8/29 Chip Childers :
> > Ca
Hey folks,
Is there a preferred method to add a system dependency (RPM) to the
Jenkins build servers? Specifically, the mysql connector RPM is a
requirement for the unit tests to work.
-chip
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6853/#review10887
---
Ship it!
Thanks for the patch Gavin! I've applied to master. Pleas
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6854/#review10886
---
Gavin,
Thanks a ton for these header changes. One request: For the
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6854/
---
Review request for cloudstack, Devdeep Singh and Chip Childers.
Description
On Thu, Aug 30, 2012, at 02:24 AM, Wido den Hollander wrote:
> On 08/30/2012 09:03 AM, Joe Brockmeier wrote:
> > CloudOpen and LinuxCon are pretty much consuming all of my available
> > cycles this week. Do we have a volunteer to moderate this week's IRC
> > meeting on Friday? Several of us are eit
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6853/
---
Review request for cloudstack, Devdeep Singh and Chip Childers.
Description
On 08/30/2012 06:08 AM, Pranav Saxena wrote:
Hi ,
When you create ( an account) your first user VM , a router VM comes up too
which is named like r-4-VM. That is why you see two VM's listed when you run
virsh list command on the hypervisor. Regarding the libvirt error , it seems
the libve
Hi guy,
Because don't want to intervene into windows template, I wonder that how I
can migrate windows vm without installing PV drivers? I'm using CloudStack
+ XCP 1.5 beta.
Thanks.
--
N.g.U.y.e.N.A.n.H.t.U
Hey Chiradeep,
Jmdns is available from maven directly, so you can add the following piece to
the dependency list in the pom.xml:
jmdns
jmdns
2.1
As CAstorSDK doesn't seem to be on maven, so in that case we have to tell the
developer to download it into the deps directory himself and we
On Thu, Aug 30, 2012 at 3:25 AM, John Kinsella wrote:
> I'm happy to moderate again - shall we shoot for the same time, same place?
>
> I'd ask people to send any agenda items to me directly.
>
> On Aug 30, 2012, at 12:03 AM, Joe Brockmeier
> mailto:j...@zonker.net>>
> wrote:
>
> CloudOpen and L
On Aug 30, 2012, at 12:24 AM, Wido den Hollander
wrote:
> On 08/30/2012 09:03 AM, Joe Brockmeier wrote:
>> CloudOpen and LinuxCon are pretty much consuming all of my available
>> cycles this week. Do we have a volunteer to moderate this week's IRC
>> meeting on Friday? Several of us are either t
I'm happy to moderate again - shall we shoot for the same time, same place?
I'd ask people to send any agenda items to me directly.
On Aug 30, 2012, at 12:03 AM, Joe Brockmeier
mailto:j...@zonker.net>>
wrote:
CloudOpen and LinuxCon are pretty much consuming all of my available
cycles this week
On 08/30/2012 09:03 AM, Joe Brockmeier wrote:
CloudOpen and LinuxCon are pretty much consuming all of my available
cycles this week. Do we have a volunteer to moderate this week's IRC
meeting on Friday? Several of us are either traveling or attending the
LF event, but I think consistency is impor
---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6852/
---
Review request for cloudstack and Jessica Tomechak.
Description
---
Docbook
CloudOpen and LinuxCon are pretty much consuming all of my available
cycles this week. Do we have a volunteer to moderate this week's IRC
meeting on Friday? Several of us are either traveling or attending the
LF event, but I think consistency is important, so I'd rather not
abandon the meeting if w
> On Aug. 30, 2012, 6:55 a.m., Hugo Trippaers wrote:
> > Ship It!
Committed:
https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;a=commit;h=34f007f13a38a6c919759adb716eb396ae6cdeaf
- Hugo
---
This is an automatically gen
54 matches
Mail list logo