foreman_discovery 1.3.0.rc1 → 1.3.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/host/managed_extensions.rb +1 -1
- data/app/models/setting/discovered.rb +1 -1
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- metadata +55 -51
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6952b2ff6d66e4260db8ac41e046e529d5c7df4a
|
4
|
+
data.tar.gz: 285b3d9adc29ff2825e41a8a8c92c056dc253515
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8640a6d2c569e1912d5a38c7f3d857a1e72c5cd7d02a129391947d31fb75cfbd028d846ac559dac5285c54aa13d28281bfde6073ded7514bc1b91b9ff0b16619
|
7
|
+
data.tar.gz: 3374b3b275d4492dd15c6e3513658d8f18a131cbefda49d3f7c8a9cf082dad781c4b4d6a789e08be3340171ff2e94c7af0c7e8f3cd4db87784c0da23d8bf9094
|
@@ -8,7 +8,7 @@ class Setting::Discovered < ::Setting
|
|
8
8
|
|
9
9
|
Setting.transaction do
|
10
10
|
[
|
11
|
-
self.set('discovery_fact', _("The default fact name to use for the MAC of the system"), "
|
11
|
+
self.set('discovery_fact', _("The default fact name to use for the MAC of the system"), "discovery_bootif"),
|
12
12
|
].compact.each { |s| self.create s.update(:category => "Setting::Discovered")}
|
13
13
|
end
|
14
14
|
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,55 +1,55 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_discovery
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.0.
|
4
|
+
version: 1.3.0.rc2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Greg Sutcliffe
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-04-
|
11
|
+
date: 2014-04-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: open4
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: ftools
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '0'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: deface
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '0'
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
description: 'MaaS Discovery Plugin engine for Foreman '
|
@@ -60,66 +60,70 @@ extra_rdoc_files:
|
|
60
60
|
- LICENSE
|
61
61
|
- README.md
|
62
62
|
files:
|
63
|
-
-
|
63
|
+
- LICENSE
|
64
|
+
- README.md
|
65
|
+
- Rakefile
|
66
|
+
- app/controllers/discovers_controller.rb
|
64
67
|
- app/helpers/discovers_helper.rb
|
65
68
|
- app/models/host/discovered.rb
|
66
69
|
- app/models/host/managed_extensions.rb
|
67
70
|
- app/models/setting/discovered.rb
|
68
|
-
- app/
|
69
|
-
- app/views/discovers/index.html.erb
|
70
|
-
- app/views/discovers/_selected_hosts.html.erb
|
71
|
-
- app/views/discovers/show.html.erb
|
72
|
-
- app/views/discovers/select_multiple_location.html.erb
|
71
|
+
- app/overrides/add_dashboard_table.rb
|
73
72
|
- app/views/discovers/_discovers_list.html.erb
|
73
|
+
- app/views/discovers/_selected_hosts.html.erb
|
74
|
+
- app/views/discovers/index.html.erb
|
74
75
|
- app/views/discovers/multiple_destroy.html.erb
|
76
|
+
- app/views/discovers/select_multiple_location.html.erb
|
75
77
|
- app/views/discovers/select_multiple_organization.html.erb
|
78
|
+
- app/views/discovers/show.html.erb
|
79
|
+
- config/initializers/discovery_setup.rb
|
80
|
+
- config/routes.rb
|
81
|
+
- extra/build_iso.sh
|
82
|
+
- extra/discover_host
|
83
|
+
- extra/discovery_init.sh.example
|
84
|
+
- extra/disk_facts.rb
|
85
|
+
- extra/foreman_startup.rb
|
86
|
+
- extra/ovirt-node-build/Vagrantfile
|
87
|
+
- extra/ovirt-node-build/build_image.sh
|
88
|
+
- extra/ovirt-node-plugin-foreman/COPYING
|
89
|
+
- extra/ovirt-node-plugin-foreman/Makefile.am
|
76
90
|
- extra/ovirt-node-plugin-foreman/README.md
|
91
|
+
- extra/ovirt-node-plugin-foreman/autogen.sh
|
92
|
+
- extra/ovirt-node-plugin-foreman/conf/Makefile.am
|
93
|
+
- extra/ovirt-node-plugin-foreman/conf/foreman-plugin.firewall.in
|
94
|
+
- extra/ovirt-node-plugin-foreman/conf/foreman-plugin.logs
|
95
|
+
- extra/ovirt-node-plugin-foreman/configure.ac
|
77
96
|
- extra/ovirt-node-plugin-foreman/ovirt-node-plugin-foreman.spec.in
|
97
|
+
- extra/ovirt-node-plugin-foreman/recipe/Makefile.am
|
78
98
|
- extra/ovirt-node-plugin-foreman/recipe/foreman-plugin-iso.ks
|
79
99
|
- extra/ovirt-node-plugin-foreman/recipe/foreman-plugin-minimizer.ks
|
80
|
-
- extra/ovirt-node-plugin-foreman/
|
81
|
-
- extra/ovirt-node-plugin-foreman/conf/foreman-plugin.firewall.in
|
82
|
-
- extra/ovirt-node-plugin-foreman/conf/Makefile.am
|
83
|
-
- extra/ovirt-node-plugin-foreman/conf/foreman-plugin.logs
|
84
|
-
- extra/ovirt-node-plugin-foreman/src/find-missing-libs
|
85
|
-
- extra/ovirt-node-plugin-foreman/src/discovery-version-fact.rb.in
|
100
|
+
- extra/ovirt-node-plugin-foreman/src/Makefile.am
|
86
101
|
- extra/ovirt-node-plugin-foreman/src/discover-host.rb.in
|
87
102
|
- extra/ovirt-node-plugin-foreman/src/discover-host.service
|
88
|
-
- extra/ovirt-node-plugin-foreman/src/
|
89
|
-
- extra/ovirt-node-plugin-foreman/
|
90
|
-
- extra/ovirt-node-plugin-foreman/Makefile.am
|
91
|
-
- extra/ovirt-node-plugin-foreman/COPYING
|
92
|
-
- extra/ovirt-node-plugin-foreman/autogen.sh
|
93
|
-
- extra/build_iso.sh
|
94
|
-
- extra/discover_host
|
103
|
+
- extra/ovirt-node-plugin-foreman/src/discovery-version-fact.rb.in
|
104
|
+
- extra/ovirt-node-plugin-foreman/src/find-missing-libs
|
95
105
|
- extra/wait_for_network.sh
|
96
|
-
- extra/ovirt-node-build/build_image.sh
|
97
|
-
- extra/ovirt-node-build/Vagrantfile
|
98
|
-
- extra/discovery_init.sh.example
|
99
|
-
- extra/foreman_startup.rb
|
100
|
-
- extra/disk_facts.rb
|
101
|
-
- config/initializers/discovery_setup.rb
|
102
|
-
- config/routes.rb
|
103
106
|
- lib/discovery.rake
|
107
|
+
- lib/foreman_discovery.rb
|
104
108
|
- lib/foreman_discovery/engine.rb
|
105
|
-
- lib/foreman_discovery/version.rb
|
106
109
|
- lib/foreman_discovery/facts.rb
|
107
|
-
- lib/foreman_discovery.rb
|
108
|
-
- locale/
|
109
|
-
- locale/
|
110
|
+
- lib/foreman_discovery/version.rb
|
111
|
+
- locale/Makefile
|
112
|
+
- locale/en_GB/LC_MESSAGES/foreman_discovery.mo
|
110
113
|
- locale/en_GB/discovery.po
|
111
|
-
- locale/foreman_discovery.
|
114
|
+
- locale/es/LC_MESSAGES/foreman_discovery.mo
|
112
115
|
- locale/es/discovery.po
|
113
|
-
- locale/
|
114
|
-
-
|
115
|
-
-
|
116
|
-
-
|
116
|
+
- locale/foreman_discovery.pot
|
117
|
+
- locale/fr/LC_MESSAGES/foreman_discovery.mo
|
118
|
+
- locale/fr/discovery.po
|
119
|
+
- locale/sv_SE/LC_MESSAGES/foreman_discovery.mo
|
120
|
+
- locale/sv_SE/discovery.po
|
121
|
+
- test/functional/discovers_controller_test.rb
|
117
122
|
- test/test_helper.rb
|
123
|
+
- test/test_plugin_helper.rb
|
118
124
|
- test/unit/facts.json
|
119
125
|
- test/unit/host_discovered_test.rb
|
120
126
|
- test/unit/setting_discovered_test.rb
|
121
|
-
- test/functional/discovers_controller_test.rb
|
122
|
-
- test/test_plugin_helper.rb
|
123
127
|
homepage: http://github.com/theforeman/foreman_discovery
|
124
128
|
licenses:
|
125
129
|
- GPL-3
|
@@ -130,25 +134,25 @@ require_paths:
|
|
130
134
|
- lib
|
131
135
|
required_ruby_version: !ruby/object:Gem::Requirement
|
132
136
|
requirements:
|
133
|
-
- -
|
137
|
+
- - ">="
|
134
138
|
- !ruby/object:Gem::Version
|
135
139
|
version: '0'
|
136
140
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
137
141
|
requirements:
|
138
|
-
- -
|
142
|
+
- - ">"
|
139
143
|
- !ruby/object:Gem::Version
|
140
144
|
version: 1.3.1
|
141
145
|
requirements: []
|
142
146
|
rubyforge_project:
|
143
|
-
rubygems_version: 2.0
|
147
|
+
rubygems_version: 2.2.0
|
144
148
|
signing_key:
|
145
149
|
specification_version: 4
|
146
150
|
summary: MaaS Discovery Plugin for Foreman
|
147
151
|
test_files:
|
148
|
-
- test/
|
152
|
+
- test/functional/discovers_controller_test.rb
|
153
|
+
- test/unit/setting_discovered_test.rb
|
149
154
|
- test/unit/facts.json
|
150
155
|
- test/unit/host_discovered_test.rb
|
151
|
-
- test/unit/setting_discovered_test.rb
|
152
|
-
- test/functional/discovers_controller_test.rb
|
153
156
|
- test/test_plugin_helper.rb
|
157
|
+
- test/test_helper.rb
|
154
158
|
has_rdoc:
|