Re: Listing Network Partition Providers in UI

2015-06-16 Thread Pubudu Gunatilaka
Hi Dakshika, It is working fine. I also changed that in the cartridge as well. In the cartridge definition, we have to select the network partition provider. The change can be found in [1]. Thank you very much for your support. [1] - https://github.com/apache/stratos/commit/4a19739474291c47ba126

Re: Listing Network Partition Providers in UI

2015-06-16 Thread Dakshika Jayathilaka
Hi All, I have added this to UI. please check. Thank you, Regards, *Dakshika Jayathilaka* PMC Member & Committer of Apache Stratos Senior Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Tue, Jun 16, 2015 at 12:31 PM, Pubudu Gunatilaka wrote: > Hi Chamila/Lahiru, > > For

Re: Listing Network Partition Providers in UI

2015-06-16 Thread Pubudu Gunatilaka
Hi Chamila/Lahiru, For this release, this is a read only resource. As Lahiru mentioned, this feature will be available in the next release with the functionalities you have suggested. So the user will be able to update/add Iaas Providers at run time. Thank you! On Tue, Jun 16, 2015 at 7:02 AM, L

Re: Listing Network Partition Providers in UI

2015-06-15 Thread Lahiru Sandaruwan
Hi Chamila, IaaS providers are mentioned in cloud controller config file currently. Actually it is a good idea to let the users manage iaas providers through rest API. Otherwise user has to restart Stratos for adding IaaS providers. Since this is a feature, may be we can do this for a next minor

Re: Listing Network Partition Providers in UI

2015-06-15 Thread Chamila De Alwis
Hi Pubudu, Will this be a read only resource? Would there be API methods to perform CRUD on network partition providers through the REST API? For the sake of completeness IMO we should implement the network partition provider resource to accept add, update, delete methods. But if it is too much wo

Re: Listing Network Partition Providers in UI

2015-06-15 Thread Imesh Gunaratne
Thanks for looking into this Pubudu! May be we can include this fix in 4.1.0-RC3. On Mon, Jun 15, 2015 at 3:40 PM, Anuruddha Liyanarachchi < anurudd...@wso2.com> wrote: > +1 for the API method > > On Mon, Jun 15, 2015 at 3:35 PM, Lahiru Sandaruwan > wrote: > >> +1. Also. when we are listing NW p

Re: Listing Network Partition Providers in UI

2015-06-15 Thread Anuruddha Liyanarachchi
+1 for the API method On Mon, Jun 15, 2015 at 3:35 PM, Lahiru Sandaruwan wrote: > +1. Also. when we are listing NW partitions, it shows provider as mock, > AFAIR. > > Thanks. > > On Mon, Jun 15, 2015 at 3:32 PM, Pubudu Gunatilaka > wrote: > >> Hi Devs, >> >> In the current implementation, when

Re: Listing Network Partition Providers in UI

2015-06-15 Thread Vishanth Balasubramaniam
+1 for an API method On Mon, Jun 15, 2015 at 3:35 PM, Lahiru Sandaruwan wrote: > +1. Also. when we are listing NW partitions, it shows provider as mock, > AFAIR. > > Thanks. > > On Mon, Jun 15, 2015 at 3:32 PM, Pubudu Gunatilaka > wrote: > >> Hi Devs, >> >> In the current implementation, when a

Re: Listing Network Partition Providers in UI

2015-06-15 Thread Lahiru Sandaruwan
+1. Also. when we are listing NW partitions, it shows provider as mock, AFAIR. Thanks. On Mon, Jun 15, 2015 at 3:32 PM, Pubudu Gunatilaka wrote: > Hi Devs, > > In the current implementation, when adding a network partition it does > list down all the generic network partition providers such as

Re: Listing Network Partition Providers in UI

2015-06-15 Thread Dakshika Jayathilaka
+1 Pubudu, then we can easily use API to list down providers. Regards, *Dakshika Jayathilaka* PMC Member & Committer of Apache Stratos Senior Software Engineer WSO2, Inc. lean.enterprise.middleware 0771100911 On Mon, Jun 15, 2015 at 3:32 PM, Pubudu Gunatilaka wrote: > Hi Devs, > > In the curre

Listing Network Partition Providers in UI

2015-06-15 Thread Pubudu Gunatilaka
Hi Devs, In the current implementation, when adding a network partition it does list down all the generic network partition providers such as mock, ec2, openstack, kubernetes and gce. There can be situations where we may need to add ec2-singapore, ec2-sydney,etc. as network partition providers. Sp