staypuft 0.4.14 → 0.4.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/lib/staypuft/seeder.rb +3 -1
- data/app/models/staypuft/deployment.rb +1 -1
- data/app/models/staypuft/deployment/passwords.rb +1 -1
- data/lib/staypuft/version.rb +1 -1
- metadata +144 -144
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 321059b6c0b8215487c4923f3c767da8b0dc98d5
|
4
|
+
data.tar.gz: abaa9a415228d9cc6859c95e3277fbfb41d2755e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a99eae2273ce70538323bb33065d5b8b9ee45342975157b26b97702f7ae20cd25714add0c15fc58a72da05cf626cd0afdd12c3b501c44f50fa9e694ef55974c2
|
7
|
+
data.tar.gz: 69436bf024671e0a8b273fb75ff6f00e7089463271eaf469e68c74595f4eff866863cb0b05b6bba7ac2ba277672b29f48ad1e121b94064a91bc55380877e21a8
|
data/app/lib/staypuft/seeder.rb
CHANGED
@@ -384,6 +384,7 @@ module Staypuft
|
|
384
384
|
amqp_pw = { :string => '<%= @host.deployment.passwords.effective_value(:amqp) %>' }
|
385
385
|
amqp_nssdb_pw = { :string => '<%= @host.deployment.passwords.effective_value(:amqp_nssdb) %>' }
|
386
386
|
keystone_admin_token = { :string => '<%= @host.deployment.passwords.effective_value(:keystone_admin_token) %>' }
|
387
|
+
hacluster_pw = { :string => '<%= @host.deployment.passwords.effective_value(:hacluster) %>' }
|
387
388
|
|
388
389
|
#these don't share the user-supplied password value; they're always a random per param value
|
389
390
|
ceilometer_metering = { :string => '<%= @host.deployment.passwords.ceilometer_metering_secret %>' }
|
@@ -672,7 +673,8 @@ module Staypuft
|
|
672
673
|
'fence_ipmilan_hostlist' => fence_ipmilan_hostlist,
|
673
674
|
'fence_ipmilan_host_to_address' => fence_ipmilan_host_to_address,
|
674
675
|
'fence_ipmilan_expose_lanplus' => fence_ipmilan_expose_lanplus,
|
675
|
-
'fence_ipmilan_lanplus_options' => fence_ipmilan_lanplus_options
|
676
|
+
'fence_ipmilan_lanplus_options' => fence_ipmilan_lanplus_options,
|
677
|
+
'hacluster_pwd' => hacluster_pw },
|
676
678
|
'quickstack::pacemaker::neutron' => {
|
677
679
|
'ml2_network_vlan_ranges' => ml2_network_vlan_ranges,
|
678
680
|
'ml2_tenant_network_types' => ml2_tenant_network_types,
|
@@ -329,7 +329,7 @@ module Staypuft
|
|
329
329
|
when Platform::RHEL6
|
330
330
|
Operatingsystem.where(name: name, major: '6', minor: '5').first
|
331
331
|
when Platform::RHEL7
|
332
|
-
Operatingsystem.where(name: name, major: '7'
|
332
|
+
Operatingsystem.where(name: name, major: '7').order('minor desc').first
|
333
333
|
end or
|
334
334
|
raise 'missing Operatingsystem'
|
335
335
|
self.hostgroup.save!
|
@@ -5,7 +5,7 @@ module Staypuft
|
|
5
5
|
:heat_cfn_user, :keystone_user, :neutron_user, :nova_user, :swift_user, :swift_admin, :amqp
|
6
6
|
|
7
7
|
DB_SERVICES_PASSWORDS = :cinder_db, :glance_db, :heat_db, :mysql_root, :keystone_db,
|
8
|
-
:neutron_db, :nova_db, :amqp_nssdb
|
8
|
+
:neutron_db, :nova_db, :amqp_nssdb, :hacluster
|
9
9
|
|
10
10
|
OTHER_PASSWORDS = :keystone_admin_token, :ceilometer_metering_secret, :heat_auth_encrypt_key,
|
11
11
|
:horizon_secret_key, :swift_shared_secret, :neutron_metadata_proxy_secret
|
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.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Staypuft team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-04-07 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
|
-
-
|
104
|
+
- LICENSE
|
105
|
+
- README.md
|
106
|
+
- Rakefile
|
105
107
|
- app/assets/javascripts/staypuft/host_edit.js
|
106
108
|
- app/assets/javascripts/staypuft/new_subnet.js
|
109
|
+
- app/assets/javascripts/staypuft/nics_assignment.js
|
107
110
|
- app/assets/javascripts/staypuft/staypuft.js
|
108
111
|
- app/assets/javascripts/staypuft/subnets_assignment.js
|
109
112
|
- app/assets/stylesheets/staypuft/bootstrap_and_overrides.css.scss
|
110
113
|
- app/assets/stylesheets/staypuft/foreman_helper.scss
|
111
114
|
- app/assets/stylesheets/staypuft/staypuft.css.scss
|
112
115
|
- app/controllers/staypuft/application_controller.rb
|
113
|
-
- app/controllers/staypuft/
|
114
|
-
- app/controllers/staypuft/interface_assignments_controller.rb
|
115
|
-
- app/controllers/staypuft/steps_controller.rb
|
116
|
+
- app/controllers/staypuft/bonds_controller.rb
|
116
117
|
- app/controllers/staypuft/concerns/hosts_api_extensions.rb
|
117
118
|
- app/controllers/staypuft/concerns/hosts_controller_extensions.rb
|
118
119
|
- 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
|
119
123
|
- app/controllers/staypuft/subnets_controller.rb
|
120
|
-
- app/
|
121
|
-
- app/
|
122
|
-
- app/
|
123
|
-
- app/
|
124
|
-
- app/
|
125
|
-
- app/
|
126
|
-
- app/
|
127
|
-
- app/
|
124
|
+
- app/helpers/staypuft/application_helper.rb
|
125
|
+
- app/helpers/staypuft/deployments_helper.rb
|
126
|
+
- app/helpers/staypuft/hosts_helper.rb
|
127
|
+
- app/lib/actions/staypuft/deployment/deploy.rb
|
128
|
+
- app/lib/actions/staypuft/deployment/populate.rb
|
129
|
+
- app/lib/actions/staypuft/host/build.rb
|
130
|
+
- app/lib/actions/staypuft/host/create.rb
|
131
|
+
- app/lib/actions/staypuft/host/deploy.rb
|
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
|
128
159
|
- app/models/staypuft/deployment/ceph_service.rb
|
129
|
-
- app/models/staypuft/deployment/nova_service.rb
|
130
160
|
- 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
161
|
- app/models/staypuft/deployment/cinder_service/equallogic.rb
|
134
|
-
- app/models/staypuft/deployment/neutron_service.rb
|
135
162
|
- app/models/staypuft/deployment/glance_service.rb
|
136
|
-
- app/models/staypuft/deployment/attribute_param_storage.rb
|
137
163
|
- 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
|
138
167
|
- app/models/staypuft/deployment/passwords.rb
|
139
|
-
- app/models/staypuft/
|
140
|
-
- app/models/staypuft/
|
168
|
+
- app/models/staypuft/deployment/vlan_range_values_validator.rb
|
169
|
+
- app/models/staypuft/deployment_role_hostgroup.rb
|
170
|
+
- app/models/staypuft/fencing.rb
|
171
|
+
- app/models/staypuft/interface_assigner.rb
|
141
172
|
- app/models/staypuft/layout.rb
|
142
|
-
- app/models/staypuft/
|
143
|
-
- app/models/staypuft/
|
144
|
-
- app/models/staypuft/
|
145
|
-
- app/models/staypuft/
|
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
|
173
|
+
- app/models/staypuft/layout_role.rb
|
174
|
+
- app/models/staypuft/layout_subnet_type.rb
|
175
|
+
- app/models/staypuft/role.rb
|
176
|
+
- app/models/staypuft/role_class.rb
|
154
177
|
- app/models/staypuft/role_service.rb
|
155
178
|
- app/models/staypuft/service.rb
|
156
|
-
- app/models/staypuft/
|
157
|
-
- app/models/staypuft/
|
158
|
-
- app/models/staypuft/
|
179
|
+
- app/models/staypuft/service/ui_params.rb
|
180
|
+
- app/models/staypuft/service_class.rb
|
181
|
+
- app/models/staypuft/simple_subnet.rb
|
182
|
+
- app/models/staypuft/subnet_type.rb
|
159
183
|
- app/models/staypuft/subnet_typing.rb
|
160
|
-
- app/models/staypuft/deployment_role_hostgroup.rb
|
161
|
-
- app/models/setting/staypuft_provisioning.rb
|
162
184
|
- app/overrides/customize_foreman_tasks_show_page.rb
|
163
|
-
- app/overrides/select_multiple_systems_hostgroup.rb
|
164
185
|
- app/overrides/foreman_hosts_edit.rb
|
165
|
-
- app/overrides/hosts_edit_subnet_types.rb
|
166
186
|
- app/overrides/hide_subscription_manager_passwords.rb
|
167
|
-
- app/
|
168
|
-
- app/
|
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
|
187
|
+
- app/overrides/hosts_edit_subnet_types.rb
|
188
|
+
- app/overrides/select_multiple_systems_hostgroup.rb
|
184
189
|
- app/views/hosts/_fencing.html.erb
|
190
|
+
- app/views/hosts/_new_nic_fields.html.erb
|
185
191
|
- app/views/hosts/_primary_interface_subnet.html.erb
|
186
|
-
- app/views/
|
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
|
192
|
+
- app/views/nic/_subnet_id_field.html.erb
|
206
193
|
- app/views/staypuft/bonds/add_slave.js.erb
|
207
194
|
- app/views/staypuft/bonds/create.js.erb
|
208
|
-
- app/views/staypuft/
|
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
|
195
|
+
- app/views/staypuft/bonds/destroy.js.erb
|
223
196
|
- app/views/staypuft/deployments/_advanced_configuration.html.erb
|
197
|
+
- app/views/staypuft/deployments/_assigned_hosts.html.erb
|
224
198
|
- app/views/staypuft/deployments/_assigned_hosts_table.html.erb
|
225
|
-
- app/views/staypuft/deployments/
|
199
|
+
- app/views/staypuft/deployments/_deployed_hosts.html.erb
|
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
|
226
204
|
- app/views/staypuft/deployments/_deployment_overview.html.erb
|
227
|
-
- app/views/staypuft/deployments/
|
228
|
-
- app/views/staypuft/deployments/_host_head_row.html.erb
|
205
|
+
- app/views/staypuft/deployments/_deployment_progress_bar.html.erb
|
229
206
|
- app/views/staypuft/deployments/_deployment_progress_page_header.html.erb
|
230
|
-
- app/views/staypuft/deployments/
|
231
|
-
- app/views/staypuft/deployments/
|
207
|
+
- app/views/staypuft/deployments/_deployment_show_header.html.erb
|
208
|
+
- app/views/staypuft/deployments/_deployment_summary.html.erb
|
232
209
|
- 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
210
|
- app/views/staypuft/deployments/_free_hosts.html.erb
|
240
|
-
- app/views/staypuft/deployments/
|
241
|
-
- app/views/staypuft/deployments/
|
211
|
+
- 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
|
+
- app/views/staypuft/deployments/_hosts_filter.html.erb
|
242
215
|
- app/views/staypuft/deployments/_hosts_header.html.erb
|
243
|
-
- app/views/staypuft/deployments/
|
244
|
-
- app/views/staypuft/deployments/_deployment_progress_bar.html.erb
|
216
|
+
- app/views/staypuft/deployments/_hosts_table.html.erb
|
245
217
|
- app/views/staypuft/deployments/_import_form.html.erb
|
246
|
-
- app/views/staypuft/deployments/
|
247
|
-
- app/views/staypuft/deployments/
|
248
|
-
- app/views/
|
249
|
-
- app/
|
250
|
-
- app/
|
251
|
-
- app/
|
252
|
-
-
|
218
|
+
- app/views/staypuft/deployments/_param_field.html.erb
|
219
|
+
- app/views/staypuft/deployments/edit.html.erb
|
220
|
+
- app/views/staypuft/deployments/index.html.erb
|
221
|
+
- app/views/staypuft/deployments/show.html.erb
|
222
|
+
- app/views/staypuft/interface_assignments/_interfaces.html.erb
|
223
|
+
- app/views/staypuft/interface_assignments/_nics_assignment.html.erb
|
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
|
253
255
|
- config/routes.rb
|
254
|
-
-
|
255
|
-
- db/migrate/20140701075033_create_layout_subnet.rb
|
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
|
260
|
-
- db/migrate/20140602121501_add_amqp_provider_to_staypuft_deployment.rb
|
256
|
+
- config/staypuft.local.rb
|
261
257
|
- db/migrate/20140309021811_create_staypuft_layouts.rb
|
258
|
+
- db/migrate/20140310004533_create_staypuft_deployments.rb
|
259
|
+
- db/migrate/20140310023613_create_staypuft_roles.rb
|
262
260
|
- db/migrate/20140310174152_create_staypuft_layout_roles.rb
|
261
|
+
- db/migrate/20140310194221_create_staypuft_services.rb
|
262
|
+
- db/migrate/20140310203855_create_staypuft_role_services.rb
|
263
|
+
- db/migrate/20140312044533_create_staypuft_deployment_role_hostgroups.rb
|
264
|
+
- db/migrate/20140312050001_create_staypuft_hostgroup_roles.rb
|
265
|
+
- db/migrate/20140312050615_create_staypuft_role_classes.rb
|
266
|
+
- db/migrate/20140312051144_create_staypuft_service_classes.rb
|
267
|
+
- db/migrate/20140315031754_add_networking_to_staypuft_layout.rb
|
263
268
|
- db/migrate/20140318163222_add_deploy_order_to_staypuft_layout_role.rb
|
264
|
-
- db/migrate/
|
269
|
+
- db/migrate/20140325211410_add_role_to_staypuft_deployment_role_hostgroup.rb
|
265
270
|
- db/migrate/20140326032027_drop_staypuft_hostgroup_roles.rb
|
266
|
-
- db/migrate/
|
267
|
-
- db/migrate/20141009064907_add_custom_repos_to_deployment.rb
|
271
|
+
- db/migrate/20140507103716_add_form_step_to_staypuft_deployment.rb
|
268
272
|
- db/migrate/20140513124807_change_column_default_form_step_on_staypuft_deployment.rb
|
269
|
-
- db/migrate/
|
270
|
-
- db/migrate/
|
271
|
-
- db/migrate/
|
273
|
+
- db/migrate/20140602121501_add_amqp_provider_to_staypuft_deployment.rb
|
274
|
+
- db/migrate/20140623142500_remove_amqp_provider_from_staypuft_deployment.rb
|
275
|
+
- db/migrate/20140701074900_create_subnet_type.rb
|
276
|
+
- db/migrate/20140701075033_create_layout_subnet.rb
|
277
|
+
- db/migrate/20140701090256_create_staypuft_subnet_typings.rb
|
278
|
+
- db/migrate/20140825164900_add_orchestration_to_staypuft_role.rb
|
272
279
|
- 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
|
275
280
|
- db/migrate/20141003223000_add_validation_to_subnet_types.rb
|
276
|
-
- db/migrate/
|
277
|
-
- db/
|
278
|
-
- db/migrate/20140507103716_add_form_step_to_staypuft_deployment.rb
|
279
|
-
- db/migrate/20140310194221_create_staypuft_services.rb
|
281
|
+
- db/migrate/20141009064907_add_custom_repos_to_deployment.rb
|
282
|
+
- db/seeds.rb
|
280
283
|
- lib/staypuft.rb
|
281
284
|
- lib/staypuft/engine.rb
|
282
285
|
- lib/staypuft/version.rb
|
283
286
|
- lib/tasks/staypuft_tasks.rake
|
284
|
-
- LICENSE
|
285
|
-
- Rakefile
|
286
|
-
- README.md
|
287
|
-
- test/test_helper.rb
|
288
|
-
- test/staypuft_test.rb
|
289
|
-
- test/unit/staypuft_test.rb
|
290
|
-
- test/test_plugin_helper.rb
|
291
287
|
- test/factories/staypuft_factories.rb
|
292
288
|
- test/integration/navigation_test.rb
|
289
|
+
- test/staypuft_test.rb
|
290
|
+
- test/test_helper.rb
|
291
|
+
- test/test_plugin_helper.rb
|
292
|
+
- test/unit/staypuft_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.4.6
|
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/staypuft_test.rb
|
320
|
-
- test/unit/staypuft_test.rb
|
321
|
-
- test/test_plugin_helper.rb
|
322
319
|
- test/factories/staypuft_factories.rb
|
320
|
+
- test/test_plugin_helper.rb
|
323
321
|
- test/integration/navigation_test.rb
|
322
|
+
- test/unit/staypuft_test.rb
|
323
|
+
- test/staypuft_test.rb
|