staypuft 0.3.9 → 0.4.0
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 +13 -5
- data/README.md +16 -7
- data/app/assets/javascripts/staypuft/nics_assignment.js +17 -2
- data/app/assets/javascripts/staypuft/staypuft.js +39 -2
- data/app/controllers/staypuft/interface_assignments_controller.rb +0 -1
- data/app/helpers/staypuft/deployments_helper.rb +9 -0
- data/app/lib/staypuft/network_query.rb +4 -0
- data/app/lib/staypuft/seeder.rb +35 -7
- data/app/models/staypuft/concerns/host_details_helper.rb +9 -0
- data/app/models/staypuft/concerns/hostgroup_extensions.rb +0 -13
- data/app/models/staypuft/deployment/ceph_service.rb +8 -4
- data/app/models/staypuft/deployment/neutron_service/cisconexus.rb +118 -0
- data/app/models/staypuft/deployment/neutron_service.rb +66 -4
- data/app/models/staypuft/deployment/nova_service.rb +37 -1
- data/app/overrides/foreman_hosts_edit.rb +1 -1
- data/app/views/staypuft/deployments/_assigned_hosts.html.erb +2 -38
- data/app/views/staypuft/deployments/_free_hosts.html.erb +1 -37
- data/app/views/staypuft/deployments/_host_head_row.html.erb +1 -0
- data/app/views/staypuft/deployments/_host_row.html.erb +4 -0
- data/app/views/staypuft/deployments/_hosts_table.html.erb +51 -0
- data/app/views/staypuft/interface_assignments/index.html.erb +40 -0
- data/app/views/staypuft/steps/_neutron.html.erb +39 -0
- data/app/views/staypuft/steps/_neutron_cisco_nexus_form.html.erb +17 -0
- data/lib/staypuft/engine.rb +1 -0
- data/lib/staypuft/version.rb +1 -1
- metadata +136 -133
    
        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 | 
            +
              version: 0.4.0
         | 
| 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-10-02 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
         | 
| @@ -87,171 +87,174 @@ executables: [] | |
| 87 87 | 
             
            extensions: []
         | 
| 88 88 | 
             
            extra_rdoc_files: []
         | 
| 89 89 | 
             
            files:
         | 
| 90 | 
            -
            -  | 
| 90 | 
            +
            - LICENSE
         | 
| 91 | 
            +
            - README.md
         | 
| 92 | 
            +
            - Rakefile
         | 
| 91 93 | 
             
            - app/assets/javascripts/staypuft/host_edit.js
         | 
| 94 | 
            +
            - app/assets/javascripts/staypuft/nics_assignment.js
         | 
| 92 95 | 
             
            - app/assets/javascripts/staypuft/staypuft.js
         | 
| 93 96 | 
             
            - app/assets/javascripts/staypuft/subnets_assignment.js
         | 
| 94 97 | 
             
            - app/assets/stylesheets/staypuft/bootstrap_and_overrides.css.scss
         | 
| 95 98 | 
             
            - app/assets/stylesheets/staypuft/foreman_helper.scss
         | 
| 96 99 | 
             
            - app/assets/stylesheets/staypuft/staypuft.css.scss
         | 
| 97 100 | 
             
            - app/controllers/staypuft/application_controller.rb
         | 
| 98 | 
            -
            - app/controllers/staypuft/ | 
| 101 | 
            +
            - app/controllers/staypuft/deployments_controller.rb
         | 
| 99 102 | 
             
            - app/controllers/staypuft/interface_assignments_controller.rb
         | 
| 100 103 | 
             
            - app/controllers/staypuft/steps_controller.rb
         | 
| 101 | 
            -
            - app/controllers/staypuft/ | 
| 102 | 
            -
            - app/ | 
| 103 | 
            -
            - app/ | 
| 104 | 
            -
            - app/ | 
| 105 | 
            -
            - app/ | 
| 106 | 
            -
            - app/ | 
| 107 | 
            -
            - app/ | 
| 104 | 
            +
            - app/controllers/staypuft/subnet_typings_controller.rb
         | 
| 105 | 
            +
            - app/helpers/staypuft/application_helper.rb
         | 
| 106 | 
            +
            - app/helpers/staypuft/deployments_helper.rb
         | 
| 107 | 
            +
            - app/helpers/staypuft/hosts_helper.rb
         | 
| 108 | 
            +
            - app/lib/actions/staypuft/deployment/deploy.rb
         | 
| 109 | 
            +
            - app/lib/actions/staypuft/deployment/populate.rb
         | 
| 110 | 
            +
            - app/lib/actions/staypuft/host/build.rb
         | 
| 111 | 
            +
            - app/lib/actions/staypuft/host/create.rb
         | 
| 112 | 
            +
            - app/lib/actions/staypuft/host/deploy.rb
         | 
| 113 | 
            +
            - app/lib/actions/staypuft/host/puppet_run.rb
         | 
| 114 | 
            +
            - app/lib/actions/staypuft/host/wait_until_host_ready.rb
         | 
| 115 | 
            +
            - app/lib/actions/staypuft/host/wait_until_installed.rb
         | 
| 116 | 
            +
            - app/lib/actions/staypuft/hostgroup/deploy.rb
         | 
| 117 | 
            +
            - app/lib/actions/staypuft/hostgroup/ordered_deploy.rb
         | 
| 118 | 
            +
            - app/lib/actions/staypuft/middleware/as_current_user.rb
         | 
| 119 | 
            +
            - app/lib/staypuft/deployment_param_exporter.rb
         | 
| 120 | 
            +
            - app/lib/staypuft/deployment_param_importer.rb
         | 
| 121 | 
            +
            - app/lib/staypuft/exception.rb
         | 
| 122 | 
            +
            - app/lib/staypuft/network_query.rb
         | 
| 123 | 
            +
            - app/lib/staypuft/seeder.rb
         | 
| 124 | 
            +
            - app/models/setting/staypuft_provisioning.rb
         | 
| 125 | 
            +
            - app/models/staypuft/concerns/environment_extensions.rb
         | 
| 126 | 
            +
            - app/models/staypuft/concerns/host_details_helper.rb
         | 
| 127 | 
            +
            - app/models/staypuft/concerns/host_fencing_extensions.rb
         | 
| 128 | 
            +
            - app/models/staypuft/concerns/host_interface_management.rb
         | 
| 129 | 
            +
            - app/models/staypuft/concerns/host_open_stack_affiliation.rb
         | 
| 130 | 
            +
            - app/models/staypuft/concerns/host_orchestration_build_hook.rb
         | 
| 131 | 
            +
            - app/models/staypuft/concerns/hostgroup_extensions.rb
         | 
| 132 | 
            +
            - app/models/staypuft/concerns/lookup_key_extensions.rb
         | 
| 133 | 
            +
            - app/models/staypuft/concerns/nic_fencing_extensions.rb
         | 
| 134 | 
            +
            - app/models/staypuft/concerns/puppetclass_extensions.rb
         | 
| 135 | 
            +
            - app/models/staypuft/concerns/subnet_ip_management.rb
         | 
| 136 | 
            +
            - app/models/staypuft/concerns/vip_nic_scopes.rb
         | 
| 137 | 
            +
            - app/models/staypuft/deployment.rb
         | 
| 138 | 
            +
            - app/models/staypuft/deployment/abstract_param_scope.rb
         | 
| 139 | 
            +
            - app/models/staypuft/deployment/attribute_param_storage.rb
         | 
| 108 140 | 
             
            - app/models/staypuft/deployment/ceph_service.rb
         | 
| 109 | 
            -
            - app/models/staypuft/deployment/nova_service.rb
         | 
| 110 141 | 
             
            - app/models/staypuft/deployment/cinder_service.rb
         | 
| 111 | 
            -
            - app/models/staypuft/deployment/abstract_param_scope.rb
         | 
| 112 142 | 
             
            - app/models/staypuft/deployment/cinder_service/equallogic.rb
         | 
| 113 | 
            -
            - app/models/staypuft/deployment/neutron_service.rb
         | 
| 114 143 | 
             
            - app/models/staypuft/deployment/glance_service.rb
         | 
| 115 | 
            -
            - app/models/staypuft/deployment/ | 
| 144 | 
            +
            - app/models/staypuft/deployment/neutron_service.rb
         | 
| 145 | 
            +
            - app/models/staypuft/deployment/neutron_service/cisconexus.rb
         | 
| 146 | 
            +
            - app/models/staypuft/deployment/nova_service.rb
         | 
| 116 147 | 
             
            - app/models/staypuft/deployment/passwords.rb
         | 
| 117 | 
            -
            - app/models/staypuft/ | 
| 118 | 
            -
            - app/models/staypuft/ | 
| 148 | 
            +
            - app/models/staypuft/deployment/vlan_range_values_validator.rb
         | 
| 149 | 
            +
            - app/models/staypuft/deployment_role_hostgroup.rb
         | 
| 150 | 
            +
            - app/models/staypuft/fencing.rb
         | 
| 151 | 
            +
            - app/models/staypuft/interface_assigner.rb
         | 
| 119 152 | 
             
            - app/models/staypuft/layout.rb
         | 
| 120 | 
            -
            - app/models/staypuft/ | 
| 121 | 
            -
            - app/models/staypuft/ | 
| 122 | 
            -
            - app/models/staypuft/ | 
| 123 | 
            -
            - app/models/staypuft/ | 
| 124 | 
            -
            - app/models/staypuft/concerns/host_details_helper.rb
         | 
| 125 | 
            -
            - app/models/staypuft/concerns/subnet_ip_management.rb
         | 
| 126 | 
            -
            - app/models/staypuft/concerns/environment_extensions.rb
         | 
| 127 | 
            -
            - app/models/staypuft/concerns/host_interface_management.rb
         | 
| 128 | 
            -
            - app/models/staypuft/concerns/host_orchestration_build_hook.rb
         | 
| 129 | 
            -
            - app/models/staypuft/concerns/host_fencing_extensions.rb
         | 
| 130 | 
            -
            - app/models/staypuft/concerns/lookup_key_extensions.rb
         | 
| 131 | 
            -
            - app/models/staypuft/concerns/host_open_stack_affiliation.rb
         | 
| 153 | 
            +
            - app/models/staypuft/layout_role.rb
         | 
| 154 | 
            +
            - app/models/staypuft/layout_subnet_type.rb
         | 
| 155 | 
            +
            - app/models/staypuft/role.rb
         | 
| 156 | 
            +
            - app/models/staypuft/role_class.rb
         | 
| 132 157 | 
             
            - app/models/staypuft/role_service.rb
         | 
| 133 158 | 
             
            - app/models/staypuft/service.rb
         | 
| 134 | 
            -
            - app/models/staypuft/ | 
| 135 | 
            -
            - app/models/staypuft/ | 
| 136 | 
            -
            - app/models/staypuft/ | 
| 159 | 
            +
            - app/models/staypuft/service/ui_params.rb
         | 
| 160 | 
            +
            - app/models/staypuft/service_class.rb
         | 
| 161 | 
            +
            - app/models/staypuft/subnet_type.rb
         | 
| 137 162 | 
             
            - app/models/staypuft/subnet_typing.rb
         | 
| 138 | 
            -
            - app/models/staypuft/deployment_role_hostgroup.rb
         | 
| 139 | 
            -
            - app/models/setting/staypuft_provisioning.rb
         | 
| 140 | 
            -
            - app/overrides/nic_base_form.rb
         | 
| 141 163 | 
             
            - app/overrides/customize_foreman_tasks_show_page.rb
         | 
| 142 164 | 
             
            - app/overrides/foreman_hosts_edit.rb
         | 
| 143 165 | 
             
            - app/overrides/hide_subscription_manager_passwords.rb
         | 
| 144 | 
            -
            - app/ | 
| 145 | 
            -
            - app/lib/actions/staypuft/hostgroup/deploy.rb
         | 
| 146 | 
            -
            - app/lib/actions/staypuft/deployment/populate.rb
         | 
| 147 | 
            -
            - app/lib/actions/staypuft/deployment/deploy.rb
         | 
| 148 | 
            -
            - app/lib/actions/staypuft/host/wait_until_host_ready.rb
         | 
| 149 | 
            -
            - app/lib/actions/staypuft/host/puppet_run.rb
         | 
| 150 | 
            -
            - app/lib/actions/staypuft/host/wait_until_installed.rb
         | 
| 151 | 
            -
            - app/lib/actions/staypuft/host/build.rb
         | 
| 152 | 
            -
            - app/lib/actions/staypuft/host/deploy.rb
         | 
| 153 | 
            -
            - app/lib/actions/staypuft/host/create.rb
         | 
| 154 | 
            -
            - app/lib/actions/staypuft/middleware/as_current_user.rb
         | 
| 155 | 
            -
            - app/lib/staypuft/network_query.rb
         | 
| 156 | 
            -
            - app/lib/staypuft/deployment_param_importer.rb
         | 
| 157 | 
            -
            - app/lib/staypuft/seeder.rb
         | 
| 158 | 
            -
            - app/lib/staypuft/exception.rb
         | 
| 159 | 
            -
            - app/lib/staypuft/deployment_param_exporter.rb
         | 
| 166 | 
            +
            - app/overrides/nic_base_form.rb
         | 
| 160 167 | 
             
            - app/views/hosts/_fencing.html.erb
         | 
| 161 | 
            -
            - app/views/ | 
| 162 | 
            -
            - app/views/staypuft/steps/_neutron_non_ha.html.erb
         | 
| 163 | 
            -
            - app/views/staypuft/steps/services_overview.html.erb
         | 
| 164 | 
            -
            - app/views/staypuft/steps/network_configuration.html.erb
         | 
| 165 | 
            -
            - app/views/staypuft/steps/_cinder_equallogic_form.html.erb
         | 
| 166 | 
            -
            - app/views/staypuft/steps/_nova_non_ha.html.erb
         | 
| 167 | 
            -
            - app/views/staypuft/steps/_title.html.erb
         | 
| 168 | 
            -
            - app/views/staypuft/steps/services_configuration.html.erb
         | 
| 169 | 
            -
            - app/views/staypuft/steps/_neutron_ha.html.erb
         | 
| 170 | 
            -
            - app/views/staypuft/steps/deployment_settings.html.erb
         | 
| 171 | 
            -
            - app/views/staypuft/steps/_cinder.html.erb
         | 
| 172 | 
            -
            - app/views/staypuft/steps/_nova_ha.html.erb
         | 
| 173 | 
            -
            - app/views/staypuft/steps/_glance.html.erb
         | 
| 174 | 
            -
            - app/views/staypuft/steps/_neutron.html.erb
         | 
| 175 | 
            -
            - app/views/staypuft/steps/_wizard_form_buttons.html.erb
         | 
| 176 | 
            -
            - app/views/staypuft/subnet_types/_subnet_type_pull.html.erb
         | 
| 177 | 
            -
            - app/views/staypuft/layouts/staypuft.html.erb
         | 
| 178 | 
            -
            - app/views/staypuft/layouts/application.html.erb
         | 
| 179 | 
            -
            - app/views/staypuft/subnet_typings/destroy.js.erb
         | 
| 180 | 
            -
            - app/views/staypuft/subnet_typings/create.js.erb
         | 
| 181 | 
            -
            - app/views/staypuft/subnet_typings/update.js.erb
         | 
| 182 | 
            -
            - app/views/staypuft/subnets/_subnet_pull.html.erb
         | 
| 183 | 
            -
            - app/views/staypuft/subnets/_drop_zone.html.erb
         | 
| 184 | 
            -
            - app/views/staypuft/interfaces/_drop_zone.html.erb
         | 
| 185 | 
            -
            - app/views/staypuft/interface_assignments/index.html.erb
         | 
| 186 | 
            -
            - app/views/staypuft/interface_assignments/destroy.js.erb
         | 
| 187 | 
            -
            - app/views/staypuft/interface_assignments/create.js.erb
         | 
| 188 | 
            -
            - app/views/staypuft/deployments/edit.html.erb
         | 
| 168 | 
            +
            - app/views/nic/_subnet_id_field.html.erb
         | 
| 189 169 | 
             
            - app/views/staypuft/deployments/_advanced_configuration.html.erb
         | 
| 170 | 
            +
            - app/views/staypuft/deployments/_assigned_hosts.html.erb
         | 
| 190 171 | 
             
            - app/views/staypuft/deployments/_assigned_hosts_table.html.erb
         | 
| 191 | 
            -
            - app/views/staypuft/deployments/ | 
| 172 | 
            +
            - app/views/staypuft/deployments/_deployed_hosts.html.erb
         | 
| 173 | 
            +
            - app/views/staypuft/deployments/_deployed_hosts_table.html.erb
         | 
| 174 | 
            +
            - app/views/staypuft/deployments/_deployment_access_all_details_dialogue.html.erb
         | 
| 175 | 
            +
            - app/views/staypuft/deployments/_deployment_hosts.html.erb
         | 
| 176 | 
            +
            - app/views/staypuft/deployments/_deployment_networking.html.erb
         | 
| 192 177 | 
             
            - app/views/staypuft/deployments/_deployment_overview.html.erb
         | 
| 193 | 
            -
            - app/views/staypuft/deployments/ | 
| 178 | 
            +
            - app/views/staypuft/deployments/_deployment_progress_bar.html.erb
         | 
| 194 179 | 
             
            - app/views/staypuft/deployments/_deployment_progress_page_header.html.erb
         | 
| 195 | 
            -
            - app/views/staypuft/deployments/ | 
| 196 | 
            -
            - app/views/staypuft/deployments/ | 
| 180 | 
            +
            - app/views/staypuft/deployments/_deployment_show_header.html.erb
         | 
| 181 | 
            +
            - app/views/staypuft/deployments/_deployment_summary.html.erb
         | 
| 197 182 | 
             
            - app/views/staypuft/deployments/_empty_hosts.html.erb
         | 
| 198 | 
            -
            - app/views/staypuft/deployments/_assigned_hosts.html.erb
         | 
| 199 | 
            -
            - app/views/staypuft/deployments/_host_row.html.erb
         | 
| 200 | 
            -
            - app/views/staypuft/deployments/_deployment_hosts.html.erb
         | 
| 201 | 
            -
            - app/views/staypuft/deployments/show.html.erb
         | 
| 202 | 
            -
            - app/views/staypuft/deployments/_deployed_hosts_table.html.erb
         | 
| 203 | 
            -
            - app/views/staypuft/deployments/_deployed_hosts.html.erb
         | 
| 204 183 | 
             
            - app/views/staypuft/deployments/_free_hosts.html.erb
         | 
| 205 | 
            -
            - app/views/staypuft/deployments/ | 
| 184 | 
            +
            - app/views/staypuft/deployments/_free_hosts_table.html.erb
         | 
| 185 | 
            +
            - app/views/staypuft/deployments/_host_head_row.html.erb
         | 
| 186 | 
            +
            - app/views/staypuft/deployments/_host_row.html.erb
         | 
| 187 | 
            +
            - app/views/staypuft/deployments/_hosts_filter.html.erb
         | 
| 206 188 | 
             
            - app/views/staypuft/deployments/_hosts_header.html.erb
         | 
| 207 | 
            -
            - app/views/staypuft/deployments/ | 
| 208 | 
            -
            - app/views/staypuft/deployments/_deployment_progress_bar.html.erb
         | 
| 189 | 
            +
            - app/views/staypuft/deployments/_hosts_table.html.erb
         | 
| 209 190 | 
             
            - app/views/staypuft/deployments/_import_form.html.erb
         | 
| 210 | 
            -
            - app/views/staypuft/deployments/ | 
| 211 | 
            -
            - app/views/staypuft/deployments/ | 
| 212 | 
            -
            - app/views/ | 
| 213 | 
            -
            - app/ | 
| 214 | 
            -
            - app/ | 
| 215 | 
            -
            - app/ | 
| 216 | 
            -
            -  | 
| 191 | 
            +
            - app/views/staypuft/deployments/edit.html.erb
         | 
| 192 | 
            +
            - app/views/staypuft/deployments/index.html.erb
         | 
| 193 | 
            +
            - app/views/staypuft/deployments/show.html.erb
         | 
| 194 | 
            +
            - app/views/staypuft/interface_assignments/create.js.erb
         | 
| 195 | 
            +
            - app/views/staypuft/interface_assignments/destroy.js.erb
         | 
| 196 | 
            +
            - app/views/staypuft/interface_assignments/index.html.erb
         | 
| 197 | 
            +
            - app/views/staypuft/interfaces/_drop_zone.html.erb
         | 
| 198 | 
            +
            - app/views/staypuft/layouts/application.html.erb
         | 
| 199 | 
            +
            - app/views/staypuft/layouts/staypuft.html.erb
         | 
| 200 | 
            +
            - app/views/staypuft/steps/_cinder.html.erb
         | 
| 201 | 
            +
            - app/views/staypuft/steps/_cinder_equallogic_form.html.erb
         | 
| 202 | 
            +
            - app/views/staypuft/steps/_glance.html.erb
         | 
| 203 | 
            +
            - app/views/staypuft/steps/_neutron.html.erb
         | 
| 204 | 
            +
            - app/views/staypuft/steps/_neutron_cisco_nexus_form.html.erb
         | 
| 205 | 
            +
            - app/views/staypuft/steps/_neutron_ha.html.erb
         | 
| 206 | 
            +
            - app/views/staypuft/steps/_neutron_non_ha.html.erb
         | 
| 207 | 
            +
            - app/views/staypuft/steps/_nova.html.erb
         | 
| 208 | 
            +
            - app/views/staypuft/steps/_nova_ha.html.erb
         | 
| 209 | 
            +
            - app/views/staypuft/steps/_nova_non_ha.html.erb
         | 
| 210 | 
            +
            - app/views/staypuft/steps/_title.html.erb
         | 
| 211 | 
            +
            - app/views/staypuft/steps/_wizard_form_buttons.html.erb
         | 
| 212 | 
            +
            - app/views/staypuft/steps/deployment_settings.html.erb
         | 
| 213 | 
            +
            - app/views/staypuft/steps/network_configuration.html.erb
         | 
| 214 | 
            +
            - app/views/staypuft/steps/services_configuration.html.erb
         | 
| 215 | 
            +
            - app/views/staypuft/steps/services_overview.html.erb
         | 
| 216 | 
            +
            - app/views/staypuft/subnet_types/_subnet_type_pull.html.erb
         | 
| 217 | 
            +
            - app/views/staypuft/subnet_typings/create.js.erb
         | 
| 218 | 
            +
            - app/views/staypuft/subnet_typings/destroy.js.erb
         | 
| 219 | 
            +
            - app/views/staypuft/subnet_typings/update.js.erb
         | 
| 220 | 
            +
            - app/views/staypuft/subnets/_drop_zone.html.erb
         | 
| 221 | 
            +
            - app/views/staypuft/subnets/_subnet_pull.html.erb
         | 
| 217 222 | 
             
            - config/routes.rb
         | 
| 218 | 
            -
            -  | 
| 219 | 
            -
            - db/migrate/20140701075033_create_layout_subnet.rb
         | 
| 220 | 
            -
            - db/migrate/20140310023613_create_staypuft_roles.rb
         | 
| 221 | 
            -
            - db/migrate/20140310203855_create_staypuft_role_services.rb
         | 
| 222 | 
            -
            - db/migrate/20140701090256_create_staypuft_subnet_typings.rb
         | 
| 223 | 
            -
            - db/migrate/20140701074900_create_subnet_type.rb
         | 
| 224 | 
            -
            - db/migrate/20140602121501_add_amqp_provider_to_staypuft_deployment.rb
         | 
| 223 | 
            +
            - config/staypuft.local.rb
         | 
| 225 224 | 
             
            - db/migrate/20140309021811_create_staypuft_layouts.rb
         | 
| 226 | 
            -
            - db/migrate/20140310174152_create_staypuft_layout_roles.rb
         | 
| 227 | 
            -
            - db/migrate/20140318163222_add_deploy_order_to_staypuft_layout_role.rb
         | 
| 228 | 
            -
            - db/migrate/20140825164900_add_orchestration_to_staypuft_role.rb
         | 
| 229 | 
            -
            - db/migrate/20140326032027_drop_staypuft_hostgroup_roles.rb
         | 
| 230 | 
            -
            - db/migrate/20140623142500_remove_amqp_provider_from_staypuft_deployment.rb
         | 
| 231 | 
            -
            - db/migrate/20140513124807_change_column_default_form_step_on_staypuft_deployment.rb
         | 
| 232 | 
            -
            - db/migrate/20140312050615_create_staypuft_role_classes.rb
         | 
| 233 225 | 
             
            - db/migrate/20140310004533_create_staypuft_deployments.rb
         | 
| 226 | 
            +
            - db/migrate/20140310023613_create_staypuft_roles.rb
         | 
| 227 | 
            +
            - db/migrate/20140310174152_create_staypuft_layout_roles.rb
         | 
| 228 | 
            +
            - db/migrate/20140310194221_create_staypuft_services.rb
         | 
| 229 | 
            +
            - db/migrate/20140310203855_create_staypuft_role_services.rb
         | 
| 230 | 
            +
            - db/migrate/20140312044533_create_staypuft_deployment_role_hostgroups.rb
         | 
| 234 231 | 
             
            - db/migrate/20140312050001_create_staypuft_hostgroup_roles.rb
         | 
| 235 | 
            -
            - db/migrate/ | 
| 236 | 
            -
            - db/migrate/20140325211410_add_role_to_staypuft_deployment_role_hostgroup.rb
         | 
| 232 | 
            +
            - db/migrate/20140312050615_create_staypuft_role_classes.rb
         | 
| 237 233 | 
             
            - db/migrate/20140312051144_create_staypuft_service_classes.rb
         | 
| 238 | 
            -
            - db/migrate/20140312044533_create_staypuft_deployment_role_hostgroups.rb
         | 
| 239 234 | 
             
            - db/migrate/20140315031754_add_networking_to_staypuft_layout.rb
         | 
| 235 | 
            +
            - db/migrate/20140318163222_add_deploy_order_to_staypuft_layout_role.rb
         | 
| 236 | 
            +
            - db/migrate/20140325211410_add_role_to_staypuft_deployment_role_hostgroup.rb
         | 
| 237 | 
            +
            - db/migrate/20140326032027_drop_staypuft_hostgroup_roles.rb
         | 
| 240 238 | 
             
            - db/migrate/20140507103716_add_form_step_to_staypuft_deployment.rb
         | 
| 241 | 
            -
            - db/migrate/ | 
| 239 | 
            +
            - db/migrate/20140513124807_change_column_default_form_step_on_staypuft_deployment.rb
         | 
| 240 | 
            +
            - db/migrate/20140602121501_add_amqp_provider_to_staypuft_deployment.rb
         | 
| 241 | 
            +
            - db/migrate/20140623142500_remove_amqp_provider_from_staypuft_deployment.rb
         | 
| 242 | 
            +
            - db/migrate/20140701074900_create_subnet_type.rb
         | 
| 243 | 
            +
            - db/migrate/20140701075033_create_layout_subnet.rb
         | 
| 244 | 
            +
            - db/migrate/20140701090256_create_staypuft_subnet_typings.rb
         | 
| 245 | 
            +
            - db/migrate/20140825164900_add_orchestration_to_staypuft_role.rb
         | 
| 246 | 
            +
            - db/migrate/20140831234000_add_required_to_subnet_types.rb
         | 
| 247 | 
            +
            - db/seeds.rb
         | 
| 242 248 | 
             
            - lib/staypuft.rb
         | 
| 243 249 | 
             
            - lib/staypuft/engine.rb
         | 
| 244 250 | 
             
            - lib/staypuft/version.rb
         | 
| 245 251 | 
             
            - lib/tasks/staypuft_tasks.rake
         | 
| 246 | 
            -
            - LICENSE
         | 
| 247 | 
            -
            - Rakefile
         | 
| 248 | 
            -
            - README.md
         | 
| 249 | 
            -
            - test/test_helper.rb
         | 
| 250 | 
            -
            - test/staypuft_test.rb
         | 
| 251 | 
            -
            - test/unit/staypuft_test.rb
         | 
| 252 | 
            -
            - test/test_plugin_helper.rb
         | 
| 253 252 | 
             
            - test/factories/staypuft_factories.rb
         | 
| 254 253 | 
             
            - test/integration/navigation_test.rb
         | 
| 254 | 
            +
            - test/staypuft_test.rb
         | 
| 255 | 
            +
            - test/test_helper.rb
         | 
| 256 | 
            +
            - test/test_plugin_helper.rb
         | 
| 257 | 
            +
            - test/unit/staypuft_test.rb
         | 
| 255 258 | 
             
            homepage: https://github.com/theforeman/staypuft
         | 
| 256 259 | 
             
            licenses:
         | 
| 257 260 | 
             
            - GPL-3.0+
         | 
| @@ -262,24 +265,24 @@ require_paths: | |
| 262 265 | 
             
            - lib
         | 
| 263 266 | 
             
            required_ruby_version: !ruby/object:Gem::Requirement
         | 
| 264 267 | 
             
              requirements:
         | 
| 265 | 
            -
              - - '>='
         | 
| 268 | 
            +
              - - ! '>='
         | 
| 266 269 | 
             
                - !ruby/object:Gem::Version
         | 
| 267 270 | 
             
                  version: '0'
         | 
| 268 271 | 
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         | 
| 269 272 | 
             
              requirements:
         | 
| 270 | 
            -
              - - '>='
         | 
| 273 | 
            +
              - - ! '>='
         | 
| 271 274 | 
             
                - !ruby/object:Gem::Version
         | 
| 272 275 | 
             
                  version: '0'
         | 
| 273 276 | 
             
            requirements: []
         | 
| 274 277 | 
             
            rubyforge_project: 
         | 
| 275 | 
            -
            rubygems_version: 2. | 
| 278 | 
            +
            rubygems_version: 2.2.2
         | 
| 276 279 | 
             
            signing_key: 
         | 
| 277 280 | 
             
            specification_version: 4
         | 
| 278 281 | 
             
            summary: OpenStack Foreman Installer
         | 
| 279 282 | 
             
            test_files:
         | 
| 283 | 
            +
            - test/unit/staypuft_test.rb
         | 
| 280 284 | 
             
            - test/test_helper.rb
         | 
| 281 285 | 
             
            - test/staypuft_test.rb
         | 
| 282 | 
            -
            - test/ | 
| 286 | 
            +
            - test/integration/navigation_test.rb
         | 
| 283 287 | 
             
            - test/test_plugin_helper.rb
         | 
| 284 288 | 
             
            - test/factories/staypuft_factories.rb
         | 
| 285 | 
            -
            - test/integration/navigation_test.rb
         |