redhat_access 2.1.1 → 2.1.2

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
  SHA1:
3
- metadata.gz: 3e665f91ff91b6b80617e77c099a1cca352b84bb
4
- data.tar.gz: 98ca4657b363e4d2ba28ce4ecf1a96744dc872a3
3
+ metadata.gz: e2490065b5707b51aab31f7174f41275b1d44845
4
+ data.tar.gz: c52dd464d912e282bffccf045c776451b781b126
5
5
  SHA512:
6
- metadata.gz: eb9266d77c71f225b4da685b8662f793aa952e6009865cd64ea15a1bd7ed7f6007629b185634d63f9bcc5f8444bf120307e2d470b936201a735479a5a184586f
7
- data.tar.gz: 11fe82edb8c764c0f15cb98a600f303912dbdbfa0d8e4ef21203596b9ce980bc0e223d46fab9b7086b5591afcd8f23a740a7fb539a3fc3ce4fed0acf42e0daaa
6
+ metadata.gz: 4f1205a7b6b2168a71cce633ee27ae9e3be59314796fe003aeafb2e6d85142469cb8f43d3aa891829ad95da8e063f0a0c9bd40457b4db7c3302c8a9056c1671f
7
+ data.tar.gz: 3f61e50b0f154b3c8c4683f7dccec218f44cfe51ccf7b183ca7b2045e5fb5b6cb088fba2b524ca7593e7183c5240bffa93cbd475732672529cc6834b9238ec87
@@ -0,0 +1,15 @@
1
+ :strata_host : access.redhat.com
2
+ :attachment_max_http_size : 250000000
3
+ :attachment_ftp_host : dropbox.redhat.com
4
+ :attachment_ftp_dir : /incoming
5
+ :deployment : satellite
6
+
7
+ :enable_telemetry_basic_auth : false
8
+ :telemetry_upload_host : "https://cert-api.access.redhat.com"
9
+ :telemetry_api_host : "https://cert-api.access.redhat.com"
10
+ :telemetry_ssl_verify_peer : true
11
+
12
+ :diagnostic_logs :
13
+ - /var/log/foreman/production.log
14
+ - /var/log/foreman/delayed_job.log
15
+ - /var/log/foreman/jobs-startup.log
@@ -2,4 +2,6 @@ if File.exists? ("#{RedhatAccess::Engine.root}/config/config.yml")
2
2
  REDHAT_ACCESS_CONFIG = YAML.load_file("#{RedhatAccess::Engine.root}/config/config.yml")
3
3
  elsif File.exists? ('/etc/redhat_access/config.yml')
4
4
  REDHAT_ACCESS_CONFIG = YAML.load_file('/etc/redhat_access/config.yml')
5
+ else
6
+ REDHAT_ACCESS_CONFIG = YAML.load_file("#{RedhatAccess::Engine.root}/config/defaults.yml")
5
7
  end
@@ -1,3 +1,3 @@
1
1
  module RedhatAccess
2
- VERSION = "2.1.1"
2
+ VERSION = "2.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redhat_access
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lindani Phiri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-10 00:00:00.000000000 Z
11
+ date: 2018-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redhat_access_lib
@@ -113,6 +113,7 @@ files:
113
113
  - app/views/redhat_access/redhat_access/index.html.erb
114
114
  - ca/rh_cert-api_chain.pem
115
115
  - config/config.yml.example
116
+ - config/defaults.yml
116
117
  - config/environments/development.rb
117
118
  - config/initializers/load_config.rb
118
119
  - config/mount_engine.rb