Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy with ansible #50

Merged
merged 16 commits into from
Sep 21, 2016
Merged

deploy with ansible #50

merged 16 commits into from
Sep 21, 2016

Conversation

atarkowska
Copy link
Member

@atarkowska atarkowska commented Sep 13, 2016

This PR clean up docker compose files and push devspace container management to ansible playbook, see relevant PR ome/infrastructure#114 for deployment

Note: devspace can only be deployed on Linux. There are significant performance issues when writing to the mounted volume on Mac, see https://forums.docker.com/t/file-access-in-mounted-volumes-extremely-slow-cpu-bound/8076/

This was referenced Sep 13, 2016
@jburel
Copy link
Member

jburel commented Sep 14, 2016

@atarkowska
Copy link
Member Author

atarkowska commented Sep 14, 2016

Readme updated as in ome/infrastructure#114

I skipped docker-py issue as it is expected that they will fix it.

- sudo rm /usr/local/bin/docker-compose
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin
- docker-compose -v
- export USER_ID=`$UID`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do the backticks (```) do here?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see what you mean. Assuming this will be corrected in a follow-up.

@joshmoore
Copy link
Member

Merging in sysadmin meeting followed by ome/infrastructure#114. Tested by @jburel.

@joshmoore joshmoore merged commit f817066 into ome:master Sep 21, 2016
@atarkowska atarkowska deleted the round4 branch April 10, 2017 10:48
@sbesson sbesson added this to the 0.3.0 milestone Oct 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants