Here is the location for docker images from last year's project, I am sharing if this can be a help to start with.
for airavata servers "docker pull pankajandsaha/demoserver " for airavata PGA "docker pull pankajandsaha/demopga" for rabbitMQ "docker pull rabbitmq:3-management" This will still use the default identity server for authentication. Instruction to run these dockers: docker run -i -d --name demo_rabbit -p 15672:15672 -t rabbitmq:3-management docker run -i -d --name demo_server --env RABBITMQ_HOST=<ip of demo_rabbit container> -t demoserver:latest docker run -i -d --name demo_pga --env SERVER_HOST=<ip of demo_server container> --env SERVER_PORT=8930 -p 9191:80 -t demopga:latest PGA can be found at localhost:80 Please let me know if I can help something, I will be looking forward to work with this. Thanks Pankaj On Thu, Sep 1, 2016 at 12:13 PM, Pierce, Marlon <[email protected]> wrote: > +1, go for it Colin. > > Marlon > > On 9/1/16, 11:02 AM, "Suresh Marru" <[email protected]> wrote: > > Hi Colin, > > That will be a wonderful contribution. I do not think there will be > one right way of using docker instead multiple possibilities. It will be > great if we can brainstorm on this thread the possibilities and critique > each other approaches and come to a consensus on what will work better for > Airavata use cases. > > We will appreciate your contributions (both discussions and code) and > as with everything in apache, they will be counted as contributions. > > Thanks, > Suresh > > > On Sep 1, 2016, at 10:58 AM, Roy-Ehri, Colin Josef <[email protected]> > wrote: > > > > Hi Lahiru, > > > > Are you investigating running Airavata with docker for local testing > purposes, or in order to spin up multiple instances to handle changing > loads? I did some work with Terraform (www.terraform.io) and spinning up > multiple containers in AWS with one command. I'd be happy try that with > Airavata, if you think it could be useful. > > > > Thanks, > > Colin Roy-Ehri, MS.Ed. > > Senior Software Engineer > > Enterprise Decision Support Services (EDSS) Indiana University > > > > > >> Hi Lahiru, > >> That was my 2015 GSoC project. It was ended well and I did not work > on > >> this after the demo to Suresh and Marlon last year. You can find > the > >> instructions how to create and run dockerized Airavata here > >> <https://docs.google.com/document/d/1v2J1wFZx0TZXQs7PO7i6biNpzbM6K > zdXrV > >> fwJiNtkvM/edit?usp=sharing> > >> . > >> > >> I am sharing the docker files and required scripts attached. Please > >> let me know if you find trouble accessing these files and the link. > >> > >> Thanks > >> Pankaj > >> > >> On Fri, Aug 19, 2016 at 10:23 PM, Lahiru Ginnaliya Gamathige < > >> [email protected]> wrote: > >> > >>> Hi Devs, > >>> > >>> I remember a Gsoc student did some docker work, I am curious where > >>> did it ended, I see that no Dockerfile is in the repo. > >>> > >>> Do we have those separate ? Please give me some insight on that > >>> project, I would like to look in to it. > >>> > >>> Regards > >>> Lahiru > >>> > > > > > > >
