You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/08/21 07:59:20 UTC

[jira] [Commented] (AIRAVATA-2054) Simple version of docker based airavata run

    [ https://issues.apache.org/jira/browse/AIRAVATA-2054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15429628#comment-15429628 ] 

ASF subversion and git services commented on AIRAVATA-2054:
-----------------------------------------------------------

Commit 0c2ecdba19ba8893ca9096202219173bee8c6923 in airavata's branch refs/heads/lahiru/airavata-docker from Lahiru Ginnaliya Gamathige
[ https://git-wip-us.apache.org/repos/asf?p=airavata.git;h=0c2ecdb ]

[AIRAVATA-2054][WIP] create docker images for airavata deployment components

1. Introduce Docker images for each deployment component of airavata.
2. Deployed those in docker hub repository (scigap),
	try: docker search scigap
3. Use exhibitor docker images intead of zookeeper which is a much better
compare to using vanilla zookeeper.
http://techblog.netflix.com/2012/04/introducing-exhibitor-supervisor-system.html

4. IMHO we should never use docker images from public repository, Everything
we should create our own docker images from public images and test with those and
move to production.

5. Added a simple script(airavata/build.sh) to build airavata docker components.

      ./build.sh [component-name] - This will build a docker image for given component.

This is a temporary script we can use until AIRAVATA-2056 which integrates docker push with some CI tool like jenkins.


> Simple version of docker based airavata run
> -------------------------------------------
>
>                 Key: AIRAVATA-2054
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-2054
>             Project: Airavata
>          Issue Type: Sub-task
>            Reporter: Lahiru Gunathilake
>            Assignee: Lahiru Gunathilake
>
> When airavata-server.properties configured properly for known setup build airavata docker image and other dependent docker images (exhibitor, rabbitmq, mysql) and deploy the complete setup.
> This is a simple version where developer has to manually checkout the git branch and configure the properties and build docker images and deploy the changes in a VM.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)