> > Thanks. I wasn't able to find where this is triggered. Could you point > me > there so I can replicate it for KVM?
I think I missed some patches, I'll merge them ASAP. I'm trying to build apache master, but maven install is very slow, Does anyone know what's going on here? Anthony Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/apache/ant/ant/1.7.0/ant-1.7.0.pom [INFO] Unable to find resource 'org.apache.ant:ant:pom:1.7.0' in repository tomcat-repository (http://tomcat.apache.org/dev/dist/m2-repository) Downloading: http://repo1.maven.org/eclipse/org/apache/ant/ant/1.7.0/ant-1.7.0.pom [INFO] Unable to find resource 'org.apache.ant:ant:pom:1.7.0' in repository eclipse-repo (http://repo1.maven.org/eclipse) Downloading: https://maven-repository.dev.java.net/nonav/repository//org.apache.ant/poms/ant-1.7.0.pom [WARNING] Unable to get resource 'org.apache.ant:ant:pom:1.7.0' from repository java.net (https://maven-repository.dev.java.net/nonav/repository/): Error transferring file: maven-repository.dev.java.net Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant/1.7.0/ant-1.7.0.pom 9K downloaded (ant-1.7.0.pom) Downloading: http://ws.zones.apache.org/repository2/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom [WARNING] Unable to get resource 'org.apache.ant:ant-parent:pom:1.7.0' from repository apache-ws-snapshots2 (http://ws.zones.apache.org/repository2): Error transferring file: Connection timed out Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom [INFO] Unable to find resource 'org.apache.ant:ant-parent:pom:1.7.0' in repository tomcat-repository (http://tomcat.apache.org/dev/dist/m2-repository) Downloading: http://repo1.maven.org/eclipse/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom [INFO] Unable to find resource 'org.apache.ant:ant-parent:pom:1.7.0' in repository eclipse-repo (http://repo1.maven.org/eclipse) Downloading: https://maven-repository.dev.java.net/nonav/repository//org.apache.ant/poms/ant-parent-1.7.0.pom [WARNING] Unable to get resource 'org.apache.ant:ant-parent:pom:1.7.0' from repository java.net (https://maven-repository.dev.java.net/nonav/repository/): Error transferring file: maven-repository.dev.java.net Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom 4K downloaded (ant-parent-1.7.0.pom) Downloading: http://ws.zones.apache.org/repository2/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom [WARNING] Unable to get resource 'org.apache.ant:ant-launcher:pom:1.7.0' from repository apache-ws-snapshots2 (http://ws.zones.apache.org/repository2): Error transferring file: Connection timed out Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom [INFO] Unable to find resource 'org.apache.ant:ant-launcher:pom:1.7.0' in repository tomcat-repository (http://tomcat.apache.org/dev/dist/m2-repository) Downloading: http://repo1.maven.org/eclipse/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom [INFO] Unable to find resource 'org.apache.ant:ant-launcher:pom:1.7.0' in repository eclipse-repo (http://repo1.maven.org/eclipse) Downloading: https://maven-repository.dev.java.net/nonav/repository//org.apache.ant/poms/ant-launcher-1.7.0.pom [WARNING] Unable to get resource 'org.apache.ant:ant-launcher:pom:1.7.0' from repository java.net (https://maven-repository.dev.java.net/nonav/repository/): Error transferring file: maven-repository.dev.java.net > -----Original Message----- > From: Marcus Sorensen [mailto:shadow...@gmail.com] > Sent: Tuesday, September 04, 2012 4:26 PM > To: cloudstack-dev@incubator.apache.org > Subject: RE: Status of VPC > > On Sep 4, 2012 2:28 PM, "Anthony Xu" <xuefei...@citrix.com> wrote: > > > > > > > > > -----Original Message----- > > > From: Alena Prokharchyk > > > Sent: Tuesday, September 04, 2012 12:42 PM > > > To: cloudstack-dev@incubator.apache.org; Anthony Xu > > > Subject: Re: Status of VPC > > > > > > On 9/4/12 10:21 AM, "Marcus Sorensen" <shadow...@gmail.com> wrote: > > > > > > >I've been working on bringing KVM up to speed on the VPC stuff, > and > > > >there are a few things I've come across that seem to be incomplete > for > > > >Xen as well. I'd just like to get some feedback on the current > state > > > >of VPC. I believe these are not specific issues to my > implementation, > > > >but if they should be working please say something so I can find > my > > > >problem. > > > > > > > >static routes - currently there doesn't seem to be anything > creating > > > >ip rules to point to the static_route table, nor does there seem > to be > > > >anything creating the static_route table, although > vpc_staticroute.sh > > > >attempts to modify it > > > > > > Anthony, do we add static_route table automatically when the > private > > > gateway is created? > > > > Static_route table is created when VPC domr is up, > > Thanks. I wasn't able to find where this is triggered. Could you point > me > there so I can replicate it for KVM? > > > > > > > > > > > > > >vpn - there is a script vpc_vpn_l2tp.sh, but I can't find anything > > > >actually utilizing it. I assume there is no working vpn support in > any > > > >platform's Vpc implementation. > > > > > > There is no RemoteAccessVPN support in VPC. We support S2S VPN only. > > > > > > > > > > >password - I've seen some emails regarding this, that the password > > > >server doesn't seem to be set up for the various private nics > > > > > > I'll put the fix to master branch today. > > > > > > > > > > >network ACLs - The functional spec states that all outgoing > traffic > > > >for guest networks is allowed, however I don't see any acls > whatsoever > > > >when creating new tiers > > > > > > > > > I suspect it wasn't merged to master branch yet. Anthony, please do > it. > > > > > > > > >