Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/voxpupuli/beaker

Puppet Acceptance Testing Harness
https://github.com/voxpupuli/beaker

Merge pull request #249 from grimradical/typo-in-vmrun

Fix typo in comparison statement

a8130619e0575063a02979c3bdbeddc5679da6aa authored over 12 years ago
Merge pull request #246 from cprice-puppet/feature/master/allow-extra-git-clones

Add support for cloning additional git repos

d573e48f2eacac18391e7fb2dc38ace7908ada2a authored over 12 years ago
Fix typo in comparison statement

Signed-off-by: Deepak Giridharagopal <[email protected]>

8b3ba517a186c896cc13b95eefc0466ed306ea1b authored over 12 years ago
Merge pull request #245 from grimradical/9989_fission_support

Support for VMWare Fusion when using --vmrun

c9a91b51537113b3af7250d8d38b4f26ab7019d4 authored over 12 years ago
Move vmname option from fission-level to host-level

vmname is a generic attribute of a host, thus the option can be useful in
contexts outside of fi...

bcabafe448ebf77026a1affcbe4d6f7bfbfec9ba authored over 12 years ago
Add fission dependency to gemspec

Signed-off-by: Deepak Giridharagopal <[email protected]>

fddeedb896fd6a68c4f124923e0d5ca7ec885af7 authored over 12 years ago
Use headless mode for Fusion VM's

Signed-off-by: Deepak Giridharagopal <[email protected]>

f325bf76d7883f816f0decab6aa7498ca7aefaf9 authored over 12 years ago
Support for VMWare Fusion when using --vmrun

This provides support for reverting a VMWare Fusion machine to a particular
snapshot prior to ex...

718731847c4e961fd8103838269936e8eac05441 authored over 12 years ago
Add support for cloning additional git repos

This adds a "--yagr" option to the acceptance framework: "Yet Another
Git Repo". You can pass a...

174a24650f0147e557ed725863748cb03163ded2 authored over 12 years ago
(maint) Much needed cleanup on README

Much info was out of date; removed references to private PE test
repository. Converted to markd...

df545ed4c0c0b52b43fedd7ebe3eeb36d6823519 authored over 12 years ago
Merge pull request #244 from djm68/add_agent_test_pe_upgrade

(maint) Add agent --test step

ac15b338b42b251fe8abaaaadee9eb7f65e561be authored over 12 years ago
(maint) Add agent --test step

Running 'puppet agent --test' after installation and upgrades
sets up the newly installed agents...

935f5af01eceef8b02f4b6791d3fb6e4422a2bd1 authored over 12 years ago
Merge pull request #243 from justinstoller/maint/master/instance_not_class

(maint) move from TestConfig.is_pe? to host.is_pe?

ab254dc7d8f6e0974ee6c6b6757a9fe06c48609f authored over 12 years ago
move from TestConfig.is_pe? to host.is_pe?

4e0bcf9bfc10fc7c3b5c148eff64b25f1fea564e authored over 12 years ago
Merge pull request #242 from justinstoller/maint/master/hosts_clean_up

Host initialization/defaults cleanup

93dceaf262a7985440174648902651c4a34336a3 authored over 12 years ago
clean up host initialization

99ccff97e924d7c6ee3b04dd9bc3875d95f5e0b8 authored over 12 years ago
properly load windows defaults for opensource

4187bccd7da89ba510c04877ef88eac083bbb813 authored over 12 years ago
Merge pull request #241 from justinstoller/maint/master/move_logger_initialization

Logging Refactor

f3fe932bd765935510fec18d1e094393f693688e authored over 12 years ago
break the cli class into some sensical methods

d9c709c0d22ff1aa78b543d3891330577377a4f2 authored over 12 years ago
variable names != method names

0ff2f20e08fea68b1b9af9cbe1544b5d0946faba authored over 12 years ago
re-enable stdout only behavior

df08dcefced152b10d0e51dc1b93795caf169d28 authored over 12 years ago
refactor logging configuration out of TestSuite and into CLI

855faf4bc5d4081cf8e145c8c941b9b2daf7c062 authored over 12 years ago
TestConfig#is_pe -- changed away from !! syntax because the match returns 0 (first character in string) which ! believes is false

c67fec4ac421b06d21b34a7b94f9d869bb83303e authored over 12 years ago
Merge pull request #240 from nicklewis/database-role

Add "database" role to CI configs

e463b8ba98a33051c27963de78e6ebc8a8a544cd authored over 12 years ago
Merge pull request #237 from nicklewis/command-refactors

Command refactors

45a14a2b86ca9937d13b2475385ca43c69dfd8a3 authored over 12 years ago
Merge pull request #239 from nicklewis/preserve-ssl

Fix preserve_ssl to actually preserve ssl..

d6940bf9927bb3a2f8263a060ce0edebad562796 authored over 12 years ago
Specify depth correctly when removing vardir children

It turns out `-depth n` is a BSD option only, so we'll use -mindepth and
-maxdepth to get the sa...

23d4e49255f9ae5597841c17a76899631283b5f4 authored over 12 years ago
Merge pull request #238 from justinstoller/maint/master/require_json

(maint) require json gem as harness dependency

4582a9c0c61050d2f4007b414baacc78e50d51e1 authored over 12 years ago
Add "database" role to CI configs

This doesn't currently having any meaning to the test harness, but will
be used by at least Pupp...

88a0e03c47aafd69e6040a179cf40777603543b0 authored over 12 years ago
Use standard file naming convention for Logger

f7231672412157712496b81077df4dafcc5ac399 authored over 12 years ago
Respect the --no-color option

80c5fe8c5430bcc91e6320e08f205798bb4df0fa authored over 12 years ago
Fix preserve_ssl to actually preserve ssl..

This option prevented the explicit removal of the ssl directory, but
didn't prevent the case whe...

28f2d175eabb5d1d6d4af51f2f43a93c47cb0fe0 authored over 12 years ago
require json gem as harness dependency

73beda73fc7694177a4c7d7ff97616faf2593e12 authored over 12 years ago
Clean-up and stream command output

This merges stdout and stderr, as we've never actually cared much for
the distinction (and this ...

983c337caef686c23bc7ebea51cff8eb5338ffed authored over 12 years ago
Robustify puppet master start/stop

This was using curl to check if the master was stopped, when `kill -0`
will suffice. Also, it wa...

693c380a2c8b4ac8ca57888e7441aceca53fd157 authored over 12 years ago
Stop using a global logger

Now, the test suite will create an instance of Logger and pass it around
to the other objects th...

8e271361c45bf01dcf22d6d5fc3ec466a6c2e33d authored over 12 years ago
Remove superfluous do_action method

05f0e29087c46c1da8043c1742dfff7f51882284 authored over 12 years ago
Shift responsibility for executing commands

Previously the logic had been in Command, but that only represents
something to execute, and sho...

a6c465fc6bae23f764142e0aa88b6df4352c84e1 authored over 12 years ago
Extract command execution and SCP to SshConnection

This handles the responsibility of actually running a command on the
remote machine, whereas Hos...

e0ce55895232ce0315ae949b98b3a42b084e839b authored over 12 years ago
Reorder some options for better help output

This moves commonly used (and required) options to the beginning of the
help output to make it e...

49f5caa8b4fb4ae6cf33253cc4793dce64e6e08b authored over 12 years ago
Merge pull request #236 from nicklewis/options-for-puppet-master

Allow options for with_master_running_on

2738d4a5063c35493f20ab93899651837a237b47 authored over 12 years ago
Allow options for with_master_running_on

This method now takes an optional final argument, an options hash. The
only current use is to sp...

08b69404999014f4bd62dc4ebf90b8967d8a6d86 authored over 12 years ago
Merge pull request #235 from kelseyhightower/feature/master/add_hiera_puppet_support

(maint) Add hiera-puppet support + code clean up

5aebc4d1100786737cab71d68a02707192f733be authored over 12 years ago
Don't automatically install hiera and hiera-puppet

364f67f26f1eb53b013525eeaacade7f73aede68 authored over 12 years ago
(maint) Add hiera-puppet support + code clean up

This patch adds support for hiera-puppet plus some code clean up.

f28b35cad10f358e06de349fc911b074caf12abb authored over 12 years ago
Merge pull request #234 from kelseyhightower/master

(maint) Quote sources in Hiera hierarchy

525e70814be676a60a62a75a1d1fa660f48d6774 authored over 12 years ago
(maint) Quote sources in Hiera hierarchy

Without this patch the YAML parser can fail when parsing the
`/etc/puppet/hiera.yaml` configurat...

1c6ea5a41370b42fb6fdd7e7065d16baf06804e1 authored over 12 years ago
Merge pull request #233 from justinstoller/maint/master/bump_console_version

(maint) bump console version to 1.0.12

b49755488d30e41c17084b07b44fd54c2a5e55e6 authored over 12 years ago
bump console version to 1.0.12

11ed5110b21c27b47806b3414855b53cfe13ef9f authored over 12 years ago
Merge pull request #232 from justinstoller/maint/master/only_change_old_aptconf

(maint) dont backup non-existent files

34ae12c75d01208956a0b1f900f56e627b476cad authored over 12 years ago
dont backup non-existent files

fb85b8b085f4a6bcd2e58aac9215883d57f3d6aa authored over 12 years ago
(maint) add apt-get update to --pkg-repo

Some VMs have stale apt caches, this will update the caches
before attemting to install Puppet.

4ef4a8c5718de4c72a3e6e15209884bfad20a830 authored over 12 years ago
(maint) EL package configs removal

EL platforms have very complex package configs: different names
on each platform, different repo...

4b1f8d5c1a9b4d98303aed97daf611af7c94b350 authored over 12 years ago
Merge pull request #231 from justinstoller/feature/master/12783-virsh_never_do_it

(#12783) virsh, never do it

512e210712f6e297796706850e7a97f5e1f1e064 authored over 12 years ago
add rbvmomi to gemspec

warn of virsh deprecation

8e4311735a496bd8320e5f9abe586b61a5f6ee4e authored over 12 years ago
alow revert vm step to use RbVmomi if appropriate

9bbf59c7aae4a51335789e17c47472e20bf998f3 authored over 12 years ago
Merge pull request #230 from branan/14694_log_directory

(#14694) use mkdir_p for log output directory

ac00544fb07e43a6f18dba39b9fd2e48361d6772 authored over 12 years ago
(#14694) use mkdir_p for log output directory

270bdf1d64e0b578576e62ae264aa7221917c900 authored over 12 years ago
Merge pull request #229 from justinstoller/maint/master/lib_layout

(maint) move and modify lib to be a true gem

b346b3bff51ebcc20eefbebb6b0ca0db653f10e6 authored over 12 years ago
move and modify lib to be a true gem

71f2697610316a157083dbb64db8a2e1e8de440d authored over 12 years ago
Merge pull request #228 from justinstoller/ruby_layout

(maint) ruby layout

a746757940d7532f7cff4d1c0cd9f2e12206367b authored over 12 years ago
ensure stub tests are passing

b6ae0de9376b6bc7f273b15e3689e362e2a78373 authored over 12 years ago
Merge pull request #227 from jeffmccune/maint/master/fix_ntp_for_win2008r2

Fix false positive error synchronizing win2008r2 Time

8a82c129a2a41c79e92eb1ce4c40931d7e25bc08 authored over 12 years ago
Fix false positive error synchronizing win2008r2 Time

Without this patch the acceptance tests fail running against Windows
2008 hosts because the w32t...

8fe23ec5ad9e5e781b84c3ad6bb2b76560a2ea28 authored over 12 years ago
Merge branch 'master' of github.com:puppetlabs/puppet-acceptance

12b08e17091a5bcfd57d49ffcbd070f6f06b3d95 authored over 12 years ago
(maint) No default install of Hiera

Hiera was being installed even when not specified on the command line.
Seeting options[:hiera] t...

2f5c3668a829aa796895d25ac42c7471ffab53e5 authored over 12 years ago
our foss snapshots are essentially on foss only machines

671a72206336bbb1e9a106e444e575e0df08afae authored over 12 years ago
try to ensure backwards compatibility while we change job formats

a0909efe2446235f7e8bd310140547ff4a3165b7 authored over 12 years ago
rename ci -> config, and centralize configs and their examples in it

ab28bb5dbddd5f9f8ede3d1c5f4b6d85745dc004 authored over 12 years ago
give the test harness a valid gem structure

ignore gem paraphanelia in git

939e33ad1841cfdd3d3c20b71b3fe02a3be17503 authored over 12 years ago
remove unused dist dir

21fc70b1cc270776046ba319a16b2fb6948062d4 authored over 12 years ago
remove vmutil -- replaced by fission and vagrant

83957b083f25315b4055cfff81f09a61809bcc40 authored over 12 years ago
combine configs, use as many common ones as possible

39603206a3bd66844f16058957a5fc8fabb150cf authored over 12 years ago
someone left .sh tests around

23cda0c68f5bc4172e823736b76623298da03a1c authored over 12 years ago
(maint) Remove leading white space

Leading white space is breaks repo config

c36728bbb463657857fb59746bb3a55690d424f3 authored over 12 years ago
Merge pull request #226 from djm68/add_el6__repo_update

(maint) Dynamic repo cofig for EL6 platforms

c96f040bd4ae614935f1e966699c2716b14a03eb authored over 12 years ago
(maint) Dynamic repo cofig for EL6 platforms

Our packing reposities are rather dynamic...VM images not so much.
Adding EL6 pkg repo updates.

0a5d4361dcc78d60ce1c4559de1753859f7a06cb authored over 12 years ago
Merge pull request #224 from cprice-puppet/feature/master/add-helper-file-option

Add a --helper option

afb5cb800cfffe20ec0fccbf8e15c782a355130c authored over 12 years ago
Merge pull request #225 from kelseyhightower/ticket/master/14554_add_hiera_command_support

(maint) Fix Hiera setup step

104070a37acc6ace311b4c72d0e3865679917da6 authored over 12 years ago
(maint) Fix Hiera setup step

Without this patch the `/etc/puppet/hiera.yaml` configuration file has the
wrong permissions whi...

5ab2a98e557312107de3d81fc63952cf688595a5 authored over 12 years ago
Add a --helper option

This new option allows tests to pass a path to a "helper"
file, somewhat akin to a spec_helper f...

b9fc2717f34d1ff52bcbf43a7bea737c16960b34 authored over 12 years ago
Merge pull request #223 from joshcooper/maint/master/fix-hiera-path

(Maint) Always use POSIX-style paths for PATH

aa5b1732f820403461e35378ca61d395b713fcfd authored over 12 years ago
(Maint) Always use POSIX-style paths for PATH

Previously, we were setting the PATH environment variable as:

env PATH="C:\foo;$PATH" cmd.exe...

da54bcc866ab75a648868a26a277564e69d1e363 authored over 12 years ago
Merge pull request #222 from jeffmccune/maint/master/win2008_ci_config

Add ci-windows2008-64a config for CI Acceptance

e540e00b2a7bc7f3caa5961ec2ad46285089bf39 authored over 12 years ago
Add ci-windows2008-64a config for CI Acceptance

Without this patch we don't have any configurations suitable for
acceptance testing using a Wind...

22f6995e187147e80644d3be77d1a4f33b4698d1 authored over 12 years ago
Merge pull request #221 from kelseyhightower/ticket/master/14554_add_hiera_command_support

(#14554) Add hiera command support

471cf80c8e492f17543813da7f7927b49e91da18 authored over 12 years ago
(#14554) Add hiera command support

This patch adds support for running hiera commands to the test harness. You
can execute Hiera c...

18b4b951bfab65c5e0c03a107bbe1d836896693f authored over 12 years ago
Merge pull request #220 from cprice-puppet/feature/master/allow-trace-for-apply

Add ability to pass "--trace" when calling apply

f243ae82b637d6cc09e5da027c091ecafe9a4908 authored over 12 years ago
Add ability to pass "--trace" when calling apply

076e494bf9b4bfb83ff29668419bc5892c5bc895 authored over 12 years ago
Merge pull request #219 from djm68/add_host_based_path_separator

(maint) Add correct path separator for Windows hosts

284b2988c86532f758cec832ec91c7473e791f5b authored over 12 years ago
(maint) Add correct path separator for Windows hosts

Windows hosts require a ';' vs a ':'. Added a new entry
'pathseparator' to host/unix.rb host/wi...

4ae58ba7e0d7b4355e22c985da30ce4a0687f510 authored over 12 years ago
Merge pull request #218 from justinstoller/maint/master/bump_console_auth

(maint) bump console auth version

6f6068799c25c8e28d6f6660ad77b03c3ccb5a6b authored over 12 years ago
bump console auth version

f3f0fdaef210f6cc41094324ea63724911f22775 authored over 12 years ago
(maint) Add append hiera/lib to RUBYLIB, Win

Windows needs its own entry for RUBYLIB; adding hiera/lib to
get Hiera into the path.

564dee99dc5234ee60619274b044692bde490da9 authored over 12 years ago
Merge pull request #217 from kbarber/ticket/master/14397-win32console_v1.3.2

(#14397) Use win32console v1.3.2 now, with pipe fixes

9b7519a44e628280c53eeb1596a9782b439bde70 authored over 12 years ago
Merge pull request #216 from djm68/fix_heira_windows_path

(maint) Fix puppet conf dir path extraction for Win

ab9bf37c2c879ae2264ba8552bdb421d49e1e65f authored over 12 years ago
(maint) Fix puppet conf dir path extraction for Win

I feel dirty. Terribly ugly hack to retreive a normalized cygpath
path for $confdir. This need...

6f7c44ac86e93dec353160f82486c0017e1f3e75 authored over 12 years ago
Merge pull request #215 from jeffmccune/maint/master/add_modules_to_config_key_summary

Add modules to Host Configuration Summary

159c8e14d2ddcc33e1030e0b8bbe2b0c5dcf3d4f authored over 12 years ago
Add modules to Host Configuration Summary

Without this patch the set of modules installed into the puppet master
modulepath is not display...

edf329d2e2371abd74eb32e97ee0c27eb545d946 authored over 12 years ago
Merge pull request #214 from justinstoller/maint/master/end_test_when_no_hosts

(maint) end test when no hosts

2881fbd39a2140750c3e4a3101ca817e6d76cf26 authored over 12 years ago