hammer_cli_foreman_discovery 1.0.1 → 1.0.2
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: 3cd2d3cf4ad8bae5fb2c8ab018bd83d41256f2d020b267470673147485272f1d
|
4
|
+
data.tar.gz: c8c67d180f763441ec8c8349e0e0e2d12584a82148f9fb3c6639e73b0b794aa5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4377e3492795ef0e31d487b2c810dad028c178af330fc7711ba4191587dab8a78e6c32fc368f90cd44a4897313f6434d98d7c5e8b4bb05afa45123521267c5db
|
7
|
+
data.tar.gz: e6632c083254614acab6b41085bab91d91ab5b6c184ab3023cc26224274c55bedf0d8b7f64a3b913dc2bd4704b420e25a6219c79a26a0697f34eb8d0ecda61a5
|
@@ -100,7 +100,7 @@ module HammerCLIForemanDiscovery
|
|
100
100
|
option "--provision-method", "METHOD", " ",
|
101
101
|
:format => HammerCLI::Options::Normalizers::Enum.new(['build', 'image'])
|
102
102
|
|
103
|
-
super :without => [:root_pass, :ptable_id, :puppet_class_ids]
|
103
|
+
super :without => [:root_pass, :ptable_id, :puppet_class_ids, :host_parameters_attributes]
|
104
104
|
end
|
105
105
|
|
106
106
|
def ask_password
|
@@ -135,6 +135,8 @@ module HammerCLIForemanDiscovery
|
|
135
135
|
end
|
136
136
|
|
137
137
|
build_options
|
138
|
+
|
139
|
+
extend_with(HammerCLIForeman::CommandExtensions::PuppetEnvironment.new)
|
138
140
|
end
|
139
141
|
|
140
142
|
class AutoProvisionCommand < HammerCLIForeman::SingleResourceCommand
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hammer_cli_foreman_discovery
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ohad Levy
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2019-
|
12
|
+
date: 2019-11-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: hammer_cli_foreman
|
@@ -42,7 +42,7 @@ dependencies:
|
|
42
42
|
description: 'Contains the code for managing host discovery in foreman(results and
|
43
43
|
progress) in the Hammer CLI.
|
44
44
|
|
45
|
-
'
|
45
|
+
'
|
46
46
|
email:
|
47
47
|
- ohadlevy@gmail.com
|
48
48
|
executables: []
|