staypuft 0.4.13 → 0.4.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/lib/actions/staypuft/host/build.rb +0 -10
- data/lib/staypuft/version.rb +1 -1
- metadata +145 -145
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f8267255ff3efb852973165481493494783d17cb
|
4
|
+
data.tar.gz: 61b161d0a963db068557bcdbeb1375ab8b9a4561
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6044271501e863fd13e6c4a70b4670be759bbdb9ac2c810bf33ca069f00861a7a546967b85ac351693d1f7df593a7c22c262879b6abd45a4518f0efe8f26f88
|
7
|
+
data.tar.gz: aee554f61056d11550cc4b1357ae6357a9a688a6a517d8aad214e1a19f2a1a57f2b212ad7ce3b437014e918e04516210936e13d344d00dcc6a2908eb799f20b6
|
@@ -35,16 +35,6 @@ module Actions
|
|
35
35
|
private
|
36
36
|
|
37
37
|
def restart(host)
|
38
|
-
power_management = begin
|
39
|
-
host.power
|
40
|
-
rescue ::Foreman::Exception => e
|
41
|
-
if e.code == 'ERF42-9958' # Unknown power management support
|
42
|
-
nil
|
43
|
-
else
|
44
|
-
raise e
|
45
|
-
end
|
46
|
-
end
|
47
|
-
|
48
38
|
# always ignore power management for now, since the hosts are already out
|
49
39
|
# of discovery env when it hits this code
|
50
40
|
# TODO: figure out if we need to put the power management code back at some point
|
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.14
|
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-
|
11
|
+
date: 2014-11-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: foreman-tasks
|
@@ -101,195 +101,195 @@ executables: []
|
|
101
101
|
extensions: []
|
102
102
|
extra_rdoc_files: []
|
103
103
|
files:
|
104
|
-
-
|
105
|
-
- README.md
|
106
|
-
- Rakefile
|
104
|
+
- app/assets/javascripts/staypuft/nics_assignment.js
|
107
105
|
- app/assets/javascripts/staypuft/host_edit.js
|
108
106
|
- app/assets/javascripts/staypuft/new_subnet.js
|
109
|
-
- app/assets/javascripts/staypuft/nics_assignment.js
|
110
107
|
- app/assets/javascripts/staypuft/staypuft.js
|
111
108
|
- app/assets/javascripts/staypuft/subnets_assignment.js
|
112
109
|
- app/assets/stylesheets/staypuft/bootstrap_and_overrides.css.scss
|
113
110
|
- app/assets/stylesheets/staypuft/foreman_helper.scss
|
114
111
|
- app/assets/stylesheets/staypuft/staypuft.css.scss
|
115
112
|
- app/controllers/staypuft/application_controller.rb
|
116
|
-
- app/controllers/staypuft/
|
113
|
+
- app/controllers/staypuft/subnet_typings_controller.rb
|
114
|
+
- app/controllers/staypuft/interface_assignments_controller.rb
|
115
|
+
- app/controllers/staypuft/steps_controller.rb
|
117
116
|
- app/controllers/staypuft/concerns/hosts_api_extensions.rb
|
118
117
|
- app/controllers/staypuft/concerns/hosts_controller_extensions.rb
|
119
118
|
- app/controllers/staypuft/deployments_controller.rb
|
120
|
-
- app/controllers/staypuft/interface_assignments_controller.rb
|
121
|
-
- app/controllers/staypuft/steps_controller.rb
|
122
|
-
- app/controllers/staypuft/subnet_typings_controller.rb
|
123
119
|
- app/controllers/staypuft/subnets_controller.rb
|
124
|
-
- app/
|
125
|
-
- app/
|
126
|
-
- app/
|
127
|
-
- app/
|
128
|
-
- app/
|
129
|
-
- app/
|
130
|
-
- app/
|
131
|
-
- app/
|
132
|
-
- app/lib/actions/staypuft/host/puppet_run.rb
|
133
|
-
- app/lib/actions/staypuft/host/wait_until_host_ready.rb
|
134
|
-
- app/lib/actions/staypuft/host/wait_until_installed.rb
|
135
|
-
- app/lib/actions/staypuft/hostgroup/deploy.rb
|
136
|
-
- app/lib/actions/staypuft/hostgroup/ordered_deploy.rb
|
137
|
-
- app/lib/actions/staypuft/middleware/as_current_user.rb
|
138
|
-
- app/lib/staypuft/deployment_param_exporter.rb
|
139
|
-
- app/lib/staypuft/deployment_param_importer.rb
|
140
|
-
- app/lib/staypuft/exception.rb
|
141
|
-
- app/lib/staypuft/network_query.rb
|
142
|
-
- app/lib/staypuft/seeder.rb
|
143
|
-
- app/models/setting/staypuft_provisioning.rb
|
144
|
-
- app/models/staypuft/concerns/environment_extensions.rb
|
145
|
-
- app/models/staypuft/concerns/host_details_helper.rb
|
146
|
-
- app/models/staypuft/concerns/host_fencing_extensions.rb
|
147
|
-
- app/models/staypuft/concerns/host_interface_management.rb
|
148
|
-
- app/models/staypuft/concerns/host_open_stack_affiliation.rb
|
149
|
-
- app/models/staypuft/concerns/host_orchestration_build_hook.rb
|
150
|
-
- app/models/staypuft/concerns/hostgroup_extensions.rb
|
151
|
-
- app/models/staypuft/concerns/lookup_key_extensions.rb
|
152
|
-
- app/models/staypuft/concerns/nic_fencing_extensions.rb
|
153
|
-
- app/models/staypuft/concerns/puppetclass_extensions.rb
|
154
|
-
- app/models/staypuft/concerns/subnet_ip_management.rb
|
155
|
-
- app/models/staypuft/concerns/vip_nic_scopes.rb
|
156
|
-
- app/models/staypuft/deployment.rb
|
157
|
-
- app/models/staypuft/deployment/abstract_param_scope.rb
|
158
|
-
- app/models/staypuft/deployment/attribute_param_storage.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
|
159
128
|
- app/models/staypuft/deployment/ceph_service.rb
|
129
|
+
- app/models/staypuft/deployment/nova_service.rb
|
160
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
|
161
133
|
- app/models/staypuft/deployment/cinder_service/equallogic.rb
|
134
|
+
- app/models/staypuft/deployment/neutron_service.rb
|
162
135
|
- app/models/staypuft/deployment/glance_service.rb
|
136
|
+
- app/models/staypuft/deployment/attribute_param_storage.rb
|
163
137
|
- app/models/staypuft/deployment/ip_address_validator.rb
|
164
|
-
- app/models/staypuft/deployment/neutron_service.rb
|
165
|
-
- app/models/staypuft/deployment/neutron_service/cisconexus.rb
|
166
|
-
- app/models/staypuft/deployment/nova_service.rb
|
167
138
|
- app/models/staypuft/deployment/passwords.rb
|
168
|
-
- app/models/staypuft/
|
169
|
-
- app/models/staypuft/
|
170
|
-
- app/models/staypuft/fencing.rb
|
171
|
-
- app/models/staypuft/interface_assigner.rb
|
139
|
+
- app/models/staypuft/service_class.rb
|
140
|
+
- app/models/staypuft/subnet_type.rb
|
172
141
|
- app/models/staypuft/layout.rb
|
173
|
-
- app/models/staypuft/
|
174
|
-
- app/models/staypuft/
|
175
|
-
- app/models/staypuft/
|
176
|
-
- app/models/staypuft/
|
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
|
177
154
|
- app/models/staypuft/role_service.rb
|
178
155
|
- app/models/staypuft/service.rb
|
179
|
-
- app/models/staypuft/
|
180
|
-
- app/models/staypuft/
|
181
|
-
- app/models/staypuft/
|
182
|
-
- app/models/staypuft/subnet_type.rb
|
156
|
+
- app/models/staypuft/role_class.rb
|
157
|
+
- app/models/staypuft/layout_subnet_type.rb
|
158
|
+
- app/models/staypuft/deployment.rb
|
183
159
|
- app/models/staypuft/subnet_typing.rb
|
160
|
+
- app/models/staypuft/deployment_role_hostgroup.rb
|
161
|
+
- app/models/setting/staypuft_provisioning.rb
|
184
162
|
- app/overrides/customize_foreman_tasks_show_page.rb
|
163
|
+
- app/overrides/select_multiple_systems_hostgroup.rb
|
185
164
|
- app/overrides/foreman_hosts_edit.rb
|
186
|
-
- app/overrides/hide_subscription_manager_passwords.rb
|
187
165
|
- app/overrides/hosts_edit_subnet_types.rb
|
188
|
-
- app/overrides/
|
189
|
-
- app/
|
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
|
190
183
|
- app/views/hosts/_new_nic_fields.html.erb
|
184
|
+
- app/views/hosts/_fencing.html.erb
|
191
185
|
- app/views/hosts/_primary_interface_subnet.html.erb
|
192
|
-
- app/views/
|
186
|
+
- app/views/staypuft/steps/_nova.html.erb
|
187
|
+
- app/views/staypuft/steps/_neutron_non_ha.html.erb
|
188
|
+
- app/views/staypuft/steps/services_overview.html.erb
|
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
|
192
|
+
- app/views/staypuft/steps/_nova_non_ha.html.erb
|
193
|
+
- app/views/staypuft/steps/_title.html.erb
|
194
|
+
- app/views/staypuft/steps/services_configuration.html.erb
|
195
|
+
- app/views/staypuft/steps/_neutron_ha.html.erb
|
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
|
193
206
|
- app/views/staypuft/bonds/add_slave.js.erb
|
194
207
|
- app/views/staypuft/bonds/create.js.erb
|
195
|
-
- app/views/staypuft/
|
208
|
+
- app/views/staypuft/subnet_typings/destroy.js.erb
|
209
|
+
- app/views/staypuft/subnet_typings/create.js.erb
|
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
|
196
223
|
- app/views/staypuft/deployments/_advanced_configuration.html.erb
|
197
|
-
- app/views/staypuft/deployments/_assigned_hosts.html.erb
|
198
224
|
- app/views/staypuft/deployments/_assigned_hosts_table.html.erb
|
199
|
-
- app/views/staypuft/deployments/
|
200
|
-
- app/views/staypuft/deployments/_deployed_hosts_table.html.erb
|
201
|
-
- app/views/staypuft/deployments/_deployment_access_all_details_dialogue.html.erb
|
202
|
-
- app/views/staypuft/deployments/_deployment_hosts.html.erb
|
203
|
-
- app/views/staypuft/deployments/_deployment_networking.html.erb
|
225
|
+
- app/views/staypuft/deployments/index.html.erb
|
204
226
|
- app/views/staypuft/deployments/_deployment_overview.html.erb
|
205
|
-
- app/views/staypuft/deployments/
|
227
|
+
- app/views/staypuft/deployments/_param_field.html.erb
|
228
|
+
- app/views/staypuft/deployments/_host_head_row.html.erb
|
206
229
|
- app/views/staypuft/deployments/_deployment_progress_page_header.html.erb
|
207
|
-
- app/views/staypuft/deployments/_deployment_show_header.html.erb
|
208
|
-
- app/views/staypuft/deployments/_deployment_summary.html.erb
|
209
|
-
- app/views/staypuft/deployments/_empty_hosts.html.erb
|
210
|
-
- app/views/staypuft/deployments/_free_hosts.html.erb
|
211
230
|
- app/views/staypuft/deployments/_free_hosts_table.html.erb
|
212
|
-
- app/views/staypuft/deployments/_host_head_row.html.erb
|
213
|
-
- app/views/staypuft/deployments/_host_row.html.erb
|
214
231
|
- app/views/staypuft/deployments/_hosts_filter.html.erb
|
215
|
-
- app/views/staypuft/deployments/
|
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
|
237
|
+
- app/views/staypuft/deployments/_deployed_hosts_table.html.erb
|
238
|
+
- app/views/staypuft/deployments/_deployed_hosts.html.erb
|
239
|
+
- app/views/staypuft/deployments/_free_hosts.html.erb
|
216
240
|
- app/views/staypuft/deployments/_hosts_table.html.erb
|
241
|
+
- app/views/staypuft/deployments/_deployment_show_header.html.erb
|
242
|
+
- app/views/staypuft/deployments/_hosts_header.html.erb
|
243
|
+
- app/views/staypuft/deployments/_deployment_access_all_details_dialogue.html.erb
|
244
|
+
- app/views/staypuft/deployments/_deployment_progress_bar.html.erb
|
217
245
|
- app/views/staypuft/deployments/_import_form.html.erb
|
218
|
-
- app/views/staypuft/deployments/
|
219
|
-
- app/views/staypuft/deployments/
|
220
|
-
- app/views/
|
221
|
-
- app/
|
222
|
-
- app/
|
223
|
-
- app/
|
224
|
-
- app/views/staypuft/interface_assignments/create.js.erb
|
225
|
-
- app/views/staypuft/interface_assignments/destroy.js.erb
|
226
|
-
- app/views/staypuft/interface_assignments/index.html.erb
|
227
|
-
- app/views/staypuft/interfaces/_drop_zone.html.erb
|
228
|
-
- app/views/staypuft/layouts/application.html.erb
|
229
|
-
- app/views/staypuft/layouts/staypuft.html.erb
|
230
|
-
- app/views/staypuft/steps/_cinder.html.erb
|
231
|
-
- app/views/staypuft/steps/_cinder_equallogic_form.html.erb
|
232
|
-
- app/views/staypuft/steps/_glance.html.erb
|
233
|
-
- app/views/staypuft/steps/_neutron.html.erb
|
234
|
-
- app/views/staypuft/steps/_neutron_cisco_nexus_form.html.erb
|
235
|
-
- app/views/staypuft/steps/_neutron_ha.html.erb
|
236
|
-
- app/views/staypuft/steps/_neutron_non_ha.html.erb
|
237
|
-
- app/views/staypuft/steps/_nova.html.erb
|
238
|
-
- app/views/staypuft/steps/_nova_ha.html.erb
|
239
|
-
- app/views/staypuft/steps/_nova_non_ha.html.erb
|
240
|
-
- app/views/staypuft/steps/_title.html.erb
|
241
|
-
- app/views/staypuft/steps/_wizard_form_buttons.html.erb
|
242
|
-
- app/views/staypuft/steps/deployment_settings.html.erb
|
243
|
-
- app/views/staypuft/steps/network_configuration.html.erb
|
244
|
-
- app/views/staypuft/steps/services_configuration.html.erb
|
245
|
-
- app/views/staypuft/steps/services_overview.html.erb
|
246
|
-
- app/views/staypuft/subnet_types/_subnet_type_pull.html.erb
|
247
|
-
- app/views/staypuft/subnet_typings/create.js.erb
|
248
|
-
- app/views/staypuft/subnet_typings/destroy.js.erb
|
249
|
-
- app/views/staypuft/subnet_typings/update.js.erb
|
250
|
-
- app/views/staypuft/subnets/_drop_zone.html.erb
|
251
|
-
- app/views/staypuft/subnets/_form.html.erb
|
252
|
-
- app/views/staypuft/subnets/_subnet_pull.html.erb
|
253
|
-
- app/views/staypuft/subnets/create.js.erb
|
254
|
-
- app/views/staypuft/subnets/new.html.erb
|
255
|
-
- config/routes.rb
|
246
|
+
- app/views/staypuft/deployments/_deployment_summary.html.erb
|
247
|
+
- app/views/staypuft/deployments/_deployment_networking.html.erb
|
248
|
+
- app/views/nic/_subnet_id_field.html.erb
|
249
|
+
- app/helpers/staypuft/hosts_helper.rb
|
250
|
+
- app/helpers/staypuft/deployments_helper.rb
|
251
|
+
- app/helpers/staypuft/application_helper.rb
|
256
252
|
- config/staypuft.local.rb
|
257
|
-
-
|
258
|
-
- db/
|
253
|
+
- config/routes.rb
|
254
|
+
- db/seeds.rb
|
255
|
+
- db/migrate/20140701075033_create_layout_subnet.rb
|
259
256
|
- db/migrate/20140310023613_create_staypuft_roles.rb
|
260
|
-
- db/migrate/20140310174152_create_staypuft_layout_roles.rb
|
261
|
-
- db/migrate/20140310194221_create_staypuft_services.rb
|
262
257
|
- db/migrate/20140310203855_create_staypuft_role_services.rb
|
263
|
-
- db/migrate/
|
264
|
-
- db/migrate/
|
265
|
-
- db/migrate/
|
266
|
-
- db/migrate/
|
267
|
-
- db/migrate/
|
258
|
+
- db/migrate/20140701090256_create_staypuft_subnet_typings.rb
|
259
|
+
- db/migrate/20140701074900_create_subnet_type.rb
|
260
|
+
- db/migrate/20140602121501_add_amqp_provider_to_staypuft_deployment.rb
|
261
|
+
- db/migrate/20140309021811_create_staypuft_layouts.rb
|
262
|
+
- db/migrate/20140310174152_create_staypuft_layout_roles.rb
|
268
263
|
- db/migrate/20140318163222_add_deploy_order_to_staypuft_layout_role.rb
|
269
|
-
- db/migrate/
|
264
|
+
- db/migrate/20140825164900_add_orchestration_to_staypuft_role.rb
|
270
265
|
- db/migrate/20140326032027_drop_staypuft_hostgroup_roles.rb
|
271
|
-
- db/migrate/20140507103716_add_form_step_to_staypuft_deployment.rb
|
272
|
-
- db/migrate/20140513124807_change_column_default_form_step_on_staypuft_deployment.rb
|
273
|
-
- db/migrate/20140602121501_add_amqp_provider_to_staypuft_deployment.rb
|
274
266
|
- db/migrate/20140623142500_remove_amqp_provider_from_staypuft_deployment.rb
|
275
|
-
- db/migrate/
|
276
|
-
- db/migrate/
|
277
|
-
- db/migrate/
|
278
|
-
- db/migrate/
|
267
|
+
- db/migrate/20141009064907_add_custom_repos_to_deployment.rb
|
268
|
+
- db/migrate/20140513124807_change_column_default_form_step_on_staypuft_deployment.rb
|
269
|
+
- db/migrate/20140312050615_create_staypuft_role_classes.rb
|
270
|
+
- db/migrate/20140310004533_create_staypuft_deployments.rb
|
271
|
+
- db/migrate/20140312050001_create_staypuft_hostgroup_roles.rb
|
279
272
|
- db/migrate/20140831234000_add_required_to_subnet_types.rb
|
273
|
+
- db/migrate/20140325211410_add_role_to_staypuft_deployment_role_hostgroup.rb
|
274
|
+
- db/migrate/20140312051144_create_staypuft_service_classes.rb
|
280
275
|
- db/migrate/20141003223000_add_validation_to_subnet_types.rb
|
281
|
-
- db/migrate/
|
282
|
-
- db/
|
276
|
+
- db/migrate/20140312044533_create_staypuft_deployment_role_hostgroups.rb
|
277
|
+
- db/migrate/20140315031754_add_networking_to_staypuft_layout.rb
|
278
|
+
- db/migrate/20140507103716_add_form_step_to_staypuft_deployment.rb
|
279
|
+
- db/migrate/20140310194221_create_staypuft_services.rb
|
283
280
|
- lib/staypuft.rb
|
284
281
|
- lib/staypuft/engine.rb
|
285
282
|
- lib/staypuft/version.rb
|
286
283
|
- lib/tasks/staypuft_tasks.rake
|
287
|
-
-
|
288
|
-
-
|
289
|
-
-
|
284
|
+
- LICENSE
|
285
|
+
- Rakefile
|
286
|
+
- README.md
|
290
287
|
- test/test_helper.rb
|
291
|
-
- test/
|
288
|
+
- test/staypuft_test.rb
|
292
289
|
- test/unit/staypuft_test.rb
|
290
|
+
- test/test_plugin_helper.rb
|
291
|
+
- test/factories/staypuft_factories.rb
|
292
|
+
- test/integration/navigation_test.rb
|
293
293
|
homepage: https://github.com/theforeman/staypuft
|
294
294
|
licenses:
|
295
295
|
- GPL-3.0+
|
@@ -310,14 +310,14 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
310
310
|
version: '0'
|
311
311
|
requirements: []
|
312
312
|
rubyforge_project:
|
313
|
-
rubygems_version: 2.
|
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
|
-
- test/
|
319
|
-
- test/integration/navigation_test.rb
|
318
|
+
- test/test_helper.rb
|
320
319
|
- test/staypuft_test.rb
|
321
|
-
- test/
|
320
|
+
- test/unit/staypuft_test.rb
|
322
321
|
- test/test_plugin_helper.rb
|
323
|
-
- test/
|
322
|
+
- test/factories/staypuft_factories.rb
|
323
|
+
- test/integration/navigation_test.rb
|