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 #91 from justinstoller/uninstaller_support

(#5338) test uninstaller

0c141b8e79a01700d8fe4a998383f8495aea4cdd authored about 13 years ago by Dominic Maraglia <[email protected]>
bump facter version to 1.6.4

a6089238252842f86cdd8f20e7b4df80203c8ced authored about 13 years ago by Justin Stoller <[email protected]>
add test for `-h` option

455463eb6267322292c816c65afa9cf175bc174f authored about 13 years ago by Justin Stoller <[email protected]>
break standard and full uninstall tests into separate suites

56c27ed9c5886bad89208c455ab35720b555a0c9 authored about 13 years ago by Justin Stoller <[email protected]>
update options and systest for standard or full uninstalls

cbc6723c2a6cf6fbd81994495519f1376aee7121 authored about 13 years ago by Justin Stoller <[email protected]>
merge `-d`, `-p`, and `-a` checks

c7cc49e269ea7f1444b6348161b614800a30920b authored about 13 years ago by Justin Stoller <[email protected]>
comment out purge and db for sanity check

de58d22e215c6936c08186ba0ee639e45ad19f5e authored about 13 years ago by Justin Stoller <[email protected]>
update solaris pkging check

d532f2db0b7e1aac446d4af857a7c8531e1df120 authored about 13 years ago by Justin Stoller <[email protected]>
Merge pull request #90 from justinstoller/package_version_checks

(#8659 & #7541) add checks for ruby-augeas, activerecord, and activesupport

ac9ed8e1ad1bc3171db4604d92873f2582becf49 authored about 13 years ago by Dominic Maraglia <[email protected]>
add database check

add purge check

4336e258438be23bbadad6f8e21ba0c14b917f91 authored about 13 years ago by Justin Stoller <[email protected]>
add comments for clarity

add checks for pids and lockfiles

add solaris pkging check

1227e5fe2743dfeffdc8dcf65226e500f79296c8 authored about 13 years ago by Justin Stoller <[email protected]>
add checks for ruby-augeas, activerecord, and activesupport

5430ff9c5f8b2d610d484db32092be743e60336e authored about 13 years ago by Justin Stoller <[email protected]>
add package check for deb, el, and hopefully sles

add check that services are not enabled at boot

fef78ef5977b60c2b1976a40569eef20bf3956d4 authored about 13 years ago by Justin Stoller <[email protected]>
Merge pull request #88 from jeffmccune/feature/master/11618_setup_ssh_access

Feature/master/11618 setup ssh access

a9993939122a70c753938651fa4cfbafc7d472e7 authored about 13 years ago by Jeff McCune <[email protected]>
(maint) Fix program name in help output

Without this patch the name "harness.rb" is hard coded in the output of
--help. This is incorre...

2a3e2a02c84604aae3ac5c82958e22a74c744bdb authored about 13 years ago by Jeff McCune <[email protected]>
(#11621) Add --dhcp-renew option to enable lease renewal

Without this patch the DHCP lease renewal step of the early setup phase
is always executed.

Thi...

d75a22dfbe878ef983bc437ef6ae8938325c37cf authored about 13 years ago by Jeff McCune <[email protected]>
(#11618) Add root SSH key synchronization setup step

Without this patch the target systems under test may have out of date
authorized key files since...

fbac0bc5b9ebcd56d043cbe02a6705ba9f837a27 authored about 13 years ago by Jeff McCune <[email protected]>
Merge pull request #89 from djm68/allow_alternate_PE_versions_installs

(maint) Add support to install alt versions of PE

8185cb1d2fe768bad43207a690bfb902961bafb5 authored about 13 years ago by Michael Higgins <[email protected]>
(maint) Add support to install alt versions of PE

Need the ability to install more than just the LASTEST tarball
of PE; passing --pe-version 2.0.0...

a2d557b136121e6037147c14ec55236a038d46ff authored about 13 years ago by Dominic Maraglia <[email protected]>
basic uninstaller test

e2108e0f7cde0c1844cb165037d9a51908a33502 authored about 13 years ago by Justin Stoller <[email protected]>
fix typo

980623cc7d2682b5a64d09d3a6973d024e534e38 authored about 13 years ago by Justin Stoller <[email protected]>
plumbing for allowing Uninstaller testing

c5a6a898686621af0f7c445de78ef07556d260a9 authored about 13 years ago by Justin Stoller <[email protected]>
Merge pull request #87 from djm68/ticket_11107_alternate_umask

(#11107) Test alternate usmask when installing

8ff2eee452ffdc708540d943aedc9dc99a7fe614 authored about 13 years ago by Michael Stahnke <[email protected]>
(#11107) Test alternate usmask when installing

When selecting --install-only the test harness will switch
umask to 0027 during the install phase.

28eb6e69851801b6489eae63c38b620e7e10d3eb authored about 13 years ago by Dominic Maraglia <[email protected]>
(#11310) Add master to hosts files -- IPV4

In some cases the ip command will return IPV4 and IPV6; only want
the IPV4 entries. Add "head -...

9cf416820b19a91a47a29ff66665a93b907e698b authored about 13 years ago by Dominic Maraglia <[email protected]>
(maint) cruft clean-up

cleaning up a bunch of old cfg files no longer used.

13178d80df377b70b6d93ebc4e3fd6bf2be84e2e authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge pull request #85 from djm68/update_docs

(maint) Update README and config examples

a10760f7ab639733a2ad032809741053bf839c47 authored about 13 years ago by Dominic Maraglia <[email protected]>
(maint) Update README and config examples

Harness has grown in functionality and docs need updating to
reflect the changes.

b5e1834be3915393f119cb70f39cd59fec76f55f authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge pull request #84 from mykhyggz/nodhclient_solaris

solaris machine isn't using dhcp, fixing test

c382fce9aece02baf6c15b39acfbdbd584f65d13 authored about 13 years ago by Michael Higgins <[email protected]>
solaris machine isn't using dhcp, fixing test

Test renews dhcp lease, but solaris vm isn't using dhcp anyway

7b79318267f924d97c65dcf0a59ffc7c985bb9c9 authored about 13 years ago by Michael Higgins <[email protected]>
Merge pull request #83 from mykhyggz/typo

Typo with missing the second 'c' in dhcpcd

cd2d07ef11b8e40120bd66610a05df7656aeda96 authored about 13 years ago by Michael Higgins <[email protected]>
Typo with missing the second 'c' in dhcpcd

One character change to command, adding second 'c' in 'dhcpcd'

101aca6113a261891473f1df4afc22ecbf408723 authored about 13 years ago by Michael Higgins <[email protected]>
Merge pull request #82 from mykhyggz/dhcp_renew

effect a dhcp lease renewal after ntpdate is run

beede68f943f8cd97e6909269e0d0ae83ad52f04 authored about 13 years ago by Dominic Maraglia <[email protected]>
effect a dhcp lease renewal after ntpdate is run

Some VMs, after reverting to snapshot, are renewing their dhcp lease after our tests are running...

fb2ed0deca210ad70e4e7aec9f51a84d92088df1 authored about 13 years ago by Michael Higgins <[email protected]>
Merge pull request #81 from djm68/add_cert_sign_master_dashboard

(maint) Add modified cert signing step to install

4d7b65b6c58e24b7ac9ec65bad1594281c40e238 authored about 13 years ago by Michael Higgins <[email protected]>
(maint) Add modified cert signing step to install

Only need to sign certs when master/dash are on the same node;
when master and dashboard are sep...

1ee7d5dbf8a5921a6c53245e97776c369d65a62d authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge pull request #80 from mykhyggz/deprecated_certsign

Move sign dashboard certs test out of the way

97d3274566272d460ae05843a6c8e4570e278816 authored about 13 years ago by Dominic Maraglia <[email protected]>
Move sign dashboard certs test out of the way

Certs are already signed, this just generates a '400' rake abort error now. Moving to setup/depr...

255f3de6c4a6ad7af5bf3d4023a08821133de5c5 authored about 13 years ago by Michael Higgins <[email protected]>
Merge pull request #78 from justinstoller/remove_mco_q_in_upgrader

(maint) updated upgrader answers for removing mco

fb5dd06589dd3bf229d34f9ec59258aa8ba12cef authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge pull request #79 from mykhyggz/signcert_deprecated

Move pe_sign_certs to new folder 'deprecated'

07030a84000abec11c0bb1c200b1e9090bd667aa authored about 13 years ago by Dominic Maraglia <[email protected]>
Move pe_sign_certs to new folder 'deprecated'

Certs are autosigned earlier in the install process. This test is no longer valid, so moving to ...

d124d441c8d1ef84f52eb063214d954bd48ad0f1 authored about 13 years ago by Michael Higgins <[email protected]>
(maint) minor yaml error in cfg file

Cfg file was missing indentations

717e5583a250c2095a0e7cb6ccb7100e5f6b5cec authored about 13 years ago by Dominic Maraglia <[email protected]>
updated upgrader answers for removing mco

edf883c3339b83f72387b095939a02602a0b255d authored about 13 years ago by Justin Stoller <[email protected]>
(#10437) Add config for OEL 4

Adding CI cfg for Oracle Linux 4

d55155637cca7f287b1cb2d3f2e16323f049ec12 authored about 13 years ago by Dominic Maraglia <[email protected]>
(maint) small tweak to answer file generation

q_puppet_enterpriseconsole_master_hostname might not be set in all
cases, fixed this for master/...

5cf7f3d03a4d20cf3e86b5c4e660103d81ca35ca authored about 13 years ago by Dominic Maraglia <[email protected]>
(maint) Adding consoleport option to CI configs

Set configs to use port 443 for dashboard connections.

d684dd8582bbcf0f02554cae59d9b65ce750b781 authored about 13 years ago by Dominic Maraglia <[email protected]>
(maint) Minor tweak to cfg file

b802bda2af0487857cbbe0676975b9ebf2bb1873 authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge pull request #77 from justinstoller/saved_tmp

(maint) Saved tmp

9fbcf0eb44a9dae7f85acf4a39800d9a05f3439f authored about 13 years ago by Michael Higgins <[email protected]>
only remove if needed

04844272517bc110d5970e43b8e7a9c98dea0a0a authored about 13 years ago by Justin Stoller <[email protected]>
dont blow away all files in tmp

f688efa2801eee7e06783f4d412f3629010b3640 authored about 13 years ago by Justin Stoller <[email protected]>
Merge pull request #75 from djm68/clean_up_answer_file_code

(maint) Clean up answer file code

b03d593e21c9acc787c6bbd5fd0087047900e7fd authored about 13 years ago by Michael Higgins <[email protected]>
(maint) Clean up answer file code

De-crufting the answer file generation code.

5cd2b583851c25a1aa68120042dc0e80c9f947a9 authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge pull request #74 from djm68/console_portno_configurable

(maint) Allow alt portno for PE console

a69ae448250f30e30ab510e7636c333ffea3d66e authored about 13 years ago by Justin Stoller <[email protected]>
(maint) Allow alt portno for PE console

PE console will have the option to run on alt portno's, adding
the ability to define an alt port...

7492b5b6415fff2e4d525a3ccb5b76537d45179d authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge pull request #73 from djm68/add_puppet_enterpriseconsole_inventory_certname

(maint) Fix puppet_enterpriseconsole_inventory_certname

c9d351f6220e861e0e366ce7fb800c39ce55d9d5 authored about 13 years ago by Michael Higgins <[email protected]>
(maint) Fix puppet_enterpriseconsole_inventory_certname

puppet_enterpriseconsole_inventory_certname was using Master
but requires this entry to be the h...

5ef34c4faf532c5f8afc7cedd4ffc9ed3de28210 authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge pull request #72 from djm68/add_puppet_enterpriseconsole_inventory_certname

(maint) more tweaks to answer file: seperate console

1362cad10095e658144e760a0e142bea24d62512 authored about 13 years ago by Michael Higgins <[email protected]>
(maint) more tweaks to answer file: seperate console

Adding entries for the case when console is on a non-master
node.

8027a6574ce4533b8fd25bc72abc2821ad5f8c94 authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge pull request #71 from djm68/add_master_entry_to_etc_hosts

(maint) Add Master entry to hosts file

637b5d9c05e2ee7abc3588ce4f7ce672eebc1a22 authored about 13 years ago by Michael Higgins <[email protected]>
(maint) Add Master entry to hosts file

Try to reduce 400 errors by adding entry to /etc/hosts

8c4dbcf56d446ed2e9e9c9e303f07eaa989657d2 authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge pull request #70 from djm68/more_answer_file_fixes

(maint) More mods to tweak new answer files

b8156ba31c22f95eddf480e06d49933bc188fcaf authored about 13 years ago by Dominic Maraglia <[email protected]>
(maint) More mods to tweak new answer files

bd113762c19560cdd9c79672bcf4b57d6b2345b1 authored about 13 years ago by Dominic Maraglia <[email protected]>
(maint) Fix platform strings in config files

x86_64 needed, not 386

d8b266fc6d110d24f630d58e46bb1e342c8bfc9c authored about 13 years ago by Michael Higgins <[email protected]>
Merge pull request #69 from djm68/update_answer_files

(maint) answer files have changed significantly

48c09cf1faa18466bab5118c4870c15f1287aec8 authored about 13 years ago by Michael Higgins <[email protected]>
(maint) answer files have changed significantly

Time to bring answer files upto date with latest PE format.

e74b7b50bb967d2561e6ccfbbf9e50c019a7e129 authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge pull request #68 from djm68/10375_disallow_install_with_no_dashboard

(#10375) If the no dashboard is specified, we halt

331d0f19e02a71d47d1eb8a5e494ec9247c0dc77 authored about 13 years ago by Michael Higgins <[email protected]>
(#10375) If the no dashboard is specified, we halt

PE requires a Dashboard to be configured. Added code to raise
and exception during answer file ...

dbeb660a040c11021680cef5145fd97b9b77bd55 authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge pull request #67 from mykhyggz/answers_auth

(maint) add answers for auth_user and auth_name

8479a1444a9b5217d5547a0f7a7682737baf1a21 authored about 13 years ago by Dominic Maraglia <[email protected]>
(maint) add answers for auth_user and auth_name

New questions are causing tests to fail before install. This should address the failure.

9081daf5e451034832d05d3b326b57db38a148da authored about 13 years ago by Michael Higgins <[email protected]>
(maint) Add cloud provisioner entry to answer file generation

Agents only installs in ec2 did not have an entry for
cloud provisioner.

417c898664cd7336336b2f599004b161a9eb4e72 authored about 13 years ago by Dominic Maraglia <[email protected]>
(maint) Clean out old OE Linux configs

25e4a1b2b86bdb7a47ad6d21f8b0ebb7075309d7 authored about 13 years ago by Dominic Maraglia <[email protected]>
(maint) Adding sles single node test configs

Adding sles11 single node configs for install testing.

58d53d52efed8463e581e7dfffb73144efc93cad authored about 13 years ago by Dominic Maraglia <[email protected]>
(maint) add Ubuntu single node configs

Adding Ubuntu single node configs for install testing.

6377fdaaa4da0d7b1716e4c67031dfcdcc701e32 authored about 13 years ago by Dominic Maraglia <[email protected]>
(maint) Adding single node debian configs

Adding single node debian configs for our install only tests.

b93c90c71331eb65c22a2194a2bf34e22033d502 authored about 13 years ago by Dominic Maraglia <[email protected]>
(maint) add single node configs for el5

Single node configs for installer only tests

0ea8131d7828cbf55a965e656ad7e571691465d3 authored about 13 years ago by Dominic Maraglia <[email protected]>
(maint) adding some single node test configs

For install only tests, setup single node configs for our
many platforms.

d2db361df87fe2a5a0f421710e37f3499f152298 authored about 13 years ago by Dominic Maraglia <[email protected]>
(maint) Remove old configs

3a356180cb9e9716876cc713f47d8ace5103b4dc authored about 13 years ago by Dominic Maraglia <[email protected]>
(maint) More config file sanitizing

Rename agent cfgs to match new naming schema.

d692695d656e806d280e10726ec64014a22e877b authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge pull request #66 from djm68/sanitize_cfgs

(maint) Improve cfg file names, add test cgs

081a2abb9efe351d59be4db2392dc961eeb416f5 authored about 13 years ago by Justin Stoller <[email protected]>
(maint) Improve cfg file names, add test cgs

Acceptance tests are configuration driven, so adding more cfgs
which will improve our test cover...

320275a5a50f9bc220ea854968f90513c9f12ea4 authored about 13 years ago by Dominic Maraglia <[email protected]>
(maint) Adding dashboard role to Master in cfg file

d339388b1f09ba36f39f58ffd758dd2dd2c6a4cb authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge pull request #65 from djm68/merge_pe-version_installer_fixes

(maint) Install PE versions 1.0 - 1.2.4

7154f12ba6da1a1432392396add3586636331ce4 authored about 13 years ago by Michael Higgins <[email protected]>
(maint) Install PE versions 1.0 - 1.2.4

Installing is ever more complex with so many versions, tar ball
names, and varied installing sem...

f716f1525509076a858b655b5ea1f90a34391b8b authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge pull request #64 from djm68/add_non_console_cfg

(#10276) Add harness config files sans dashboard

3780f593aeda012a010c327817d44b6eb0121682 authored about 13 years ago by Michael Higgins <[email protected]>
(#10276) Add harness config files sans dashboard

Need to test some basic install without dashboard to be sure
console questions do not leak over ...

55ed338deb592aca5dc66dfa6d8df1d8eb57ead7 authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge pull request #62 from djm68/prep_for_cloud_provisioner_CI

(maint) added test config for new CP tests on VMware

6a91a3188c73bdbfb065a1e80e2d412ad62e1ae8 authored about 13 years ago by Dominic Maraglia <[email protected]>
(maint) added test config for new CP tests on VMware

Config is a template only -- will update when real hosts are
provisioned.

c8faf25e0e75b1997bbe3e40c871871af103f486 authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge pull request #58 from justinstoller/update_valid_pe

(maint) Update valid pe

fa8d0b3233aeca86adf3aeaf4aff1b34e11e80fc authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge pull request #56 from justinstoller/updater_updates

(maint) Updater updates

fb9c58d0310a4e05a8a74bfbf901af8462d8c0a5 authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge pull request #61 from djm68/update_4_new_answers

(#10276) Add fixes for additional PE answers

4570b94dbbf2b4c79972af4b0eb872a8bb84d8c6 authored about 13 years ago by Dominic Maraglia <[email protected]>
(#10276) Add fixes for additional PE answers

Even more PE answers need to be added.

10fd653a5e2d67f2c5fcfc5dacdce03fa04a7605 authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge pull request #60 from djm68/answers_for_apache_ssl

(maint) New question for setup of apache ssl

fed70d0f254d6116a6bb3a11c7d0b370eb77ec98 authored about 13 years ago by Michael Higgins <[email protected]>
(maint) New question for setup of apache ssl

Update answer file generation to include new apache ssl options.

dabd6fbf3fa867d2821d1236921d7cc6f7e9e9b0 authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge pull request #59 from djm68/ticket_10255_add_q_puppet_enterpriseconsole_auth

(10255) add support for new answer file question

cf6fd8875e3d2df7c53cad709bed92ca6aded8a8 authored about 13 years ago by Michael Higgins <[email protected]>
added question and answer for upgrading modules

f16638310e20ad002437b80c9cd65b204882ecf5 authored about 13 years ago by Justin Stoller <[email protected]>
(10255) add support for new answer file question

New quesiton for authenticating access to dashboard

6bbd2bcea55f7f23bbfb8c5d121c398e3ca6df2f authored about 13 years ago by Dominic Maraglia <[email protected]>
1.2.4 is now a valid pe version

b3d1c631e9f1c8e618e71fcc725bc25deff19c3a authored about 13 years ago by Justin Stoller <[email protected]>
dont guess the extensions of old versions of puppet; use whatevers there

89953af3b6e42e7575dc64a66de6ef47e9229a6d authored about 13 years ago by Justin Stoller <[email protected]>
(maint) Add guthub sig to known_hosts

Allow access to private git repos w/out prompting

30e452a64a49221106d62b35dac4b0174fdb61b7 authored about 13 years ago by Dominic Maraglia <[email protected]>
Merge branch 'master' of github.com:puppetlabs/puppet-acceptance

9ea440bcdc10146f7a7aea16b07501b40afe142f authored about 13 years ago by Dominic Maraglia <[email protected]>