Re: adding Firewall Service to a network element

2015-02-27 Thread Kuang-Ching Wang
Thanks a bunch Suresh, this solves my problem! KC On Feb 27, 2015, at 4:33 PM, Suresh Ramamurthy wrote: > Hi Kuang > > You need add a line to include your provider for firewall service. Please > find below the git diff to get an idea... > > https://git-wip-us.apache.org/repos/asf?p=cloudsta

Re: adding Firewall Service to a network element

2015-02-27 Thread Suresh Ramamurthy
Hi Kuang You need add a line to include your provider for firewall service. Please find below the git diff to get an idea... https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blobdiff;f=server/src/com/cloud/api/ApiResponseHelper.java;h=013da0b70bd49a3a5260db3c2578f570103f9e71;hp=51122e0c

Re: adding Firewall Service to a network element

2015-02-27 Thread Kuang-Ching Wang
Thanks Jeff and Daan! I will try your suggestions! KC On Feb 27, 2015, at 3:05 AM, Jeff Hair wrote: > When I did something similar, I had to use some API calls: > updateNetworkServiceProvider to enable it, and then > addNetworkServiceProvider to put it on the physical network. > > On Thu, Feb

Re: adding Firewall Service to a network element

2015-02-27 Thread Jeff Hair
When I did something similar, I had to use some API calls: updateNetworkServiceProvider to enable it, and then addNetworkServiceProvider to put it on the physical network. On Thu, Feb 26, 2015 at 3:54 PM, Kuang-Ching Wang wrote: > Oh I also added Service.Firewall to its capabilities. Any tips ar

Re: adding Firewall Service to a network element

2015-02-27 Thread Daan Hoogland
Did you enable it in the zone? register the provider? (I would think it is more of a orchestration problem then a network problem) -- Forwarded message -- From: Kuang-Ching Wang Date: Thu, Feb 26, 2015 at 4:54 PM Subject: Re: adding Firewall Service to a network element To: dev

Re: adding Firewall Service to a network element

2015-02-26 Thread Kuang-Ching Wang
Oh I also added Service.Firewall to its capabilities. Any tips are appreciated! KC > On Feb 26, 2015, at 6:47 AM, Kuang-Ching Wang > wrote: > > Hi - this is a network plugin implementation question. > > I’d like to extend the BigSwitch networking plugin with Firewall Service. In > the plug

adding Firewall Service to a network element

2015-02-26 Thread Kuang-Ching Wang
Hi - this is a network plugin implementation question. I’d like to extend the BigSwitch networking plugin with Firewall Service. In the plugin Element class I implement the FirewallServiceProvider interface, as well as included FirewallServiceProvider.class in its ‘Local’ notation. After rebu