staypuft 0.4.11 → 0.4.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +6 -14
- data/app/lib/actions/staypuft/host/build.rb +2 -1
- data/lib/staypuft/version.rb +1 -1
- metadata +167 -167
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
metadata.gz: !binary |-
|
9
|
-
OGZjNmViMmMzYWU3NjIwYjI0ZDQ2YTVjOTNhNzQ3NTk4MzJmNDNlYTVlNzc5
|
10
|
-
NjQzY2M5MWM5Y2ZkYTA3N2ZiMWI2MGY5ZThiZDJlNGQ4ZjlhMDEwNzUxMTUx
|
11
|
-
NDcwM2UzNzNhYTM1ZGZkYzhlZWY0YzBhZGViZGViN2I1OWY3YzA=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
ZjgwNjNhZDY0MzdmYTcxNzE4MTBkMjIyMjIxZjdhOGQ4YTQzMjc5NmZiZDAz
|
14
|
-
MmMxMDE5NTU0YTcxNzIxN2ZjYTcwZmRiOGNiNTFiN2JjMmIyZmY1MjBjMGUw
|
15
|
-
ZGQwMzI1YjE2OTNiMjMxZjMwYWNhYzU5YWI2ZWUyNTAzZDI5OGM=
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 4e17fae4b025f2038e618d5802432d8ba2fce568
|
4
|
+
data.tar.gz: 5090c6d5c3cef0faf99321a63713349ad83d90f1
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 0d455afcf94191cd4155a9b43d9d46efe630d8f9955a0aed5d4d3605c7f079174c123d3178ca5564f295122ac790903743e9b5b444c677f0e4f81e2779da9c5e
|
7
|
+
data.tar.gz: 9b851662f8a2cafc082c03ed1509561106f2bfface3743353b3462249b593e55b2bb056919a5ed722357491bbc25f4b63fb650721cf1891c7430268dcb50ed5a
|
@@ -45,7 +45,8 @@ module Actions
|
|
45
45
|
end
|
46
46
|
end
|
47
47
|
|
48
|
-
|
48
|
+
# ignore power management for discovery environment
|
49
|
+
if power_management && (host.environment != Environment.get_discovery)
|
49
50
|
restart_with_power_management power_management
|
50
51
|
else
|
51
52
|
restart_with_foreman_proxy host
|
data/lib/staypuft/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: staypuft
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Staypuft team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-10-
|
11
|
+
date: 2014-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: foreman-tasks
|
@@ -42,28 +42,28 @@ dependencies:
|
|
42
42
|
name: wicked
|
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
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: deface
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- -
|
59
|
+
- - '>='
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '0'
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- -
|
66
|
+
- - '>='
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
69
|
- !ruby/object:Gem::Dependency
|
@@ -84,14 +84,14 @@ dependencies:
|
|
84
84
|
name: ipaddress
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- -
|
87
|
+
- - '>='
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: '0'
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
|
-
- -
|
94
|
+
- - '>='
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
97
|
description: OpenStack Foreman Installer Plugin
|
@@ -101,195 +101,195 @@ executables: []
|
|
101
101
|
extensions: []
|
102
102
|
extra_rdoc_files: []
|
103
103
|
files:
|
104
|
-
- app/
|
105
|
-
- app/
|
106
|
-
- app/
|
107
|
-
- app/
|
108
|
-
- app/
|
109
|
-
- app/
|
110
|
-
- app/
|
111
|
-
- app/
|
112
|
-
- app/
|
113
|
-
- app/
|
114
|
-
- app/
|
115
|
-
- app/
|
116
|
-
- app/
|
117
|
-
- app/
|
118
|
-
- app/
|
104
|
+
- app/assets/javascripts/staypuft/nics_assignment.js
|
105
|
+
- app/assets/javascripts/staypuft/host_edit.js
|
106
|
+
- app/assets/javascripts/staypuft/new_subnet.js
|
107
|
+
- app/assets/javascripts/staypuft/staypuft.js
|
108
|
+
- app/assets/javascripts/staypuft/subnets_assignment.js
|
109
|
+
- app/assets/stylesheets/staypuft/bootstrap_and_overrides.css.scss
|
110
|
+
- app/assets/stylesheets/staypuft/foreman_helper.scss
|
111
|
+
- app/assets/stylesheets/staypuft/staypuft.css.scss
|
112
|
+
- app/controllers/staypuft/application_controller.rb
|
113
|
+
- app/controllers/staypuft/subnet_typings_controller.rb
|
114
|
+
- app/controllers/staypuft/interface_assignments_controller.rb
|
115
|
+
- app/controllers/staypuft/steps_controller.rb
|
116
|
+
- app/controllers/staypuft/concerns/hosts_api_extensions.rb
|
117
|
+
- app/controllers/staypuft/concerns/hosts_controller_extensions.rb
|
118
|
+
- app/controllers/staypuft/deployments_controller.rb
|
119
|
+
- app/controllers/staypuft/subnets_controller.rb
|
120
|
+
- app/controllers/staypuft/bonds_controller.rb
|
121
|
+
- app/models/staypuft/fencing.rb
|
122
|
+
- app/models/staypuft/simple_subnet.rb
|
123
|
+
- app/models/staypuft/service/ui_params.rb
|
124
|
+
- app/models/staypuft/layout_role.rb
|
125
|
+
- app/models/staypuft/interface_assigner.rb
|
126
|
+
- app/models/staypuft/role.rb
|
127
|
+
- app/models/staypuft/deployment/vlan_range_values_validator.rb
|
128
|
+
- app/models/staypuft/deployment/ceph_service.rb
|
129
|
+
- app/models/staypuft/deployment/nova_service.rb
|
130
|
+
- app/models/staypuft/deployment/cinder_service.rb
|
131
|
+
- app/models/staypuft/deployment/abstract_param_scope.rb
|
132
|
+
- app/models/staypuft/deployment/neutron_service/cisconexus.rb
|
133
|
+
- app/models/staypuft/deployment/cinder_service/equallogic.rb
|
134
|
+
- app/models/staypuft/deployment/neutron_service.rb
|
135
|
+
- app/models/staypuft/deployment/glance_service.rb
|
136
|
+
- app/models/staypuft/deployment/attribute_param_storage.rb
|
137
|
+
- app/models/staypuft/deployment/ip_address_validator.rb
|
138
|
+
- app/models/staypuft/deployment/passwords.rb
|
139
|
+
- app/models/staypuft/service_class.rb
|
140
|
+
- app/models/staypuft/subnet_type.rb
|
141
|
+
- app/models/staypuft/layout.rb
|
142
|
+
- app/models/staypuft/concerns/vip_nic_scopes.rb
|
143
|
+
- app/models/staypuft/concerns/hostgroup_extensions.rb
|
144
|
+
- app/models/staypuft/concerns/puppetclass_extensions.rb
|
145
|
+
- app/models/staypuft/concerns/nic_fencing_extensions.rb
|
146
|
+
- app/models/staypuft/concerns/host_details_helper.rb
|
147
|
+
- app/models/staypuft/concerns/subnet_ip_management.rb
|
148
|
+
- app/models/staypuft/concerns/environment_extensions.rb
|
149
|
+
- app/models/staypuft/concerns/host_interface_management.rb
|
150
|
+
- app/models/staypuft/concerns/host_orchestration_build_hook.rb
|
151
|
+
- app/models/staypuft/concerns/host_fencing_extensions.rb
|
152
|
+
- app/models/staypuft/concerns/lookup_key_extensions.rb
|
153
|
+
- app/models/staypuft/concerns/host_open_stack_affiliation.rb
|
154
|
+
- app/models/staypuft/role_service.rb
|
155
|
+
- app/models/staypuft/service.rb
|
156
|
+
- app/models/staypuft/role_class.rb
|
157
|
+
- app/models/staypuft/layout_subnet_type.rb
|
158
|
+
- app/models/staypuft/deployment.rb
|
159
|
+
- app/models/staypuft/subnet_typing.rb
|
160
|
+
- app/models/staypuft/deployment_role_hostgroup.rb
|
161
|
+
- app/models/setting/staypuft_provisioning.rb
|
162
|
+
- app/overrides/customize_foreman_tasks_show_page.rb
|
163
|
+
- app/overrides/select_multiple_systems_hostgroup.rb
|
164
|
+
- app/overrides/foreman_hosts_edit.rb
|
165
|
+
- app/overrides/hosts_edit_subnet_types.rb
|
166
|
+
- app/overrides/hide_subscription_manager_passwords.rb
|
167
|
+
- app/lib/actions/staypuft/hostgroup/ordered_deploy.rb
|
168
|
+
- app/lib/actions/staypuft/hostgroup/deploy.rb
|
169
|
+
- app/lib/actions/staypuft/deployment/populate.rb
|
170
|
+
- app/lib/actions/staypuft/deployment/deploy.rb
|
171
|
+
- app/lib/actions/staypuft/host/wait_until_host_ready.rb
|
172
|
+
- app/lib/actions/staypuft/host/puppet_run.rb
|
173
|
+
- app/lib/actions/staypuft/host/wait_until_installed.rb
|
174
|
+
- app/lib/actions/staypuft/host/build.rb
|
175
|
+
- app/lib/actions/staypuft/host/deploy.rb
|
176
|
+
- app/lib/actions/staypuft/host/create.rb
|
177
|
+
- app/lib/actions/staypuft/middleware/as_current_user.rb
|
178
|
+
- app/lib/staypuft/network_query.rb
|
179
|
+
- app/lib/staypuft/deployment_param_importer.rb
|
180
|
+
- app/lib/staypuft/seeder.rb
|
181
|
+
- app/lib/staypuft/exception.rb
|
182
|
+
- app/lib/staypuft/deployment_param_exporter.rb
|
183
|
+
- app/views/hosts/_new_nic_fields.html.erb
|
184
|
+
- app/views/hosts/_fencing.html.erb
|
185
|
+
- app/views/hosts/_primary_interface_subnet.html.erb
|
119
186
|
- app/views/staypuft/steps/_nova.html.erb
|
187
|
+
- app/views/staypuft/steps/_neutron_non_ha.html.erb
|
120
188
|
- app/views/staypuft/steps/services_overview.html.erb
|
121
|
-
- app/views/staypuft/steps/
|
189
|
+
- app/views/staypuft/steps/_neutron_cisco_nexus_form.html.erb
|
190
|
+
- app/views/staypuft/steps/network_configuration.html.erb
|
191
|
+
- app/views/staypuft/steps/_cinder_equallogic_form.html.erb
|
122
192
|
- app/views/staypuft/steps/_nova_non_ha.html.erb
|
123
|
-
- app/views/staypuft/steps/_neutron.html.erb
|
124
|
-
- app/views/staypuft/steps/_glance.html.erb
|
125
|
-
- app/views/staypuft/steps/_neutron_non_ha.html.erb
|
126
|
-
- app/views/staypuft/steps/_cinder.html.erb
|
127
193
|
- app/views/staypuft/steps/_title.html.erb
|
128
|
-
- app/views/staypuft/steps/
|
194
|
+
- app/views/staypuft/steps/services_configuration.html.erb
|
129
195
|
- app/views/staypuft/steps/_neutron_ha.html.erb
|
130
|
-
- app/views/staypuft/steps/
|
196
|
+
- app/views/staypuft/steps/deployment_settings.html.erb
|
197
|
+
- app/views/staypuft/steps/_cinder.html.erb
|
198
|
+
- app/views/staypuft/steps/_nova_ha.html.erb
|
199
|
+
- app/views/staypuft/steps/_glance.html.erb
|
200
|
+
- app/views/staypuft/steps/_neutron.html.erb
|
201
|
+
- app/views/staypuft/steps/_wizard_form_buttons.html.erb
|
202
|
+
- app/views/staypuft/subnet_types/_subnet_type_pull.html.erb
|
203
|
+
- app/views/staypuft/layouts/staypuft.html.erb
|
204
|
+
- app/views/staypuft/layouts/application.html.erb
|
205
|
+
- app/views/staypuft/bonds/destroy.js.erb
|
206
|
+
- app/views/staypuft/bonds/add_slave.js.erb
|
207
|
+
- app/views/staypuft/bonds/create.js.erb
|
131
208
|
- app/views/staypuft/subnet_typings/destroy.js.erb
|
132
|
-
- app/views/staypuft/subnet_typings/update.js.erb
|
133
209
|
- app/views/staypuft/subnet_typings/create.js.erb
|
134
|
-
- app/views/staypuft/
|
135
|
-
- app/views/staypuft/
|
210
|
+
- app/views/staypuft/subnet_typings/update.js.erb
|
211
|
+
- app/views/staypuft/subnets/new.html.erb
|
212
|
+
- app/views/staypuft/subnets/create.js.erb
|
213
|
+
- app/views/staypuft/subnets/_subnet_pull.html.erb
|
214
|
+
- app/views/staypuft/subnets/_form.html.erb
|
215
|
+
- app/views/staypuft/subnets/_drop_zone.html.erb
|
216
|
+
- app/views/staypuft/interfaces/_drop_zone.html.erb
|
217
|
+
- app/views/staypuft/interface_assignments/index.html.erb
|
218
|
+
- app/views/staypuft/interface_assignments/destroy.js.erb
|
219
|
+
- app/views/staypuft/interface_assignments/_interfaces.html.erb
|
220
|
+
- app/views/staypuft/interface_assignments/create.js.erb
|
221
|
+
- app/views/staypuft/interface_assignments/_nics_assignment.html.erb
|
222
|
+
- app/views/staypuft/deployments/edit.html.erb
|
223
|
+
- app/views/staypuft/deployments/_advanced_configuration.html.erb
|
224
|
+
- app/views/staypuft/deployments/_assigned_hosts_table.html.erb
|
136
225
|
- app/views/staypuft/deployments/index.html.erb
|
137
|
-
- app/views/staypuft/deployments/_assigned_hosts.html.erb
|
138
|
-
- app/views/staypuft/deployments/_free_hosts.html.erb
|
139
|
-
- app/views/staypuft/deployments/_deployment_summary.html.erb
|
140
226
|
- app/views/staypuft/deployments/_deployment_overview.html.erb
|
141
|
-
- app/views/staypuft/deployments/
|
142
|
-
- app/views/staypuft/deployments/_deployment_progress_bar.html.erb
|
227
|
+
- app/views/staypuft/deployments/_param_field.html.erb
|
143
228
|
- app/views/staypuft/deployments/_host_head_row.html.erb
|
229
|
+
- app/views/staypuft/deployments/_deployment_progress_page_header.html.erb
|
230
|
+
- app/views/staypuft/deployments/_free_hosts_table.html.erb
|
231
|
+
- app/views/staypuft/deployments/_hosts_filter.html.erb
|
232
|
+
- app/views/staypuft/deployments/_empty_hosts.html.erb
|
233
|
+
- app/views/staypuft/deployments/_assigned_hosts.html.erb
|
234
|
+
- app/views/staypuft/deployments/_host_row.html.erb
|
235
|
+
- app/views/staypuft/deployments/_deployment_hosts.html.erb
|
236
|
+
- app/views/staypuft/deployments/show.html.erb
|
144
237
|
- app/views/staypuft/deployments/_deployed_hosts_table.html.erb
|
145
238
|
- app/views/staypuft/deployments/_deployed_hosts.html.erb
|
146
|
-
- app/views/staypuft/deployments/
|
147
|
-
- app/views/staypuft/deployments/
|
148
|
-
- app/views/staypuft/deployments/
|
239
|
+
- app/views/staypuft/deployments/_free_hosts.html.erb
|
240
|
+
- app/views/staypuft/deployments/_hosts_table.html.erb
|
241
|
+
- app/views/staypuft/deployments/_deployment_show_header.html.erb
|
149
242
|
- app/views/staypuft/deployments/_hosts_header.html.erb
|
150
|
-
- app/views/staypuft/deployments/
|
151
|
-
- app/views/staypuft/deployments/
|
152
|
-
- app/views/staypuft/deployments/_deployment_networking.html.erb
|
153
|
-
- app/views/staypuft/deployments/show.html.erb
|
243
|
+
- app/views/staypuft/deployments/_deployment_access_all_details_dialogue.html.erb
|
244
|
+
- app/views/staypuft/deployments/_deployment_progress_bar.html.erb
|
154
245
|
- app/views/staypuft/deployments/_import_form.html.erb
|
155
|
-
- app/views/staypuft/deployments/
|
156
|
-
- app/views/staypuft/deployments/
|
157
|
-
- app/views/staypuft/deployments/_deployment_hosts.html.erb
|
158
|
-
- app/views/staypuft/deployments/edit.html.erb
|
159
|
-
- app/views/staypuft/deployments/_deployment_progress_page_header.html.erb
|
160
|
-
- app/views/staypuft/deployments/_assigned_hosts_table.html.erb
|
161
|
-
- app/views/staypuft/subnets/_drop_zone.html.erb
|
162
|
-
- app/views/staypuft/subnets/_form.html.erb
|
163
|
-
- app/views/staypuft/subnets/_subnet_pull.html.erb
|
164
|
-
- app/views/staypuft/subnets/new.html.erb
|
165
|
-
- app/views/staypuft/subnets/create.js.erb
|
246
|
+
- app/views/staypuft/deployments/_deployment_summary.html.erb
|
247
|
+
- app/views/staypuft/deployments/_deployment_networking.html.erb
|
166
248
|
- app/views/nic/_subnet_id_field.html.erb
|
167
|
-
- app/views/hosts/_primary_interface_subnet.html.erb
|
168
|
-
- app/views/hosts/_new_nic_fields.html.erb
|
169
|
-
- app/views/hosts/_fencing.html.erb
|
170
|
-
- app/lib/staypuft/network_query.rb
|
171
|
-
- app/lib/staypuft/deployment_param_exporter.rb
|
172
|
-
- app/lib/staypuft/seeder.rb
|
173
|
-
- app/lib/staypuft/exception.rb
|
174
|
-
- app/lib/staypuft/deployment_param_importer.rb
|
175
|
-
- app/lib/actions/staypuft/middleware/as_current_user.rb
|
176
|
-
- app/lib/actions/staypuft/host/deploy.rb
|
177
|
-
- app/lib/actions/staypuft/host/wait_until_host_ready.rb
|
178
|
-
- app/lib/actions/staypuft/host/puppet_run.rb
|
179
|
-
- app/lib/actions/staypuft/host/create.rb
|
180
|
-
- app/lib/actions/staypuft/host/wait_until_installed.rb
|
181
|
-
- app/lib/actions/staypuft/host/build.rb
|
182
|
-
- app/lib/actions/staypuft/deployment/deploy.rb
|
183
|
-
- app/lib/actions/staypuft/deployment/populate.rb
|
184
|
-
- app/lib/actions/staypuft/hostgroup/deploy.rb
|
185
|
-
- app/lib/actions/staypuft/hostgroup/ordered_deploy.rb
|
186
|
-
- app/controllers/staypuft/concerns/hosts_api_extensions.rb
|
187
|
-
- app/controllers/staypuft/concerns/hosts_controller_extensions.rb
|
188
|
-
- app/controllers/staypuft/interface_assignments_controller.rb
|
189
|
-
- app/controllers/staypuft/bonds_controller.rb
|
190
|
-
- app/controllers/staypuft/subnet_typings_controller.rb
|
191
|
-
- app/controllers/staypuft/steps_controller.rb
|
192
|
-
- app/controllers/staypuft/deployments_controller.rb
|
193
|
-
- app/controllers/staypuft/subnets_controller.rb
|
194
|
-
- app/controllers/staypuft/application_controller.rb
|
195
|
-
- app/overrides/customize_foreman_tasks_show_page.rb
|
196
|
-
- app/overrides/hide_subscription_manager_passwords.rb
|
197
|
-
- app/overrides/hosts_edit_subnet_types.rb
|
198
|
-
- app/overrides/select_multiple_systems_hostgroup.rb
|
199
|
-
- app/overrides/foreman_hosts_edit.rb
|
200
|
-
- app/assets/javascripts/staypuft/host_edit.js
|
201
|
-
- app/assets/javascripts/staypuft/new_subnet.js
|
202
|
-
- app/assets/javascripts/staypuft/subnets_assignment.js
|
203
|
-
- app/assets/javascripts/staypuft/staypuft.js
|
204
|
-
- app/assets/javascripts/staypuft/nics_assignment.js
|
205
|
-
- app/assets/stylesheets/staypuft/foreman_helper.scss
|
206
|
-
- app/assets/stylesheets/staypuft/staypuft.css.scss
|
207
|
-
- app/assets/stylesheets/staypuft/bootstrap_and_overrides.css.scss
|
208
|
-
- app/helpers/staypuft/deployments_helper.rb
|
209
249
|
- app/helpers/staypuft/hosts_helper.rb
|
250
|
+
- app/helpers/staypuft/deployments_helper.rb
|
210
251
|
- app/helpers/staypuft/application_helper.rb
|
211
|
-
- app/models/staypuft/concerns/subnet_ip_management.rb
|
212
|
-
- app/models/staypuft/concerns/vip_nic_scopes.rb
|
213
|
-
- app/models/staypuft/concerns/hostgroup_extensions.rb
|
214
|
-
- app/models/staypuft/concerns/host_open_stack_affiliation.rb
|
215
|
-
- app/models/staypuft/concerns/lookup_key_extensions.rb
|
216
|
-
- app/models/staypuft/concerns/host_interface_management.rb
|
217
|
-
- app/models/staypuft/concerns/nic_fencing_extensions.rb
|
218
|
-
- app/models/staypuft/concerns/host_orchestration_build_hook.rb
|
219
|
-
- app/models/staypuft/concerns/environment_extensions.rb
|
220
|
-
- app/models/staypuft/concerns/puppetclass_extensions.rb
|
221
|
-
- app/models/staypuft/concerns/host_details_helper.rb
|
222
|
-
- app/models/staypuft/concerns/host_fencing_extensions.rb
|
223
|
-
- app/models/staypuft/service.rb
|
224
|
-
- app/models/staypuft/deployment.rb
|
225
|
-
- app/models/staypuft/role_service.rb
|
226
|
-
- app/models/staypuft/layout_role.rb
|
227
|
-
- app/models/staypuft/layout_subnet_type.rb
|
228
|
-
- app/models/staypuft/simple_subnet.rb
|
229
|
-
- app/models/staypuft/deployment/neutron_service/cisconexus.rb
|
230
|
-
- app/models/staypuft/deployment/neutron_service.rb
|
231
|
-
- app/models/staypuft/deployment/passwords.rb
|
232
|
-
- app/models/staypuft/deployment/attribute_param_storage.rb
|
233
|
-
- app/models/staypuft/deployment/glance_service.rb
|
234
|
-
- app/models/staypuft/deployment/nova_service.rb
|
235
|
-
- app/models/staypuft/deployment/vlan_range_values_validator.rb
|
236
|
-
- app/models/staypuft/deployment/abstract_param_scope.rb
|
237
|
-
- app/models/staypuft/deployment/cinder_service/equallogic.rb
|
238
|
-
- app/models/staypuft/deployment/ceph_service.rb
|
239
|
-
- app/models/staypuft/deployment/ip_address_validator.rb
|
240
|
-
- app/models/staypuft/deployment/cinder_service.rb
|
241
|
-
- app/models/staypuft/subnet_type.rb
|
242
|
-
- app/models/staypuft/role_class.rb
|
243
|
-
- app/models/staypuft/fencing.rb
|
244
|
-
- app/models/staypuft/interface_assigner.rb
|
245
|
-
- app/models/staypuft/role.rb
|
246
|
-
- app/models/staypuft/layout.rb
|
247
|
-
- app/models/staypuft/deployment_role_hostgroup.rb
|
248
|
-
- app/models/staypuft/service/ui_params.rb
|
249
|
-
- app/models/staypuft/subnet_typing.rb
|
250
|
-
- app/models/staypuft/service_class.rb
|
251
|
-
- app/models/setting/staypuft_provisioning.rb
|
252
|
-
- config/routes.rb
|
253
252
|
- config/staypuft.local.rb
|
253
|
+
- config/routes.rb
|
254
254
|
- db/seeds.rb
|
255
|
-
- db/migrate/20140623142500_remove_amqp_provider_from_staypuft_deployment.rb
|
256
|
-
- db/migrate/20141003223000_add_validation_to_subnet_types.rb
|
257
|
-
- db/migrate/20140825164900_add_orchestration_to_staypuft_role.rb
|
258
|
-
- db/migrate/20140507103716_add_form_step_to_staypuft_deployment.rb
|
259
|
-
- db/migrate/20140318163222_add_deploy_order_to_staypuft_layout_role.rb
|
260
|
-
- db/migrate/20140701090256_create_staypuft_subnet_typings.rb
|
261
|
-
- db/migrate/20140831234000_add_required_to_subnet_types.rb
|
262
|
-
- db/migrate/20140312044533_create_staypuft_deployment_role_hostgroups.rb
|
263
255
|
- db/migrate/20140701075033_create_layout_subnet.rb
|
264
|
-
- db/migrate/
|
256
|
+
- db/migrate/20140310023613_create_staypuft_roles.rb
|
257
|
+
- db/migrate/20140310203855_create_staypuft_role_services.rb
|
258
|
+
- db/migrate/20140701090256_create_staypuft_subnet_typings.rb
|
259
|
+
- db/migrate/20140701074900_create_subnet_type.rb
|
265
260
|
- db/migrate/20140602121501_add_amqp_provider_to_staypuft_deployment.rb
|
266
261
|
- db/migrate/20140309021811_create_staypuft_layouts.rb
|
267
|
-
- db/migrate/
|
268
|
-
- db/migrate/
|
262
|
+
- db/migrate/20140310174152_create_staypuft_layout_roles.rb
|
263
|
+
- db/migrate/20140318163222_add_deploy_order_to_staypuft_layout_role.rb
|
264
|
+
- db/migrate/20140825164900_add_orchestration_to_staypuft_role.rb
|
265
|
+
- db/migrate/20140326032027_drop_staypuft_hostgroup_roles.rb
|
266
|
+
- db/migrate/20140623142500_remove_amqp_provider_from_staypuft_deployment.rb
|
267
|
+
- db/migrate/20141009064907_add_custom_repos_to_deployment.rb
|
268
|
+
- db/migrate/20140513124807_change_column_default_form_step_on_staypuft_deployment.rb
|
269
269
|
- db/migrate/20140312050615_create_staypuft_role_classes.rb
|
270
270
|
- db/migrate/20140310004533_create_staypuft_deployments.rb
|
271
|
-
- db/migrate/
|
272
|
-
- db/migrate/
|
271
|
+
- db/migrate/20140312050001_create_staypuft_hostgroup_roles.rb
|
272
|
+
- db/migrate/20140831234000_add_required_to_subnet_types.rb
|
273
|
+
- db/migrate/20140325211410_add_role_to_staypuft_deployment_role_hostgroup.rb
|
273
274
|
- db/migrate/20140312051144_create_staypuft_service_classes.rb
|
275
|
+
- db/migrate/20141003223000_add_validation_to_subnet_types.rb
|
276
|
+
- db/migrate/20140312044533_create_staypuft_deployment_role_hostgroups.rb
|
274
277
|
- db/migrate/20140315031754_add_networking_to_staypuft_layout.rb
|
275
|
-
- db/migrate/
|
278
|
+
- db/migrate/20140507103716_add_form_step_to_staypuft_deployment.rb
|
276
279
|
- db/migrate/20140310194221_create_staypuft_services.rb
|
277
|
-
-
|
278
|
-
- db/migrate/20140326032027_drop_staypuft_hostgroup_roles.rb
|
279
|
-
- db/migrate/20140325211410_add_role_to_staypuft_deployment_role_hostgroup.rb
|
280
|
+
- lib/staypuft.rb
|
280
281
|
- lib/staypuft/engine.rb
|
281
282
|
- lib/staypuft/version.rb
|
282
|
-
- lib/staypuft.rb
|
283
283
|
- lib/tasks/staypuft_tasks.rake
|
284
284
|
- LICENSE
|
285
285
|
- Rakefile
|
286
286
|
- README.md
|
287
287
|
- test/test_helper.rb
|
288
|
-
- test/
|
288
|
+
- test/staypuft_test.rb
|
289
|
+
- test/unit/staypuft_test.rb
|
289
290
|
- test/test_plugin_helper.rb
|
291
|
+
- test/factories/staypuft_factories.rb
|
290
292
|
- test/integration/navigation_test.rb
|
291
|
-
- test/unit/staypuft_test.rb
|
292
|
-
- test/staypuft_test.rb
|
293
293
|
homepage: https://github.com/theforeman/staypuft
|
294
294
|
licenses:
|
295
295
|
- GPL-3.0+
|
@@ -300,24 +300,24 @@ require_paths:
|
|
300
300
|
- lib
|
301
301
|
required_ruby_version: !ruby/object:Gem::Requirement
|
302
302
|
requirements:
|
303
|
-
- -
|
303
|
+
- - '>='
|
304
304
|
- !ruby/object:Gem::Version
|
305
305
|
version: '0'
|
306
306
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
307
307
|
requirements:
|
308
|
-
- -
|
308
|
+
- - '>='
|
309
309
|
- !ruby/object:Gem::Version
|
310
310
|
version: '0'
|
311
311
|
requirements: []
|
312
312
|
rubyforge_project:
|
313
|
-
rubygems_version: 2.0.
|
313
|
+
rubygems_version: 2.0.14
|
314
314
|
signing_key:
|
315
315
|
specification_version: 4
|
316
316
|
summary: OpenStack Foreman Installer
|
317
317
|
test_files:
|
318
318
|
- test/test_helper.rb
|
319
|
-
- test/
|
319
|
+
- test/staypuft_test.rb
|
320
|
+
- test/unit/staypuft_test.rb
|
320
321
|
- test/test_plugin_helper.rb
|
322
|
+
- test/factories/staypuft_factories.rb
|
321
323
|
- test/integration/navigation_test.rb
|
322
|
-
- test/unit/staypuft_test.rb
|
323
|
-
- test/staypuft_test.rb
|