hammer_cli_foreman_virt_who_configure 0.0.3 → 0.0.4
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
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 3a94dfd60fde40687490bc27d05db49ca8f29324148298b662708310fff492e3
|
|
4
|
+
data.tar.gz: eb3d74ba7ce3b3152cec507b01abe0d84ca732f5d19aad1536127389e65edfc6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57a5e6fe08c130464af4d42a54493dc98eac3896beee9eddbb2493f60e4c4eb857d1c4d8a716a7e4eccc84730cae7e7a7dc4402e5075566c2cfd0fd0c894bf4b
|
|
7
|
+
data.tar.gz: 04f42c08afad275419471adfcad9b1c254fc273b451fcba293cc7cbdace1b5ffdbd93c6bea2e45f6bf4381019b9adbfcbd40c9d952e23d6899c24f109645dd17
|
|
@@ -81,6 +81,8 @@ module HammerCLIForemanVirtWhoConfigure
|
|
|
81
81
|
field :_filtering_mode, _('Filtering')
|
|
82
82
|
field :blacklist, _('Excluded hosts'), Fields::Field, :hide_blank => true
|
|
83
83
|
field :whitelist, _('Filtered hosts'), Fields::Field, :hide_blank => true
|
|
84
|
+
field :filter_host_parents, _('Filter host parents'), Fields::Field, :hide_blank => true
|
|
85
|
+
field :exclude_host_parents, _('Exclude host parents'), Fields::Field, :hide_blank => true
|
|
84
86
|
field :debug, _('Debug mode'), Fields::Boolean
|
|
85
87
|
field :proxy, _('HTTP proxy')
|
|
86
88
|
field :no_proxy, _('Ignore proxy')
|
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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tomáš Strachota
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-09-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: hammer_cli
|
|
@@ -76,9 +76,9 @@ files:
|
|
|
76
76
|
- test/functional/test_helper.rb
|
|
77
77
|
- test/test_helper.rb
|
|
78
78
|
- test/unit/system_caller_test.rb
|
|
79
|
-
homepage:
|
|
79
|
+
homepage: https://github.com/theforeman/hammer-cli-foreman-virt-who-configure
|
|
80
80
|
licenses:
|
|
81
|
-
- GPL
|
|
81
|
+
- GPL-3.0+
|
|
82
82
|
metadata: {}
|
|
83
83
|
post_install_message:
|
|
84
84
|
rdoc_options: []
|
|
@@ -95,19 +95,18 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '0'
|
|
97
97
|
requirements: []
|
|
98
|
-
|
|
99
|
-
rubygems_version: 2.5.1
|
|
98
|
+
rubygems_version: 3.0.3
|
|
100
99
|
signing_key:
|
|
101
100
|
specification_version: 4
|
|
102
101
|
summary: Plugin for configuring Virt Who
|
|
103
102
|
test_files:
|
|
104
|
-
- test/
|
|
105
|
-
- test/
|
|
103
|
+
- test/unit/system_caller_test.rb
|
|
104
|
+
- test/test_helper.rb
|
|
105
|
+
- test/functional/test_helper.rb
|
|
106
|
+
- test/functional/config/config_info_test.rb
|
|
106
107
|
- test/functional/config/config_deploy_test.rb
|
|
107
108
|
- test/functional/config/config_list_test.rb
|
|
108
109
|
- test/functional/config/config_update_test.rb
|
|
110
|
+
- test/functional/config/config_create_test.rb
|
|
109
111
|
- test/functional/config/config_fetch_test.rb
|
|
110
|
-
- test/
|
|
111
|
-
- test/functional/test_helper.rb
|
|
112
|
-
- test/test_helper.rb
|
|
113
|
-
- test/unit/system_caller_test.rb
|
|
112
|
+
- test/data/1.15/foreman_api.json
|