foreman_rh_cloud 0.9.4 → 0.9.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31329325c6606bae119217bb0b58ede8a45e9b433de12fab0ac36f57171b1b78
|
4
|
+
data.tar.gz: '035292a5eeadd2669878c1b321aeaf613aa299266886f5f146614fd27b7b7259'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f2598b62cca2eec018bec4f2cda311cf8226d784b1e0d7cca83d7680b1ba27ea1fa382f11c03b5a3b8b3f356d7be361d6b0aac1ca2d27fbb984edc22c0ce01b
|
7
|
+
data.tar.gz: 1ee893f577f42c0f5c44d31e68e6a8a6d4d53e0087041727de177d0ddbbc04e136fcb3c797397a3fbb1559e6232516bf92c1959ea8c6596c36ccd6cd6fac8c19
|
@@ -65,7 +65,7 @@ module ForemanInventoryUpload
|
|
65
65
|
|
66
66
|
@stream.array_field('tags', :last) do
|
67
67
|
report_tag('satellite', 'satellite_instance_id', Foreman.instance_id) if Foreman.respond_to?(:instance_id)
|
68
|
-
report_tag('satellite', 'organization_id', host.organization_id, :last)
|
68
|
+
report_tag('satellite', 'organization_id', host.organization_id.to_s, :last)
|
69
69
|
end
|
70
70
|
end
|
71
71
|
end
|
@@ -78,7 +78,7 @@ class ReportGeneratorTest < ActiveSupport::TestCase
|
|
78
78
|
|
79
79
|
org_id_tag = actual['hosts'].first['tags'].find { |tag| tag['namespace'] == 'satellite' && tag['key'] == 'organization_id'}
|
80
80
|
assert_not_nil org_id_tag
|
81
|
-
assert_equal @host.organization_id, org_id_tag['value']
|
81
|
+
assert_equal @host.organization_id.to_s, org_id_tag['value']
|
82
82
|
|
83
83
|
version = satellite_facts['satellite_version']
|
84
84
|
if defined?(ForemanThemeSatellite)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_rh_cloud
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.4
|
4
|
+
version: 0.9.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Foreman Red Hat Cloud team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-03-
|
11
|
+
date: 2020-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: katello
|