smart_proxy_pulp 1.4.1 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f5f0c4ac72c832d23ce7e4c9a9d5822a62ad2cf07f15a2290b7ff7c6ea55e20
4
- data.tar.gz: 3bffc2ebcdc3cb52cbc548eb8f5b539ced355efcd38e89a959fa181c642fdd7c
3
+ metadata.gz: e438c9624c9a6d9e79b9385794fbe257b0a1f80b57f4a02a8c4e2c8e5310a192
4
+ data.tar.gz: e6488c2bbc9201f45a79e579f2c9ce1d146c94da76a2316064c500bd327d8649
5
5
  SHA512:
6
- metadata.gz: 8fbfc5d6c532d9db90817f12121840da2da4aeda023b65e3b910973456cbfe15ed38f811a460e9ab524e3647a42b77e2314c49f0cecd2008634e13cf98e27295
7
- data.tar.gz: d86bd960e4377126a7c60212a5404d6079c5901fdcafc3c68a5b4a10b764b3f7cabd2cee37abf0f10dceedf846e53a79e4892b806fcb6525f1e21bd3c70b7e5d
6
+ metadata.gz: c965b3c5d4dff8569215db890c4ff3cf1d24a469665187f7c410edd74af9c132f5c45ff55b84e7f7146531b432da6bc3c3b5585e619e0a7350eb1e60288755ff
7
+ data.tar.gz: 1ab9215eeec600b50177624c8e217f22f786871c173b70b78c02a9b491e64e7e5535c43e3df9e34ce4f490ef4f7c64be43917126abbd6943b8ca84549e98b0ff
@@ -4,15 +4,18 @@ module PulpProxy
4
4
  class Pulp3Plugin < ::Proxy::Plugin
5
5
  plugin "pulp3", ::PulpProxy::VERSION
6
6
  default_settings :pulp_url => 'https://localhost/pulp/',
7
+ :content_app_url => 'https://localhost:24816/',
7
8
  :pulp_dir => '/var/lib/pulp',
8
9
  :pulp_content_dir => '/var/lib/pulp/content',
9
10
  :mirror => false
10
11
 
11
12
  load_validators :url => ::PulpProxy::Validators::PulpUrlValidator
12
13
  validate :pulp_url, :url => true
14
+ validate :content_app_url, :url => true
13
15
 
14
16
  expose_setting :pulp_url
15
17
  expose_setting :mirror
18
+ expose_setting :content_app_url
16
19
  capability( lambda do ||
17
20
  Pulp3Client.capabilities
18
21
  end)
@@ -1,3 +1,3 @@
1
1
  module PulpProxy
2
- VERSION = "1.4.1"
2
+ VERSION = "1.5.0"
3
3
  end
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  :enabled: true
3
3
  #:pulp_url: https://localhost/pulp/
4
+ #:content_app_url: https://localhost:24816/
4
5
  #:pulp_dir: /var/lib/pulp
5
6
  #:pulp_content_dir: /var/lib/pulp/content
6
- #:puppet_content_dir: /etc/pupppet/environments
7
7
  #:mirror: false
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_proxy_pulp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitri Dolguikh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-12 00:00:00.000000000 Z
11
+ date: 2019-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-unit
@@ -127,8 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
127
127
  - !ruby/object:Gem::Version
128
128
  version: '0'
129
129
  requirements: []
130
- rubyforge_project:
131
- rubygems_version: 2.7.6
130
+ rubygems_version: 3.0.3
132
131
  signing_key:
133
132
  specification_version: 4
134
133
  summary: Basic Pulp support for Foreman Smart-Proxy