Re: Stratos configuration using multiple providers (e.g. EC2 and OpenStack)

2014-07-19 Thread Nirmal Fernando
Yes, you should have a unique name as the type though. On Sun, Jul 20, 2014 at 9:34 AM, Akila Ravihansa Perera wrote: > Hi, > > Continuing on the question raised by Chris, can we add multiple > openstack providers (different deployments) to Stratos? > > Will it work if I just add multiple "open

Re: Stratos configuration using multiple providers (e.g. EC2 and OpenStack)

2014-07-19 Thread Akila Ravihansa Perera
Hi, Continuing on the question raised by Chris, can we add multiple openstack providers (different deployments) to Stratos? Will it work if I just add multiple "openstack" IaaS's? Thanks. On Sat, Jul 19, 2014 at 7:51 PM, Nirmal Fernando wrote: > Cool... > > > On Sat, Jul 19, 2014 at 7:29 PM, c

Re: [Stack-overflow] Setup Openstack Havana with Docker driver

2014-07-19 Thread Rajkumar Rajaratnam
Hi, I also got the same problem. I managed to solve it. Added my answer there. Thanks. On Sun, Jul 20, 2014 at 1:24 AM, Lahiru Sandaruwan wrote: > Thanks Chris! > > > On Sat, Jul 19, 2014 at 12:17 PM, chris snow wrote: > >> I've added a response. I hope it helps... >> >> On Sat, Jul 19, 201

Re: [Stack-overflow] Setup Openstack Havana with Docker driver

2014-07-19 Thread Lahiru Sandaruwan
Thanks Chris! On Sat, Jul 19, 2014 at 12:17 PM, chris snow wrote: > I've added a response. I hope it helps... > > On Sat, Jul 19, 2014 at 7:47 PM, Lahiru Sandaruwan > wrote: > > Hi all, > > > > Anyone who has an experience on $subject wants to help our Gsoc student > at > > [1]? > > He is try

Re: [Stack-overflow] Setup Openstack Havana with Docker driver

2014-07-19 Thread chris snow
I've added a response. I hope it helps... On Sat, Jul 19, 2014 at 7:47 PM, Lahiru Sandaruwan wrote: > Hi all, > > Anyone who has an experience on $subject wants to help our Gsoc student at > [1]? > He is trying to setup Stratos in Openstack. > > Thanks. > > [1] > http://stackoverflow.com/questio

[Stack-overflow] Setup Openstack Havana with Docker driver

2014-07-19 Thread Lahiru Sandaruwan
Hi all, Anyone who has an experience on $subject wants to help our Gsoc student at [1]? He is trying to setup Stratos in Openstack. Thanks. [1] http://stackoverflow.com/questions/24824671/setup-openstack-havana-with-docker-driver -- -- Lahiru Sandaruwan Committer and PMC member, Apache Stratos,

Partition Validation Cache to improve loading time of cartridges' subscribe page

2014-07-19 Thread Nirmal Fernando
Hi All, We need a Partition validation cache to improve the loading time of the page where you enter subscription information. This will be handy to have if you have large number of partitions and policies. Each cartridge will hold a partition cache, and cache will get invalidated, if the cartridg

Re: Stratos configuration using multiple providers (e.g. EC2 and OpenStack)

2014-07-19 Thread Nirmal Fernando
Cool... On Sat, Jul 19, 2014 at 7:29 PM, chris snow wrote: > Thanks for the info Nirmal. > > I'm thinking of creating a stratos docker image where a user can run > the image, passing environment variables to configure a single > provider at runtime. If the user wants to have multiple provider

Re: Stratos configuration using multiple providers (e.g. EC2 and OpenStack)

2014-07-19 Thread chris snow
Thanks for the info Nirmal. I'm thinking of creating a stratos docker image where a user can run the image, passing environment variables to configure a single provider at runtime. If the user wants to have multiple providers, they will need to rebuild the stratos docker image with a customised

Re: Stratos configuration using multiple providers (e.g. EC2 and OpenStack)

2014-07-19 Thread Nirmal Fernando
Hi Chris, Yes, it's a limitation of installer script. You are correct, you can add multiple IaaS providers in cloud-controller.xml. On Sat, Jul 19, 2014 at 6:30 PM, chris snow wrote: > Can Stratos be configured to scale across multiple providers, e.g. an > internal OpenStack deployment and EC2

Stratos configuration using multiple providers (e.g. EC2 and OpenStack)

2014-07-19 Thread chris snow
Can Stratos be configured to scale across multiple providers, e.g. an internal OpenStack deployment and EC2? If so, I guess this has to be achieved by manually editing cloud-controller.xml because the installer seems to only allow one provider? The reason for asking this question is because I'm w