airavata-courses / MethkupalliVasanth

0 stars 1 forks source link

Docker containers RabbitMQ integration? #10

Closed sachinkariyattin closed 6 years ago

sachinkariyattin commented 7 years ago

I see your commit on RabbitMQ https://github.com/airavata-courses/MethkupalliVasanth/commit/8b5e5484f6445594367713df91d5d289608753f5. But I dont see RabbitMQ being used in your code.

Also, you have not mentioned anything with respect to docker in your wiki. Are you still working on containerizing this?

MethkupalliVasanth commented 7 years ago

I have started working on rabbitmq couple of days back, and the commits are in assignment-2 branch, regarding docker I tested it on contanerizing my python microservice, will push the code soon.

On Sep 13, 2017 11:23 AM, "Sachin Kariyattin" notifications@github.com wrote:

I see your commit on RabbitMQ 8b5e548 https://github.com/airavata-courses/MethkupalliVasanth/commit/8b5e5484f6445594367713df91d5d289608753f5. But I dont see RabbitMQ being used in your code.

Also, you have not mentioned anything with respect to docker in your wiki. Are you still working on containerizing this?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/airavata-courses/MethkupalliVasanth/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/AMlYbx6DY_A5lCN6BSsAC7Kt-ZpFocvnks5sh_OEgaJpZM4PWSwL .

MethkupalliVasanth commented 7 years ago

Have implemented the same. Working on Jetstream and Jenkins right now.

sachinkariyattin commented 7 years ago

Could you please update the wiki to test your docker containers?

MethkupalliVasanth commented 7 years ago

Please run the individual shell commands, it will set up the docker containers, you can test it at localhost:20000/rabbitmq, the reason for not updating the wiki is that I am currently working on testing the containers on jenkins which would then eliminate the testing of containers individually. So working on finishing the functionality.