Re: Guest VM hostname to its IP address mapping is not getting set in Virtual Router's /etc/hosts file

2015-01-27 Thread Sheng Yang
net> wrote: > Hi Alena, Sheng Yang, > > In my setup where I have DNS provider as VR and Connectivity/DHCP provider > as NuageVsp, /etc/hosts file is not getting populated with hostname to IP > map. > > Could you please explain how and when is Guest VM hostname to its IP >

Re: SSL Usages in CloudStack

2014-10-17 Thread Sheng Yang
There are two places uses SSL. Apache server and sockets. For sockets, all the code are in Link.java, NioServer/NioClient/NioConnection etc. I don't know much about Apache server one, which should be used in CPVM and download template etc. --Sheng On Thu, Oct 16, 2014 at 10:00 PM, Santhosh Eduk

RE: merging versus cherry-picking

2014-10-16 Thread Sheng Yang
Oh, sorry Daan, seems I am a little out dated. Just found 4.5 has been branched without the refactor. --Sheng On Oct 16, 2014 11:08 AM, "Sheng Yang" wrote: > I totally agree that we should have some staging tree for this purpose. > But I would prefer deploying gerrit on this r

RE: merging versus cherry-picking

2014-10-16 Thread Sheng Yang
I totally agree that we should have some staging tree for this purpose. But I would prefer deploying gerrit on this rather than using github. Also, using gerrit would make it possible to host our own Jenkins instance for testing, rather than depends on TravisCI which is very limited and shared acro

Re: Shellshock

2014-09-30 Thread Sheng Yang
l Message----- >> From: John Kinsella [mailto:j...@stratosec.co] >> Sent: 30 September 2014 22:57 >> To: dev@cloudstack.apache.org >> Subject: Re: Shellshock >> >> I’m not worried about any specific use-case, but I’d rather not have >> vulnerable so

Re: Shellshock

2014-09-30 Thread Sheng Yang
systemvm-public-ip/cgi-bin/ipcalc is a perl script. > > > > -Original Message- > > From: Sheng Yang [mailto:sh...@yasker.org] > > Sent: Monday, September 29, 2014 5:21 PM > > To: > > Subject: Re: Shellshock > > > > http://systemvm-public-ip/

Re: Shellshock

2014-09-29 Thread Sheng Yang
http://systemvm-public-ip/cgi-bin/ipcalc is NOT a bash script, so it's normal that it cannot be exploited. --Sheng On Fri, Sep 26, 2014 at 1:57 PM, Demetrius Tsitrelis < demetrius.tsitre...@citrix.com> wrote: > Do you mean you tried setting the USER_AGENT like in > https://community.qualys.com/b

Re: conf values for 4.4 from master

2014-09-24 Thread Sheng Yang
router.aggregation.command.each.timeout', '3', 'timeout in seconds for each Virtual Router command being aggregated. The final aggregation command timeout would be determined by this timeout * commands counts ', '3') ON DUPLICATE KEY UPDATE category='Adv

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, descri

Re: Review Request 24892: passwd_server attempts to start but terminates with the exit code 137

2014-09-17 Thread Sheng Yang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24892/#review53687 --- Ship it! Ship It! - Sheng Yang On Aug. 20, 2014, 2:25 p.m

Re: Review Request 24892: passwd_server attempts to start but terminates with the exit code 137

2014-08-25 Thread Sheng Yang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24892/#review51437 --- Ship it! Looks good to me. - Sheng Yang On Aug. 20, 2014, 2:25

Re: [VOTE] git workflow

2014-08-08 Thread Sheng Yang
Rohit, Thank you to bring this to a end. Finally handling multiple maintenance release is recognized as an issue in this model. --Sheng On Fri, Aug 8, 2014 at 4:28 AM, Rohit Yadav wrote: > Hi, > > Vincent (nvie) has allowed me to share his email publicly, here you go: > > " > Hi Rohit, > > Th

Re: [VOTE] git workflow

2014-07-31 Thread Sheng Yang
On Thu, Jul 31, 2014 at 4:28 PM, Rohit Yadav wrote: > Comments in-line; > > On 31-Jul-2014, at 11:03 pm, Alena Prokharchyk < > alena.prokharc...@citrix.com> wrote: > > > Done, updated the wiki page with my comments. Copy/pasting here: > > > > Open items: > > 1) Which bugs can be submitted to deve

Re: [PROPOSAL] systemvm upgrade process

2014-07-31 Thread Sheng Yang
In fact we're think about the ultimate solution for it. Utilize deb repo. But we haven't got time to implement it yet. Hope we can get this idea on track soon. --Sheng On Thu, Jul 31, 2014 at 12:52 PM, Pierre-Luc Dion wrote: > since 4.3 the management-server can tell if systemvm and VR requir

Re: [VOTE] git workflow

2014-07-31 Thread Sheng Yang
+0, based on my opinion on another thread "git commit process". --Sheng On Thu, Jul 31, 2014 at 10:56 AM, Mark Hinkle wrote: > +1 > > Mark > > > On Jul 31, 2014, at 12:03 PM, Sudha Ponnaganti < > sudha.ponnaga...@citrix.com> wrote: > > > +1 > > > > On Thu, Jul 31, 2014 at 12:28 PM, Rajani Karut

Re: [DISCUSS] git commit proces

2014-07-31 Thread Sheng Yang
On Thu, Jul 31, 2014 at 12:55 AM, Leo Simons wrote: > On Jul 31, 2014, at 12:55 AM, Sheng Yang wrote: > > I suppose it would work like this: > > 1. In the original model, every release branch would be deleted after > merge > > into develop and master branch. There is no

Re: [DISCUSS] git commit proces

2014-07-30 Thread Sheng Yang
On Wed, Jul 30, 2014 at 1:21 AM, Leo Simons wrote: > On Jul 30, 2014, at 1:14 AM, Sheng Yang wrote: > > The issue with current development process? > > 1. Cherry-pick is needed for RM to choose stable fix commit after code > > freeze to enforce quality. > > 2. Bug fi

Re: [DISCUSS] git commit proces

2014-07-30 Thread Sheng Yang
On Wed, Jul 30, 2014 at 12:37 AM, Sebastien Goasguen wrote: > > On Jul 29, 2014, at 8:40 PM, Sheng Yang wrote: > > > And talking about to achieve good code quality, I think compulsive review > > and testing through some kind of automation system is much more hel

Re: [DISCUSS] git commit proces

2014-07-29 Thread Sheng Yang
And talking about to achieve good code quality, I think compulsive review and testing through some kind of automation system is much more helpful. --Sheng On Tue, Jul 29, 2014 at 4:14 PM, Sheng Yang wrote: > Hi Leo, > > I am afraid the answer is too generic. We'd better look i

Re: [DISCUSS] git commit proces

2014-07-29 Thread Sheng Yang
its that do not. --Sheng On Tue, Jul 29, 2014 at 12:52 AM, Leo Simons wrote: > On Jul 29, 2014, at 5:45 AM, Sheng Yang wrote: > > I am trying to catch up, by reading the thread and checking what's > gitflow > > etc, but could someone already familiar with the topic g

Re: [ACS44] merge of forward branch

2014-07-28 Thread Sheng Yang
t; > Yes that's how I did for 4.2 and 4.3 > > > > Sent from my iPhone > > > > On Jul 28, 2014, at 6:28 PM, "Sheng Yang" wrote: > > > > Daan, > > > > 4.4-forward should contain all the commits for 4.4. So 4.4-forward itself > >

Re: [DISCUSS] git commit proces

2014-07-28 Thread Sheng Yang
Sorry guys, I haven't followed up the thread. But I think we probably jump to conclusion too quickly. I found the discussion mostly took place later last week. I'm afraid not enough people aware of what's happening. I am trying to catch up, by reading the thread and checking what's gitflow etc, bu

Re: [ACS44] merge of forward branch

2014-07-28 Thread Sheng Yang
Daan, 4.4-forward should contain all the commits for 4.4. So 4.4-forward itself should be able to make as 4.4, without merge back to 4.4? That's what we want to have a 4.4-forward for 4.4. future release. It's superset of current 4.4 branch. Well, probably result in a force-overwrite. But I gues

VirtualRoutingResource bugs CLOUDSTACK-7111 after refactor

2014-07-17 Thread Sheng Yang
Hi Hugo, I saw you refactor the VirtualRoutingResource, but it introduced https://issues.apache.org/jira/browse/CLOUDSTACK-7111 . Here are the lines you deleted. -ExecutionResult result = new ExecutionResult(true, "No configure to be applied"); -for (ConfigItem c : cfg) {

[ACS4.4] CLOUDSTACK-3540: Fix edithosts.sh on matching tag

2014-06-27 Thread Sheng Yang
Hi Daan, Please cherry-pick following commit for fixing CLOUDSTACK-3540: commit 46f2b61374c2012bca251c1de58fb1250e50b755 Author: Sheng Yang Date: Fri Jun 27 17:16:56 2014 -0700 CLOUDSTACK-3540: Fix edithosts.sh on matching tag Thank you! --Sheng

[ACS4.4] CLOUDSTACK-6854

2014-06-23 Thread Sheng Yang
Hi Daan, Please cherry-pick from 4.4-forward branch: commit dfe20f34f2e72335586b0e014ba1f91aa4ed473e Author: Sheng Yang Date: Fri Jun 20 17:36:49 2014 -0700 CLOUDSTACK-6854: Fix inconsistent IPv6 address formats fc00:0003:1373::0002 should be treated the same as fc00:3:1373::2

[ACS44] CLOUDSTACK-6908: Enable IPv6 in sysctl when only necessary

2014-06-13 Thread Sheng Yang
Hi Daan, Please cherry-pick following commit from 4.4-forward. Thanks! commit 60e46293234cccea5d2bd31588123e65af3e9bad Author: Sheng Yang Date: Fri Jun 13 11:05:35 2014 -0700 CLOUDSTACK-6908: Enable IPv6 in sysctl when only necessary This new way would only enable IPv6 when VR is

Re: irc meeting on rvr4vpc

2014-06-11 Thread Sheng Yang
m> wrote: > H, > > We had a little meeting on the state of this feature and the way to go. I > have no karma for ASFBot meetings so here is my excerpt from the transcript: > > Attendance: > K3KH Karl Harris > Yasker Sheng Yang > Spark404 Hugo Trippaers > echaz Eric

Re: [DISCUSS] Introducing Gerrit for quality? was: [PROPOSAL] Using continuous integration to maintain our code quality...

2014-06-10 Thread Sheng Yang
ricade > and start a revolution to get whatever automated tooling we need to support > this process. > > Cheers, > > Hugo > > > > On 10 jun. 2014, at 06:15, Rajani Karuturi > wrote: > > > +1 for github pull requests. They are much better and cleaner than >

Re: redundant virtual routers for VPCs

2014-06-09 Thread Sheng Yang
BTW, do we have an agenda or some topics we want to discuss for the meeting? I just want to make sure it's efficient. --Sheng On Mon, Jun 9, 2014 at 1:14 PM, Sander Botman wrote: > Hi all > > I can make 15:00. > > Cannon join at 20:00. > > Cheers Sander > > Verstuurd vanaf mijn iPhone > > > Op

Re: SNAT iptable entry on VirtualRouter

2014-06-09 Thread Sheng Yang
vif is > already present.If I dump "correctVif.getDevice(conn)" > it returns zero. > > Does this command handler also gets called when Public-ip is associated > with VM's private ip (StaticNAT) ? > Do we create a new interface in DomainRouter when staticNAT entry is

Re: redundant virtual routers for VPCs

2014-06-09 Thread Sheng Yang
Yes, I am in Pacific Time. --Sheng On Sat, Jun 7, 2014 at 10:33 PM, Daan Hoogland wrote: > ok, I think your on pacific time, are you? > > On Sun, Jun 8, 2014 at 5:33 AM, Sheng Yang wrote: > > I would be glad to join. > > > > --Sheng > > > > > >

Re: redundant virtual routers for VPCs

2014-06-07 Thread Sheng Yang
I would be glad to join. --Sheng On Sat, Jun 7, 2014 at 3:01 AM, Daan Hoogland wrote: > At Schuberg Philis, the urge to have virtual routers in a redundant > way is getting to be pressing. It seems Citrix wants to move away from > it entirely and Sungard is working on it but has to little reso

Re: [ACS44] 112 unpicked cherries in 4.4-forward. why?

2014-06-07 Thread Sheng Yang
To my understanding 4.4-forward is a staging tree for 4.4.1 release currently, and only issues critical enough would go for 4.4 branch, and author would ask for pick up in that case. I think that's what's happened with 4.3-forward branch. --Sheng On Sat, Jun 7, 2014 at 3:05 PM, Sudha Ponnaganti

Re: [DISCUSS] Introducing Gerrit for quality? was: [PROPOSAL] Using continuous integration to maintain our code quality...

2014-06-07 Thread Sheng Yang
4 at 10:48 PM, Rohit Yadav wrote: > Hi, > > On Sat, Jun 7, 2014 at 4:56 AM, Sheng Yang wrote: > > > Hi all, > > > > Seems it's a good timing to bring back the discussion about the gerrit. > > > > We want to do CI, and improve our code quality. One obvi

[DISCUSS] Introducing Gerrit for quality? was: [PROPOSAL] Using continuous integration to maintain our code quality...

2014-06-06 Thread Sheng Yang
Hi all, Seems it's a good timing to bring back the discussion about the gerrit. We want to do CI, and improve our code quality. One obvious way of doing and reduce the workload of devs is introduce a tool to enforce the process. I've checked out quite a few projects using gerrit, which would for

Re: SNAT iptable entry on VirtualRouter

2014-06-06 Thread Sheng Yang
Hi Sachin, The nicDevId() you see is coming from prepareNetworkElementCommand(IpAssocCommand cmd) in CitrixResourceBase in case of Xen. You would see this: if (addVif) { // Add a new VIF to DomR String vifDeviceNum = getLowestAvailableVIFDe

Re: SNAT iptable entry on VirtualRouter

2014-05-16 Thread Sheng Yang
Hi Sachin, I don't think it's normal. Could you please post iptables-save? It should be eth2 I think. --Sheng On Wed, May 14, 2014 at 2:51 AM, Sachchidanand Vaidya wrote: > Hi, > I have an isolated network (192.168.3.x/24) being served by > VirtualRouter, where 10.84.59.131 is SourceNAT ad

Re: Build failed in Jenkins: build-master-slowbuild #832

2014-05-16 Thread Sheng Yang
hing part that fails, either in > jenkins or in the jenkins plugin. I've reproduced a similar job on our > internal jenkins which works fine so I'll keep looking. > > this for an update, > Daan > > On Wed, May 14, 2014 at 8:25 PM, Sheng Yang wrote: > > Can someo

[ACS44] Cherry pick for CLOUDSTACK-6241

2014-05-15 Thread Sheng Yang
Hi Daan, Could you help to cherry pick the following commit to 4.4 branch? commit d32f5c70d26ce82561bbdce962fd881a644ab81c Author: Sheng Yang Date: Fri Mar 14 13:36:43 2014 -0700 CLOUDSTACK-6241: Fix default route for IPv6 network when IPv4 not used (cherry picked from commit

Re: VPC VPN Multiple Connections to Same Gateway

2014-05-14 Thread Sheng Yang
Hi John, This has been addressed as https://issues.apache.org/jira/browse/CLOUDSTACK-5501 The fix would be in 4.4 and after. Thanks! --Sheng On Tue, May 13, 2014 at 2:38 PM, John Skinner wrote: > Hey list - > > Having an issue with VPCs and site to site VPNs with CloudStack 4.2 . We > have an

Fwd: Build failed in Jenkins: build-master-slowbuild #832

2014-05-14 Thread Sheng Yang
Can someone take a look at this? Slowbuild has been failed for two days, but FindBugs page give out nothing in detail - it's blank. http://jenkins.buildacloud.org/job/build-master-slowbuild/832/findbugsResult/new/ --Sheng -- Forwarded message -- From: Date: Tue, May 13, 2014 at

Re: [ACS44] Cherry pick for CLOUDSTACK-6241

2014-05-14 Thread Sheng Yang
It is "not equal". When IPv4 is not set, no default route handling code would be processed. --Sheng On Wed, May 14, 2014 at 12:05 AM, Daan Hoogland wrote: > On Wed, May 14, 2014 at 12:31 AM, Sheng Yang wrote: > > d32f5c70d26ce82561bbdce962fd881a644ab81c > > > it

[ACS44] Fix for CLOUDSTACK-5501 and CLOUDSTACK-6607

2014-05-12 Thread Sheng Yang
Hi Daan, Please cherry pick following commits in 4.4-forward branch for ACS 4.4's fix. commit a3e9d0ff12deb36fa304795a089345869cc29a08 Author: Sheng Yang Date: Mon May 12 18:26:53 2014 -0700 CLOUDSTACK-5501: Allow one vpn customer gateway with multiple connections This restri

Re: schema upgrade in 4.4 not in master

2014-04-30 Thread Sheng Yang
It's in the master. See commit: 4620c27ebf750c840b530d18fed7d8adf857e91 in the master branch. --Sheng On Wed, Apr 30, 2014 at 6:38 AM, Daan Hoogland wrote: > Sheng, > > I encountered your commit 3578c7137f42fdcaadad9b263e18921e2fa094da in > 4.4: CLOUDSTACK-6047: Make aggregation command timeou

Re: [ACS44] 4.4-forward branch creation accident

2014-04-22 Thread Sheng Yang
Thanks Daan. --Sheng On Tue, Apr 22, 2014 at 1:46 PM, Daan Hoogland wrote: > Sheng, you are right. I will try to rename 4.4-forward and recreate > from 4.4. I didn't notice the older commits on the branch. > > On Tue, Apr 22, 2014 at 10:37 PM, Sheng Yang wrote: > &g

[ACS44] 4.4-forward branch creation accident

2014-04-22 Thread Sheng Yang
Wait, MASTER is very difference from 4.4 branch which is feature freezed one month before. People are still working on MASTER for new features, I don't think it would be possible to kick out the commits not in 4.4 branch. I would suggest save the commits in 4.4-forward, discard the current 4.4-for

Re: [ACS44] code freeze

2014-04-21 Thread Sheng Yang
Daan, There are missing commits of 4.4-forward branch. My commit to 4.4 branch on last Friday is not in 4.4-forward branch as well. --Sheng On Mon, Apr 21, 2014 at 3:22 PM, Min Chen wrote: > Daan, > > How did you create 4.4-forward branch? I found that 4.4 branch has > a lot > of comm

Re: cloudmanagementserver.keystore

2014-04-10 Thread Sheng Yang
Btw, the place used the keystore is at Link.java. --Sheng On Thu, Apr 10, 2014 at 9:36 AM, Sheng Yang wrote: > We traced back the issue to: > > commit de448ec4792eda5b47d79b26e9cb8ce96a2b22f4 > Author: Wei Zhou > Date: Thu Nov 7 11:09:06 2013 +0100 > > CL

Re: cloudmanagementserver.keystore

2014-04-10 Thread Sheng Yang
We traced back the issue to: commit de448ec4792eda5b47d79b26e9cb8ce96a2b22f4 Author: Wei Zhou Date: Thu Nov 7 11:09:06 2013 +0100 CLOUDSTACK-5042: change cloud.keystore to cloudmanagementserver.keystore and install it This commit only modify the keystore name, but remain the real place t

Re: 4.4 BVT blocker : CLOUDSTACK-6309

2014-03-31 Thread Sheng Yang
Fixed in 4.4 and master. Please verify. --Sheng On Mon, Mar 31, 2014 at 11:06 AM, Sheng Yang wrote: > I would take a look at this. > > --Sheng > > > On Mon, Mar 31, 2014 at 8:30 AM, Rayees Namathponnan < > rayees.namathpon...@citrix.com> wrote: > >> Hi Al

Re: 4.4 BVT blocker : CLOUDSTACK-6309

2014-03-31 Thread Sheng Yang
I would take a look at this. --Sheng On Mon, Mar 31, 2014 at 8:30 AM, Rayees Namathponnan < rayees.namathpon...@citrix.com> wrote: > Hi All, > > 4.4 automation blocked with latest build, router deployment failing with > below error > > 2014-03-31 00:16:52,144 WARN [o.a.c.e.o.NetworkOrchestrator

Re: Review Request 19038: CLOUDSTACK-6090: Virtual Router Service Failure Alerting

2014-03-19 Thread Sheng Yang
> On March 18, 2014, 10:30 p.m., Sheng Yang wrote: > > core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java, > > line 282 > > <https://reviews.apache.org/r/19038/diff/3/?file=519578#file519578line282> > > > > Put it in query co

Re: Review Request 19038: CLOUDSTACK-6090: Virtual Router Service Failure Alerting

2014-03-18 Thread Sheng Yang
#comment69282> It should be fine to always use alerts="${alerts}\n${line}" anyway... You don't need so complex if statement here. - Sheng Yang On March 14, 2014, 9:36 a.m., Harikrishna Patnala wrote: > >

Re: Review Request 19062: Per contrail implementation, CS ingress policy mapping: rule cidr should be mapped to src net, dst net is 'local' i.e same as 'guest network' on which rule is applied

2014-03-18 Thread Sheng Yang
> On March 18, 2014, 6 p.m., Sheng Yang wrote: > > Ship It! Committed to MASTER. Thanks! - Sheng --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19062/#re

Re: Review Request 19062: Per contrail implementation, CS ingress policy mapping: rule cidr should be mapped to src net, dst net is 'local' i.e same as 'guest network' on which rule is applied

2014-03-18 Thread Sheng Yang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19062/#review37577 --- Ship it! Ship It! - Sheng Yang On March 11, 2014, 7:42 p.m

Re: Exception adding XenServer host to CS

2014-03-03 Thread Sheng Yang
Sorry for just notice your issue. But it's unrelated to my chance. The scripts I deleted are scripts used to access the VR, not the host... So I don't think it's the cause of your issue. These files has been replaced by executing in the VR directly. I would remove the wrong warnings. can_bridge_f

Re: 4.4 Feature Freeze

2014-02-28 Thread Sheng Yang
As Mike said, due to our long RC process, maintain the original timeline is basically means PENALTY for people working on current release: if people works on testing/fixing the previous release, then the time left for them into new release would be much shorter. In our current case, likely 2 weeks.

Re: Review Request 18310: dnsmasq fix for bridged networks

2014-02-25 Thread Sheng Yang
NFORM request, not DHCPREQUEST/DHCPDISCOVER. And the option would stop that ack. Applied to MASTER. Thanks! - Sheng Yang On Feb. 20, 2014, 2:01 p.m., Joris van Lieshout wrote: > > --- > This is an automatically generated e-mail. T

Re: Review Request 18310: dnsmasq fix for bridged networks

2014-02-25 Thread Sheng Yang
on is set to by ACS: > dhcp-range=10.xxx.xxx.1,static > > Kind regards, > Joris van Lieshout > > -Original Message- > From: Sheng Yang [mailto:sh...@yasker.org] > Sent: maandag 24 februari 2014 23:30 > To: Joris van Lieshout > Cc: daan Hoogland; Hugo Trippaers; cloudst

Re: Review Request 18310: dnsmasq fix for bridged networks

2014-02-24 Thread Sheng Yang
ing my first attempt to contribute :) and > sorry for my late response. I want to gadder a bit more info because I've > seen it hand out adresses. Besides that this setting should at least provide > an extra failsafe. > > Regards, Joris > > Sent from my iPhone > > On 2

Re: Review Request 18310: dnsmasq fix for bridged networks

2014-02-21 Thread Sheng Yang
Hi Joris, This patch hasn't been applied yet, sorry for my second thought. Could you comment on it? --Sheng On Thu, Feb 20, 2014 at 10:29 AM, Sheng Yang wrote: >This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/18310/ > > On Fe

Re: Working on CloudStack Jira-764:nTier Apps 2.0 : Redundant Virtual Router for VPC email 2 of 2

2014-02-20 Thread Sheng Yang
> Desired: > > CloudStack to be able to manipulate the keepalived and conntrackd > applications to allow for dynamic configuration of VPC networks(s) which > require virtual redundant router capability. > > > > > Comments on this partitioning of the issues? > >

Re: Review Request 18310: dnsmasq fix for bridged networks

2014-02-20 Thread Sheng Yang
> On Feb. 20, 2014, 6:17 p.m., Sheng Yang wrote: > > Looks good to me. > > > > Also I've confirmed that even with this option, the MAC would show in > > dnsmasq.log, which is necessary for debug. > > > > Applied to MASTER. Thanks! One moment,

Re: Review Request 18310: dnsmasq fix for bridged networks

2014-02-20 Thread Sheng Yang
> On Feb. 20, 2014, 6:17 p.m., Sheng Yang wrote: > > Looks good to me. > > > > Also I've confirmed that even with this option, the MAC would show in > > dnsmasq.log, which is necessary for debug. > > > > Applied to MASTER. Thanks! > > Sheng

Re: Review Request 18310: dnsmasq fix for bridged networks

2014-02-20 Thread Sheng Yang
with this option, the MAC would show in dnsmasq.log, which is necessary for debug. Applied to MASTER. Thanks! - Sheng Yang On Feb. 20, 2014, 2:01 p.m., Joris van Lieshout wrote: > > --- > This is an automatically generated e-mail. T

Re: Review Request 18310: dnsmasq fix for bridged networks

2014-02-20 Thread Sheng Yang
with this option, the MAC would show in dnsmasq.log, which is necessary for debug. Applied to MASTER. Thanks! - Sheng Yang On Feb. 20, 2014, 2:01 p.m., Joris van Lieshout wrote: > > --- > This is an automatically generated e-mail. T

Master blocker CLOUDSTACK-6130

2014-02-19 Thread Sheng Yang
Hi Hugo/Ian, I suspect https://issues.apache.org/jira/browse/CLOUDSTACK-6130 is caused by some of recent change of findbugs. It's likely got something wrong with GeneralDaoBase, and the most recently modifications are: commit 443acac92792cb2654c3414df276efac404f Author: Hugo Trippaers Date:

Re: [VOTE] Apache CloudStack 4.3.0 (fifth round)

2014-02-19 Thread Sheng Yang
functioning in the sixth RC > and will fully test tomorrow. > > Regards > > Geoff Higginbottom > > D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 > > geoff.higginbot...@shapeblue.com > > -Original Message- > From: Sheng Yang [mailto:sh...@yaske

Re: [VOTE] Apache CloudStack 4.3.0 (fifth round)

2014-02-19 Thread Sheng Yang
t missing when it should be there. > > Regards > > Geoff Higginbottom > > D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 > > geoff.higginbot...@shapeblue.com > > -Original Message- > From: Sheng Yang [mailto:sh...@yasker.org] > Sent: 1

Re: [VOTE] Apache CloudStack 4.3.0 (fifth round)

2014-02-18 Thread Sheng Yang
Hi Geoff, https://cwiki.apache.org/confluence/display/CLOUDSTACK/Remote+Access+VPN+for+VPC I just checked the latest 4.3 code and VPN for VPC works well. The steps are(as refered in the spec): 1. User click VPC's IP list 2. User choose VPC's source nat IP 3. User click "Enable VPN" 4. Others ar

Re: [VOTE] Apache CloudStack 4.3.0 (fifth round)

2014-02-18 Thread Sheng Yang
On Tue, Feb 18, 2014 at 12:48 PM, Hugo Trippaers wrote: > > > Sent from my iPhone > > > On 18 feb. 2014, at 20:09, Sheng Yang wrote: > > > > I don't understand why it's a blocker for release. > > > > 1. There is no correlated BUG ID. > T

Re: Problem with DHCP leases

2014-02-18 Thread Sheng Yang
Sounds like: https://issues.apache.org/jira/browse/CLOUDSTACK-5986 It's introduced by new dhcp_release mechanism, and I've fixed it in the related branch, including 4.2 and 4.3. There is a workaround can be used by manipulating edithosts.sh in the VR, by setting no_dhcp_release to 1 always. --Sh

Re: [VOTE] Apache CloudStack 4.3.0 (fifth round)

2014-02-18 Thread Sheng Yang
I don't understand why it's a blocker for release. 1. There is no correlated BUG ID. 2. Unit test is good, but unit test is not a blocker for release. 3. If what's missing is only a check for input value, I don't think it's a blocker. --Sheng On Tue, Feb 18, 2014 at 10:06 AM, Animesh Chaturvedi

Re: [PROPOSAL] PVLAN support for CloudStack deployment over Nexus 1000v in VMware environment

2014-02-14 Thread Sheng Yang
+1. Looks pretty straightforward to me. --Sheng On Thu, Feb 13, 2014 at 10:47 PM, Sateesh Chodapuneedi < sateesh.chodapune...@citrix.com> wrote: > Currently PVLAN support is available in CloudStack deployment over VMware > ESXi hypervisor for VMware dvSwitch only. I would like to extend this t

Re: [Proposal] Virtual Router service failure alerting

2014-02-13 Thread Sheng Yang
I meant, host can access VR, but VR can't access host(e.g. ssh into host), which is in the control network. --Sheng On Thu, Feb 13, 2014 at 1:55 PM, Sheng Yang wrote: > Alena, > > Mgmt server may not be accessible by VR directly, and there is no way for > VR to communicate w

Re: [Proposal] Virtual Router service failure alerting

2014-02-13 Thread Sheng Yang
se when alert is generated by CS Service > running on a diff host. Please take a look, that might work for your > feature: > > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Alert+publishing+via > +Web+ROOT+admin+API > > > > Thanks, > Alena. > > > >

Re: [Proposal] Virtual Router service failure alerting

2014-02-13 Thread Sheng Yang
Hi Hari, +1. Getting log from VR is a long awaited feature. One correction: VR does have mgmt network nic, but it doesn't have direct communcation with mgmt server(in the most case except VMware). So polling is still needed. And another comment: you can reuse CheckRouterTask() for the purpose. I

Re: Working on CloudStack Jira-764:nTier Apps 2.0 : Redundant Virtual Router for VPC email 2 of 2

2014-02-13 Thread Sheng Yang
generate the LINK and IGNORE configuration > commands for conntrackd. > > The Network Guru mentioned above seemed like an interesting place to look, > even though it's used to work with the DAO's for the NetworkElements. > > Karl > > > > > > On Mon, Feb 3

Re: Template for Java 7 in Master branch

2014-02-10 Thread Sheng Yang
> >> > >> Thanks > >> -min > >> > >>> On 2/8/14 4:05 AM, "Hugo Trippaers" wrote: > >>> > >>> Sheng, > >>> > >>> Use the templates build from master (after build 77) from > >>> jenkin

Re: [PROPOSAL] Virtual Router aggregated execution

2014-02-07 Thread Sheng Yang
On Fri, Feb 7, 2014 at 4:48 PM, Sheng Yang wrote: > Thanks for the comment! > > On Fri, Feb 7, 2014 at 3:25 PM, Chiradeep Vittal < > chiradeep.vit...@citrix.com> wrote: > >> +1. >> * The guideline is not clear as to when a developer should use this >> exec

Re: Template for Java 7 in Master branch

2014-02-07 Thread Sheng Yang
BTW, the error result in SSVM and CPVM agents fail to start. --Sheng On Fri, Feb 7, 2014 at 5:10 PM, Sheng Yang wrote: > Got this error with 4.3 template: > > Exception in thread "main" java.lang.UnsupportedClassVersionError: > com/cloud/agent/AgentShell : Unsupported ma

Template for Java 7 in Master branch

2014-02-07 Thread Sheng Yang
Got this error with 4.3 template: Exception in thread "main" java.lang.UnsupportedClassVersionError: com/cloud/agent/AgentShell : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:634)

Re: [PROPOSAL] Virtual Router aggregated execution

2014-02-07 Thread Sheng Yang
gt; No thread pool. > * > Can we also address the case of restoring state to a VR when restarting > the VR outside of CloudStack. > No. That's not in the scope. I was willing to take a more radical approach for this work, but practically I would want to solve the 80% problem th

Re: [PROPOSAL] load balancing configuration for VM nic secondary ips

2014-02-07 Thread Sheng Yang
+1. Looks fine to me. I think there are should be some UI changes, allow to choose multiple IPs if VM has more than one IP in this network. --Sheng On Fri, Feb 7, 2014 at 9:55 AM, Chiradeep Vittal < chiradeep.vit...@citrix.com> wrote: > +1. Any UI changes? > > > On 2/6/14 5:11 AM, "Jayapal Red

[PROPOSAL] Virtual Router aggregated execution

2014-02-06 Thread Sheng Yang
Hi Devs, Here I'd like to introduce this improvement of VR. https://issues.apache.org/jira/browse/CLOUDSTACK-6047 https://cwiki.apache.org/confluence/display/CLOUDSTACK/Virtual+Router+aggregated+command+execution In short, we would speed up VR's rebooting and re-creating, by aggregated execution

Re: Review Request 17684: Do not initialize contrail plugin component functionality like db sync, network offerring creation when contrail is not installed

2014-02-04 Thread Sheng Yang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17684/#review33636 --- Ship it! Applied to MASTER. Thanks. - Sheng Yang On Feb. 4

Re: Working on CloudStack Jira-764:nTier Apps 2.0 : Redundant Virtual Router for VPC email 2 of 2

2014-02-03 Thread Sheng Yang
On Mon, Feb 3, 2014 at 11:27 AM, Karl Harris wrote: > On Mon, Feb 3, 2014 at 2:03 PM, Daan Hoogland >wrote: > > > > > On 03 Feb 2014, at 19:45, Karl Harris wrote: > > > > > On Mon, Feb 3, 2014 at 12:54 PM, Daan Hoogland < > daan.hoogl...@gmail.com > > >wrote: > > > > > >> > > >> On 03 Feb 2014,

Re: Working on CloudStack Jira-764:nTier Apps 2.0 : Redundant Virtual Router for VPC email 2 of 2

2014-02-03 Thread Sheng Yang
On Mon, Feb 3, 2014 at 9:03 AM, Karl Harris wrote: > After discussion with my colleagues questions about initial > configuration of the open network redundant routers and the > applicability of the existing bash scripts (cloud-early-config) to the > setup of VPC redundant routers have generated.

Re: Review Request 17348: VPC support for contrail plugin

2014-01-30 Thread Sheng Yang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17348/#review33282 --- Ship it! Applied to master. Thanks! - Sheng Yang On Jan. 31

Re: Review Request 17348: VPC support for contrail plugin

2014-01-30 Thread Sheng Yang
to correct them all(but send in an separate patch for the existed file please). Others looks good to me. Please correct the name style issue in this patch, rebase to latest master and generate the patch using: git-format-patch. Thanks. - Sheng Yang On Jan. 25, 2014, 1:26 a.m., Suresh Bal

[4.3]Please cherry-pick the fix for CLOUDSTACK-5986

2014-01-29 Thread Sheng Yang
Hi Animesh, Seems we need another RC, so I'd like to include this fix in the new build. It's already in 4.3-forward branch. Thanks! commit 441d02dd402e632c3eba1062a55fc0d752e76003 Author: Sheng Yang Date: Wed Jan 29 16:15:24 2014 -0800 CLOUDSTACK-5986: Make dnsmasq handle dnsm

Re: userVmResponse no longer returns some parameters

2014-01-29 Thread Sheng Yang
That's the reason of: http://www.mail-archive.com/dev@cloudstack.apache.org/msg21948.html --Sheng On Wed, Jan 29, 2014 at 1:53 PM, Alena Prokharchyk < alena.prokharc...@citrix.com> wrote: > Hi Daan, > > In the latest master build I observed that listVirtualMachines command no > longer returns p

[4.3-forward] UI show blank summary of VMs, fields missing from API response

2014-01-27 Thread Sheng Yang
The reason is due to some reason, the fields seems missing from respons. It must due to some recent change. And here is an screenshot: http://imgur.com/G6P5rsS And API response to listVirtualMachines API: { "listvirtualmachinesresponse" : { "count":2 ,"virtualmachine" : [ {"id":"aaae4df6-2d01-4

Re: [VOTE] Apache CloudStack 4.3.0 (first round)

2014-01-23 Thread Sheng Yang
I think the issue Hugo fixed should trigger another RC. But still, we need to test as much as we can for current RC now. It would make the release work easier. --Sheng On Thu, Jan 23, 2014 at 11:51 AM, Animesh Chaturvedi < animesh.chaturv...@citrix.com> wrote: > Hugo > > Thanks for running find

Re: How to specify default network through API

2014-01-22 Thread Sheng Yang
The first one in the list would be used as the default network, as design. --Sheng On Wed, Jan 22, 2014 at 11:27 PM, Gaurav Aradhye wrote: > Hi all, > > How can I specify the default network of the VM while deploying the VM in > multiple networks? The API "deployVirtualMachine" has "networkids

Re: Adding Redundant Routers to VPCs

2014-01-22 Thread Sheng Yang
On Wed, Jan 22, 2014 at 12:25 PM, Karl Harris wrote: > Hope I get this thread correct. > > On Wed, Jan 22, 2014 at 2:55 PM, Sheng Yang wrote: > > > Again, Karl, please keep the relevant things in ONE mail thread. > > > > Please don't start one thread eve

Re: Adding Redundant Routers to VPCs

2014-01-22 Thread Sheng Yang
Again, Karl, please keep the relevant things in ONE mail thread. Please don't start one thread every time you posted in the community. You can simply reply the thread you posted before, address people's comment, and also would keep the people involved know what's going on. On Wed, Jan 22, 2014 a

Re: DHCP entry fails to apply on the latest master

2014-01-21 Thread Sheng Yang
The systemvm iso changed. You need to rebuild system iso, clean up the tags on xen host(assume), then the new iso would be copied to Xen host after you reboot the mgmt server. Check /opt/xensource/packages/iso/systemvm.iso ensure it's updated. --Sheng On Tue, Jan 21, 2014 at 11:09 AM, Nitin Meh

Re: IPv6 in VPC (was Re: IPv6 plan - questions)

2014-01-17 Thread Sheng Yang
On Thu, Jan 16, 2014 at 11:19 PM, Marcus Sorensen wrote: > On Thu, Jan 16, 2014 at 12:33 PM, Sheng Yang wrote: > > On Thu, Jan 9, 2014 at 7:04 AM, Daan Hoogland < > dhoogl...@schubergphilis.com> > > wrote: > >> > >> H Marcus, We had a sma

  1   2   3   4   >