Re: [DISCUSS] Palo Alto Integration

2013-04-02 Thread Will Stevens
ck.apache.org<mailto:dev@cloudstack.apache.org>" < > dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>> > Date: Tuesday, 2 April 2013 12:33 AM > To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" < > dev@cloudstack.apache.org<mai

Re: [DISCUSS] Palo Alto Integration

2013-04-01 Thread Murali Reddy
mailto:wstev...@cloudops.com>> Reply-To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" mailto:dev@cloudstack.apache.org>> Date: Tuesday, 2 April 2013 12:33 AM To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" mailto

Re: [DISCUSS] Palo Alto Integration

2013-04-01 Thread Will Stevens
So I have been stepping through the code and I can confirm that the 'design' method of ExternalGuestNetworkGuru is being hit, but it doesn't do anything, so it passes off work of creating the network to the 'design' method of GuestNetworkGuru which assigns 10.1.1.0/24 to the network every time I cr

Re: [DISCUSS] Palo Alto Integration

2013-04-01 Thread Will Stevens
Thank you for all your help Murali... So my Provider has been setup with isExternal = true this whole time. public static final Provider PaloAlto = new Provider("PaloAlto", true); If I run a debugger and then create a guest network, I see it enter the 'design' function of the ExternalGuestNetwork

Re: [DISCUSS] Palo Alto Integration

2013-03-28 Thread Murali Reddy
On 28/03/13 10:59 PM, "Will Stevens" wrote: >I am trying to implement the non-overlapping cidrs right now and I have >some questions. Does the ExternalGuestNetworkGuru create networks with >non-overlapping cidrs by default? Or do I need to override it's 'design' >and 'implement' methods to impl

Re: [DISCUSS] Palo Alto Integration

2013-03-28 Thread Will Stevens
I am trying to implement the non-overlapping cidrs right now and I have some questions. Does the ExternalGuestNetworkGuru create networks with non-overlapping cidrs by default? Or do I need to override it's 'design' and 'implement' methods to implement non overlapping cidrs? If I have to write m