Re: VpcProvider doesn't really seems extensible

2013-09-26 Thread Alena Prokharchyk
his release, and >> only shutdown/start use it. We should fix it for >> applyStaticRoutes/applyVpcPrivateGateway/deleteVpcPrivateGateway. I will >> file a Jira ticket for myself to fix it. >> >> -Alena. >> >> From: Darren Shepherd >> Reply-To: "d

Re: VpcProvider doesn't really seems extensible

2013-09-26 Thread Darren Shepherd
ate: Thursday, September 26, 2013 10:52 AM > To: "dev@cloudstack.apache.org" > Subject: VpcProvider doesn't really seems extensible > > I'm looking to add a new VpcProvider, but it seems the code is > essentially hard coded to using the Provider.VPCVirtualRouter in &g

Re: VpcProvider doesn't really seems extensible

2013-09-26 Thread Alena Prokharchyk
en.s.sheph...@gmail.com>> Reply-To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" mailto:dev@cloudstack.apache.org>> Date: Thursday, September 26, 2013 10:52 AM To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" mailto:dev@cloud

VpcProvider doesn't really seems extensible

2013-09-26 Thread Darren Shepherd
I'm looking to add a new VpcProvider, but it seems the code is essentially hard coded to using the Provider.VPCVirtualRouter in getVpcElements(). I could just add a setVpcElements() and inject my own implementation, but I think it will run into some problems (haven't tried, just reading the code)