foreman_omaha 0.0.1 → 0.0.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: 90c1179f6a7651dd4c1139136485bcb89391b178
4
- data.tar.gz: dfde3a788f9eb819597c31f4c1b4d912cb5ea095
3
+ metadata.gz: c40493ee95139d2621cc06d655b33f261e4f9fa5
4
+ data.tar.gz: 702a0818709f83f31d94f13e682565ca5d33105e
5
5
  SHA512:
6
- metadata.gz: 55d1f131681d12adb6f2c687c612a9a5a74aa90ca0f30d6b1c81d4071f923ca4ec65adc23b91ca79ed2015bb2cee39b6109722535313024670424b89c63406a3
7
- data.tar.gz: 1b84e259412b4a328bdad299ea84c8e698ff9b49302d9e0046b03ad8316cab42b48794e2679f47a17615423e66c4c28472078ed0dccde027549ddb8e8ecafc25
6
+ metadata.gz: c5f4835601a8843d36e0381ff3c0b0d6c36be09ae9013a6a5ac9fe277aa7e5c015ed2f8077d3d73c057abbdfaab792452b3f238ac6c167e6bdedc80dd9ebdaae
7
+ data.tar.gz: 0c678a22af766c6cb3c1968ed3394e547efc9314f1e72bc32627ac7d5273fb406962bb9031b958c47c736fd57830f576d7c26eb2938559b63f36a0616673333f
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # ForemanOmaha
2
2
 
3
3
  This plug-in enables CoreOS updates using [The Foreman](https://theforeman.org/) without using the public update infrastructure.
4
- To follow along with common Foreman architecture, you need this Foreman plug-in installed and a [Smart-Proxy plugin](https://github.com/theforeman/smart_proxy_omaha). The smart-proxy plug-in does all the heavy lifting. The Foreman plug-in shows facts and reports for your hosts.
4
+ To follow along with common Foreman architecture, you need this Foreman plug-in installed and a [Smart-Proxy plugin](https://github.com/timogoebel/smart_proxy_omaha). The smart-proxy plug-in does all the heavy lifting. The Foreman plug-in shows facts and reports for your hosts.
5
5
  Foreman core already supports deploying CoreOS hosts and is great for on-premise setups. This plug-in enables you to better manage your servers.
6
6
 
7
7
  ## Compatibility
@@ -3,7 +3,7 @@ module ForemanOmaha
3
3
  extend ActiveSupport::Concern
4
4
  included do
5
5
  has_many :omaha_reports, :class_name => '::ForemanOmaha::OmahaReport',
6
- :foreign_key => :host_id
6
+ :foreign_key => :host_id, :dependent => :destroy
7
7
  has_one :last_omaha_report_object, -> { order("#{Report.table_name}.id DESC") },
8
8
  :foreign_key => :host_id, :class_name => '::ForemanOmaha::OmahaReport'
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module ForemanOmaha
2
- VERSION = '0.0.1'.freeze
2
+ VERSION = '0.0.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_omaha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timo Goebel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-14 00:00:00.000000000 Z
11
+ date: 2016-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -90,7 +90,7 @@ files:
90
90
  - test/functional/omaha_reports_controller_test.rb
91
91
  - test/test_plugin_helper.rb
92
92
  - test/unit/omaha_report_test.rb
93
- homepage: http://github.com/theforeman/foreman_omaha
93
+ homepage: http://github.com/timogoebel/foreman_omaha
94
94
  licenses:
95
95
  - GPL-3
96
96
  metadata: {}
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  version: '0'
111
111
  requirements: []
112
112
  rubyforge_project:
113
- rubygems_version: 2.4.5
113
+ rubygems_version: 2.5.1
114
114
  signing_key:
115
115
  specification_version: 4
116
116
  summary: This plug-in adds support for the Omaha procotol to The Foreman.
@@ -122,4 +122,3 @@ test_files:
122
122
  - test/functional/omaha_reports_controller_test.rb
123
123
  - test/test_plugin_helper.rb
124
124
  - test/unit/omaha_report_test.rb
125
- has_rdoc: