foreman_remote_execution 12.0.4 → 12.0.6

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: 7d9ecaf9a67e402868291ed6ecf2d064cfa091bf2a5a3eaf2ec8e160f8e7ede5
4
- data.tar.gz: 35186e50675ac5b48624a5cfd22d2a2617c8adac7bd2b2a547313acdea0eec29
3
+ metadata.gz: 8bdaf7c785f55da7e7d134284c4cd9e7c988c1652a2363a77de30c5982e410e8
4
+ data.tar.gz: 7c48bffbfa152d993805cd469e5d4b9630bc073141f18a0d21c95ad38d2888aa
5
5
  SHA512:
6
- metadata.gz: 33850b7431db3f15ba1168fe448eee84d9feb91b8f15d1239f6270513bcc59027a08e6600e9953705a70f05f631b70083f3cc097bce86cde721acfa33be47889
7
- data.tar.gz: a83abe1d5a040bd019a8649db4318633bdc24a7dbb690a676ff707ba62f6356e9df4559bf2be84a36c472d54948b97c46bd6ee6691fc854d29f427d88472d0fa
6
+ metadata.gz: b68c6f20e58ff70c9c8af72dcf8a294f00f535e03b07f74e3aa737378e5f2d76c7df68e619246be0eae443837b9cb6538ea5603b3c8e4e469a5165d15890bfcf
7
+ data.tar.gz: aaa8b67f7316989ed3ee69ea8718bf08e743ff70cf311259c5e5412212a18a26a4f03b6d4aec08a936b4f003b305a9eb6cfa8d3157987eefa7723ca0fa2f8182
@@ -18,7 +18,7 @@ module RemoteExecutionHelper
18
18
  end
19
19
 
20
20
  def template_invocation_status(task, parent_task)
21
- return(parent_task.result == 'cancelled' ? _('cancelled') : 'N/A') if task.nil?
21
+ return(parent_task.result == 'cancelled' ? _('cancelled') : _('Awaiting start')) if task.nil?
22
22
  return task.state if task.state == 'running' || task.state == 'planned'
23
23
  return _('error') if task.result == 'warning'
24
24
 
@@ -1,15 +1,6 @@
1
1
  <%#
2
2
  name: Convert2RHEL analyze
3
3
  snippet: false
4
- template_inputs:
5
- - name: Data telemetry
6
- required: false
7
- input_type: user
8
- options: "yes\r\nno"
9
- advanced: false
10
- value_type: plain
11
- default: 'yes'
12
- hidden_value: false
13
4
  model: JobTemplate
14
5
  job_category: Convert 2 RHEL
15
6
  provider_type: script
@@ -25,9 +16,7 @@ if ! rpm -q convert2rhel &> /dev/null; then
25
16
  yum install -y convert2rhel
26
17
  fi
27
18
 
28
- <% if input('Data telemetry') != "yes" -%>
29
- export CONVERT2RHEL_DISABLE_TELEMETRY=1
30
- <% end -%>
19
+ export CONVERT2RHEL_THROUGH_FOREMAN=1
31
20
 
32
21
  /usr/bin/convert2rhel analyze -y
33
22
 
@@ -1,3 +1,3 @@
1
1
  module ForemanRemoteExecution
2
- VERSION = '12.0.4'.freeze
2
+ VERSION = '12.0.6'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_remote_execution
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.0.4
4
+ version: 12.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Foreman Remote Execution team
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-18 00:00:00.000000000 Z
11
+ date: 2024-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: deface
@@ -575,7 +575,7 @@ homepage: https://github.com/theforeman/foreman_remote_execution
575
575
  licenses:
576
576
  - GPL-3.0
577
577
  metadata: {}
578
- post_install_message:
578
+ post_install_message:
579
579
  rdoc_options: []
580
580
  require_paths:
581
581
  - lib
@@ -593,8 +593,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
593
593
  - !ruby/object:Gem::Version
594
594
  version: '0'
595
595
  requirements: []
596
- rubygems_version: 3.3.26
597
- signing_key:
596
+ rubygems_version: 3.3.27
597
+ signing_key:
598
598
  specification_version: 4
599
599
  summary: A plugin bringing remote execution to the Foreman, completing the config
600
600
  management functionality with remote management functionality.