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

[FEATURE] Support Docker as hypervisor #184

Closed

Conversation

simonswine
Copy link
Contributor

Hi,

i just implemented support for docker as hypervisor. The docker images should contain sshd, curl, ntpdate and lsb-release.

I tested with this example config:

HOSTS:
  test1.former03.de:
    roles:
      - master
    platform: debian-7-amd64
    hypervisor: docker
    docker_image: simonswine/beaker-debian-wheezy
CONFIG:
  log_level: verbose
  type: foss

Everything works as expected.

This is the result of a fast hack. So far it doesn't contain any specs. Feel free to test and give feedback..

cheers,
simonswine

@puppetlabs-jenkins
Copy link
Contributor

Can one of the admins verify this patch?

@anodelman
Copy link
Contributor

There's another PR pending for this support as well #171, you may want to look that over for duplicate code.

@simonswine
Copy link
Contributor Author

Oh crap, i noticed #159 but not the PR in #171. @richardc 's implementation has better quality than mine. I have a litte problem with the deletion of images i will send a fix to richardc's repo.

@simonswine simonswine closed this Mar 21, 2014
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.

3 participants