Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from calvinmclean/virt-sysprep
Browse files Browse the repository at this point in the history
Add volumes to enable Chromogenic/virt-sysprep on Atmosphere
  • Loading branch information
Calvin McLean authored Jun 11, 2019
2 parents 4a971bf + b909366 commit 2788177
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.atmo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
POSTGRES_PASSWORD: 'atmosphere_db_pass'

atmosphere:
image: 'calvinmclean/atmosphere:latest'
image: 'cyverse/atmosphere:latest'
entrypoint: '/root/test.sh'
depends_on:
- 'postgres'
4 changes: 2 additions & 2 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ services:
TROPO_DB_NAME: 'troposphere'

atmosphere:
image: 'calvinmclean/atmosphere:latest'
image: 'cyverse/atmosphere:latest'
depends_on:
- 'postgres'

troposphere:
image: 'calvinmclean/troposphere:latest'
image: 'cyverse/troposphere:latest'
depends_on:
- 'atmosphere'
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.tropo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
POSTGRES_DB: 'troposphere_db'

troposphere:
image: 'calvinmclean/troposphere:latest'
image: 'cyverse/troposphere:latest'
entrypoint: '/root/test.sh'
depends_on:
- 'postgres'
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ services:
- '../atmosphere:/opt/dev/atmosphere'
- '../atmosphere-ansible:/opt/dev/atmosphere-ansible'
- '../atmosphere-docker-secrets:/opt/dev/atmosphere-docker-secrets'
- '/boot:/boot'
- '/lib/modules:/lib/modules'
depends_on:
- 'postgres'

Expand Down

0 comments on commit 2788177

Please sign in to comment.