foreman_rh_cloud 1.0.4 → 1.0.4.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a5c1a5b84d72bf881ad6d2b9569113edefae817ca2f86058d80b8e96d07662e8
|
4
|
+
data.tar.gz: 745f0cc63d929faf0811310c5d9430e919a5f4ba6e127e1a5e32314311cd36e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60501f4a0518539698b2480512e08266c8f9379779e3b344e65f48ec47629a3b364d936f650c14eae8d41988f16b933abfe7975e8181d049744b3fc2a24a38ec
|
7
|
+
data.tar.gz: 75f29d922dbb485f0c675d18847b62d448126f02240b5ff2ba022d6d79e0f1fc08cc3fb352044d9400782b86ad29a908e7a6f96eb2b47c58b8d5be9a3a5a11fe
|
@@ -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: 1.0.4
|
4
|
+
version: 1.0.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
|