--- !ruby/object:Gem::Specification name: foreman_bootdisk version: !ruby/object:Gem::Version version: 3.1.1 platform: ruby authors: - Dominic Cleal autorequire: bindir: bin cert_chain: [] date: 2014-08-20 00:00:00.000000000 Z dependencies: [] description: Plugin for Foreman that creates iPXE-based boot disks to provision hosts without the need for PXE infrastructure. email: dcleal@redhat.com executables: [] extensions: [] extra_rdoc_files: - CHANGES.md - LICENSE - README.md files: - .tx/config - CHANGES.md - LICENSE - README.md - Rakefile - app/controllers/concerns/foreman_bootdisk/unattended_controller_ext.rb - app/controllers/foreman_bootdisk/api/v2/disks_controller.rb - app/controllers/foreman_bootdisk/disks_controller.rb - app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb - app/models/concerns/foreman_bootdisk/host_ext.rb - app/models/setting/bootdisk.rb - app/services/foreman_bootdisk/iso_generator.rb - app/services/foreman_bootdisk/renderer.rb - app/views/foreman_bootdisk/generic_host.erb - app/views/foreman_bootdisk/host.erb - config/routes.rb - config/routes/mount_engine.rb - db/migrate/20130914211030_create_host_bootdisk_template.rb - db/migrate/20130915104500_edit_host_bootdisk_template_multinic.rb - db/migrate/20130915133321_create_kickstart_bootdisk_template.rb - db/migrate/20130915201457_create_generic_host_bootdisk_template.rb - db/migrate/20131021095100_edit_host_bootdisk_template_dns_secondary.rb - db/migrate/20140522185700_change_templatekind_to_bootdisk.rb - db/seeds.d/50-bootdisk_templates.rb - lib/foreman_bootdisk.rb - lib/foreman_bootdisk/engine.rb - lib/foreman_bootdisk/version.rb - lib/tasks/bootdisk.rake - locale/Makefile - locale/de/LC_MESSAGES/foreman_bootdisk.mo - locale/de/foreman_bootdisk.po - locale/en/LC_MESSAGES/foreman_bootdisk.mo - locale/en/foreman_bootdisk.po - locale/en_GB/LC_MESSAGES/foreman_bootdisk.mo - locale/en_GB/foreman_bootdisk.po - locale/es/LC_MESSAGES/foreman_bootdisk.mo - locale/es/foreman_bootdisk.po - locale/foreman_bootdisk.pot - locale/fr/LC_MESSAGES/foreman_bootdisk.mo - locale/fr/foreman_bootdisk.po - locale/gemspec.rb - locale/pt_BR/LC_MESSAGES/foreman_bootdisk.mo - locale/pt_BR/foreman_bootdisk.po - locale/sv_SE/LC_MESSAGES/foreman_bootdisk.mo - locale/sv_SE/foreman_bootdisk.po - locale/zanata.xml homepage: http://github.com/theforeman/foreman_bootdisk licenses: - GPL-3 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.0.6 signing_key: specification_version: 4 summary: Create boot disks to provision hosts with Foreman test_files: []