Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  facter
  puppet

Latest revisions

# Date Author Comment
b3926bb6 02/28/2019 03:19 PM Alex Fisher

Improve pulp_rpmrepo gpg_key validation and docs

c02b224e 08/07/2018 11:46 AM Alex Fisher

Massively speed up providers and fix timeouts

In my environment, `get_repo_info` was failing with...

```
Error: Failed to apply catalog: https request threw exception Net::ReadTimeout. Connection details: url=https://pulp.example.com/pulp/api/v2/repositories/oel-6-x86_64-latest/?details=True,cert_path=/root/.pulp/user-cert.pem....

c8f520bd 05/10/2018 03:22 PM Alex Fisher

Fix wait_for_bind grep being poorly escaped

The grep wasn't properly escaped.
I have a pulp repo named 'centos-7.5.1804-x86_64-base'

The grep in wait_for_bind was failing with
```
/bin/grep: Invalid range end
```

Using `--fixed-strings` is a lot safer than trying to figure out what...

a5d3be7b 02/27/2018 03:00 PM Alex Fisher

Don't specify path to pulp-consumer

Specifying the path isn't necessary.
From http://garylarizza.com/blog/2013/11/26/fun-with-providers-part-2/

We don’t REQUIRE you to pass the full path because sometimes the same
binary exists in different locations for different operatingsystems....

93ee457c 01/25/2018 05:06 PM Alex Fisher

Move pulp_rpmrepo property defaults to provider

Fixes GH-283

7fdb5239 01/25/2018 05:06 PM Alex Fisher

Use symbols for pulp_rpmrepo boolean properties

Actual booleans don't work properly.
see https://tickets.puppetlabs.com/browse/PUP-2368

a955c407 10/07/2017 01:57 PM Alex Fisher

Verify successful bind when creating pulp_rpmbind (#279)

Solves 2 problems * pulp-consumer rpm bind returns 0 even if the repo doesn't exist * Binding is asynchronous, so we should wait until it completes

Fixes #276

bb68da33 09/12/2017 06:50 AM ccnifo

Add basic provider for Pulp roles (#234)

3257dd72 08/14/2017 12:56 PM Ewoud Kohl van Wijngaarden

Remove redundancy in repo_type definitions (#262)

99400fbd 07/24/2017 05:02 PM Ewoud Kohl van Wijngaarden

Fix pulp_schedule and add tests (#261)

In 13385b7dbad852be906798ccdeb36a6df749cef6 I broke the pulp_schedule
type. This fixes it, applies some more cleanups and adds tests to
prevent future breakages.

Closes GH-260

View revisions

Also available in: Atom