https://github.com/johnmccabe/beaker-docker
puppet beaker in a docker container
https://github.com/johnmccabe/beaker-docker
Last synced: 9 months ago
JSON representation
puppet beaker in a docker container
- Host: GitHub
- URL: https://github.com/johnmccabe/beaker-docker
- Owner: johnmccabe
- Created: 2016-09-17T07:13:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T13:13:19.000Z (over 9 years ago)
- Last Synced: 2025-03-19T08:00:02.546Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beaker Docker Container
**WIP** Does not include steps to automate test invocation at this point.
```
docker run -ti -v ~/.ssh/keys/vmpooler_priv:/vmpooler.priv -v ~/workspaces/your_tests/:/tests -v ~/.fog:/root/.fog -name beaker johnmccabe/beaker /bin/sh
cd /tests
export BUNDLE_PATH=/gems
export BUNDLE_GEMFILE=/gemfile/Gemfile
ln -s /tests/Gemfile /gemfile/Gemfile
bundle install
bundle exec beaker --xml --debug --root-keys --repo-proxy --preserve-hosts onfail --config hosts.cfg --type pe --keyfile /vmpooler.priv --tests mysuite/tests --helper lib/beaker_helper.rb --pre-suite setup/install.rb
```