hammer_cli_foreman_virt_who_configure 0.0.6 → 0.0.7
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: 845377dff0db8f196099f05ed594c4bbdd4b33aa9f44dcd9fb42745e12e778d5
|
|
4
|
+
data.tar.gz: d3170a6efee5bed8b717986a0fc36d23a178f391357dcd01dbcb07ec56634a85
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0c9a9013c306d41ecde2c2be58608b98a95d725d0d42e7aeff0d4656b951fa01916fc0183f74ea15f1fc70c6f3e4b1f6be916189eb7feaae5599d55e3317371
|
|
7
|
+
data.tar.gz: 51490292ea0e37bb750a2385b3780d69b124e68e269e1d21926f1243fd06a85cdba1ca89c94856809fe2e67680822f5080f5dd3a05f5a22601be85be956f0f86
|
|
@@ -84,8 +84,14 @@ module HammerCLIForemanVirtWhoConfigure
|
|
|
84
84
|
field :filter_host_parents, _('Filter host parents'), Fields::Field, :hide_blank => true
|
|
85
85
|
field :exclude_host_parents, _('Exclude host parents'), Fields::Field, :hide_blank => true
|
|
86
86
|
field :debug, _('Debug mode'), Fields::Boolean
|
|
87
|
-
field :
|
|
88
|
-
|
|
87
|
+
field :no_proxy, _('Ignore proxy'), Fields::Field, :hide_blank => true
|
|
88
|
+
end
|
|
89
|
+
label _('HTTP Proxy') do
|
|
90
|
+
from :http_proxy do
|
|
91
|
+
field :id, _('HTTP proxy ID'), Fields::Field, :hide_blank => true
|
|
92
|
+
field :name, _('HTTP proxy name'), Fields::Field, :hide_blank => true
|
|
93
|
+
field :url, _('HTTP proxy URL'), Fields::Field, :hide_blank => true
|
|
94
|
+
end
|
|
89
95
|
end
|
|
90
96
|
HammerCLIForeman::References.taxonomies(self)
|
|
91
97
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hammer_cli_foreman_virt_who_configure
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tomáš Strachota
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: hammer_cli
|
|
@@ -95,18 +95,18 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '0'
|
|
97
97
|
requirements: []
|
|
98
|
-
rubygems_version: 3.
|
|
98
|
+
rubygems_version: 3.1.4
|
|
99
99
|
signing_key:
|
|
100
100
|
specification_version: 4
|
|
101
101
|
summary: Plugin for configuring Virt Who
|
|
102
102
|
test_files:
|
|
103
|
-
- test/unit/system_caller_test.rb
|
|
104
|
-
- test/test_helper.rb
|
|
105
|
-
- test/functional/test_helper.rb
|
|
106
103
|
- test/functional/config/config_info_test.rb
|
|
107
|
-
- test/functional/config/config_deploy_test.rb
|
|
108
|
-
- test/functional/config/config_list_test.rb
|
|
109
104
|
- test/functional/config/config_update_test.rb
|
|
110
|
-
- test/functional/config/
|
|
105
|
+
- test/functional/config/config_list_test.rb
|
|
106
|
+
- test/functional/config/config_deploy_test.rb
|
|
111
107
|
- test/functional/config/config_fetch_test.rb
|
|
108
|
+
- test/functional/config/config_create_test.rb
|
|
109
|
+
- test/functional/test_helper.rb
|
|
110
|
+
- test/unit/system_caller_test.rb
|
|
111
|
+
- test/test_helper.rb
|
|
112
112
|
- test/data/1.15/foreman_api.json
|