--- !ruby/object:Gem::Specification name: foreman_discovery version: !ruby/object:Gem::Version version: 18.0.3 platform: ruby authors: - Aditi Puntambekar - alongoldboim - Alon Goldboim - amirfefer - Amit Karsale - Amit Upadhye - Amos Benari - Avi Sharvit - Bryan Kearney - bshuster - Daniel Lobato - Daniel Lobato Garcia - Daniel Lobato García - Danny Smit - David Davis - Djebran Lezzoum - Dominic Cleal - Dominik Matoulek - Eric D. Helms - Ewoud Kohl van Wijngaarden - Frank Wall - Greg Sutcliffe - ChairmanTubeAmp - Ido Kanner - imriz - Imri Zvik - Ivan Nečas - Joseph Mitchell Magen - June Zhang - kgaikwad - Lars Berntzon - ldjebran - Leos Stejskal - Lukas Zapletal - Lukáš Zapletal - Marek Hulan - Marek Hulán - MariaAga - Martin Bačovský - Matt Jarvis - Michael Moll - Nick - odovzhenko - Ohad Levy - Ondrej Prazak - Ondřej Ezr - Ori Rabin - orrabin - Partha Aji - Petr Chalupa - Phirince Philip - Rahul Bajaj - Robert Antoni Buj Gelonch - Ron Lavi - Scubafloyd - Sean O\'Keeffe - Sebastian Gräßl - Shimon Shtein - Shlomi Zadok - Stephen Benjamin - Swapnil Abnave - Thomas Gelf - Timo Goebel - Tomas Strych - Tom Caspy - Tomer Brisker - Yann Cézard autorequire: bindir: bin cert_chain: [] date: 2021-10-13 00:00:00.000000000 Z dependencies: [] description: MaaS Discovery Plugin engine for Foreman email: gsutclif@redhat.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.md files: - LICENSE - README.md - app/controllers/api/v2/discovered_hosts_controller.rb - app/controllers/api/v2/discovery_rules_controller.rb - app/controllers/api/v2/fact_values_controller_extensions.rb - app/controllers/concerns/foreman/controller/discovered_extensions.rb - app/controllers/concerns/foreman/controller/parameters/discovered_host.rb - app/controllers/concerns/foreman/controller/parameters/discovery_rule.rb - app/controllers/discovered_hosts_controller.rb - app/controllers/discovery_rules_controller.rb - app/controllers/foreman_discovery/concerns/hosts_controller_extensions.rb - app/helpers/discovered_hosts_helper.rb - app/helpers/discovery_rules_helper.rb - app/lib/facter_utils.rb - app/mailers/discovered_mailer.rb - app/models/concerns/discovery_taxonomy_extensions.rb - app/models/discovery_attribute_set.rb - app/models/discovery_fact_name.rb - app/models/discovery_rule.rb - app/models/host/discovered.rb - app/models/host/managed_extensions.rb - app/models/hostgroup_extensions.rb - app/models/nic/managed_extensions.rb - app/models/setting/discovered.rb - app/services/discovery_fact_importer.rb - app/services/foreman_discovery/fact_parser.rb - app/services/foreman_discovery/fact_to_category_resolver.rb - app/services/foreman_discovery/host_converter.rb - app/services/foreman_discovery/host_fact_importer.rb - app/services/foreman_discovery/import_hook.rb - app/services/foreman_discovery/import_hook_service.rb - app/services/foreman_discovery/import_hooks/discovery_attribute.rb - app/services/foreman_discovery/import_hooks/lldp_neighbor.rb - app/services/foreman_discovery/import_hooks/lock_templates.rb - app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb - app/services/foreman_discovery/lldp_neighbors.rb - app/services/foreman_discovery/node_api/inventory.rb - app/services/foreman_discovery/node_api/node_resource.rb - app/services/foreman_discovery/node_api/power.rb - app/services/foreman_discovery/node_api/power_service.rb - app/services/foreman_discovery/subnet_suggestion.rb - app/services/foreman_discovery/ui_notifications/destroy_host.rb - app/services/foreman_discovery/ui_notifications/failed_discovery.rb - app/services/foreman_discovery/ui_notifications/new_host.rb - app/views/api/v2/discovered_hosts/base.json.rabl - app/views/api/v2/discovered_hosts/index.json.rabl - app/views/api/v2/discovered_hosts/main.json.rabl - app/views/api/v2/discovered_hosts/show.json.rabl - app/views/api/v2/discovered_hosts/update.json.rabl - app/views/api/v2/discovery_rules/base.json.rabl - app/views/api/v2/discovery_rules/create.json.rabl - app/views/api/v2/discovery_rules/index.json.rabl - app/views/api/v2/discovery_rules/main.json.rabl - app/views/api/v2/discovery_rules/show.json.rabl - app/views/dashboard/_discovery_widget.html.erb - app/views/dashboard/_discovery_widget_host.html.erb - app/views/dashboard/_discovery_widget_host_list.html.erb - app/views/discovered_hosts/_discovered_host.html.erb - app/views/discovered_hosts/_discovered_host_modal.html.erb - app/views/discovered_hosts/_discovered_hosts_list.html.erb - app/views/discovered_hosts/_selected_hosts.html.erb - app/views/discovered_hosts/edit.html.erb - app/views/discovered_hosts/index.html.erb - app/views/discovered_hosts/multiple_auto_provision.html.erb - app/views/discovered_hosts/multiple_destroy.html.erb - app/views/discovered_hosts/multiple_reboot.html.erb - app/views/discovered_hosts/select_multiple_location.html.erb - app/views/discovered_hosts/select_multiple_organization.html.erb - app/views/discovered_hosts/show.html.erb - app/views/discovered_hosts/welcome.html.erb - app/views/discovered_mailer/_discovered_host.html.erb - app/views/discovered_mailer/discovered_summary.html.erb - app/views/discovered_mailer/discovered_summary.text.erb - app/views/discovery_rules/_form.html.erb - app/views/discovery_rules/_template_inline.erb - app/views/discovery_rules/clone.erb - app/views/discovery_rules/edit.html.erb - app/views/discovery_rules/index.html.erb - app/views/discovery_rules/new.html.erb - app/views/discovery_rules/welcome.html.erb - app/views/foreman_discovery/debian_kexec.erb - app/views/foreman_discovery/redhat_kexec.erb - config/as_deprecation_whitelist.yaml - config/initializers/discovery_setup.rb - config/routes.rb - db/migrate/20141107091416_create_discovery_rules.rb - db/migrate/20141107091417_add_discovery_rule_to_host.rb - db/migrate/20141126165451_add_discovery_id_to_subnet.rb - db/migrate/20141223101707_create_discovery_attribute_sets.rb - db/migrate/20141223142759_fill_discovery_attribute_sets_for_existing_hosts.rb - db/migrate/20150302112545_remove_duplicate_tokens_from_hosts.rb - db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb - db/migrate/20150331132115_remove_old_permissions.rb - db/migrate/20150505111345_remove_leftover_tokens.rb - db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb - db/migrate/20150714144500_review_discovery_permissions.rb - db/migrate/20151023144501_regenerate_red_hat_kexec.rb - db/migrate/20160719124942_add_missing_view_permissions.rb - db/migrate/20160805104605_rename_lock_template_setting.rb - db/migrate/20160818091421_add_permissions_from_default_roles.rb - db/migrate/20160925213030_change_discovery_widget_names.rb - db/migrate/20160927164411_define_explicit_length_for_discovery_rule_attributes.rb - db/migrate/20161006094714_add_constraints_on_subnets_smart_proxies.rb - db/migrate/20171222120314_add_constraints_on_discovery_rules_hostgroups.rb - db/migrate/20180412124505_add_priority_score_to_discovery_rules.rb - db/seeds.d/50_discovery_templates.rb - db/seeds.d/60_discovery_proxy_feature.rb - db/seeds.d/70_discovery_mail_notification.rb - db/seeds.d/80_discovery_ui_notification.rb - db/seeds.d/90_add_permissions_from_default_roles.rb - extra/discover-host - extra/generate-authors-file - lib/discovery.rake - lib/foreman_discovery.rb - lib/foreman_discovery/engine.rb - lib/foreman_discovery/version.rb - locale/ca/LC_MESSAGES/foreman_discovery.mo - locale/ca/foreman_discovery.edit.po - locale/ca/foreman_discovery.po - locale/de/LC_MESSAGES/foreman_discovery.mo - locale/de/foreman_discovery.edit.po - locale/de/foreman_discovery.po - locale/en/LC_MESSAGES/foreman_discovery.mo - locale/en/foreman_discovery.edit.po - locale/en/foreman_discovery.po - locale/en_GB/LC_MESSAGES/foreman_discovery.mo - locale/en_GB/foreman_discovery.edit.po - locale/en_GB/foreman_discovery.po - locale/es/LC_MESSAGES/foreman_discovery.mo - locale/es/foreman_discovery.edit.po - locale/es/foreman_discovery.po - locale/foreman_discovery.pot - locale/fr/LC_MESSAGES/foreman_discovery.mo - locale/fr/foreman_discovery.edit.po - locale/fr/foreman_discovery.po - locale/gl/LC_MESSAGES/foreman_discovery.mo - locale/gl/foreman_discovery.edit.po - locale/gl/foreman_discovery.po - locale/it/LC_MESSAGES/foreman_discovery.mo - locale/it/foreman_discovery.edit.po - locale/it/foreman_discovery.po - locale/ja/LC_MESSAGES/foreman_discovery.mo - locale/ja/foreman_discovery.edit.po - locale/ja/foreman_discovery.po - locale/ko/LC_MESSAGES/foreman_discovery.mo - locale/ko/foreman_discovery.edit.po - locale/ko/foreman_discovery.po - locale/messages.mo - locale/pt_BR/LC_MESSAGES/foreman_discovery.mo - locale/pt_BR/foreman_discovery.edit.po - locale/pt_BR/foreman_discovery.po - locale/ru/LC_MESSAGES/foreman_discovery.mo - locale/ru/foreman_discovery.edit.po - locale/ru/foreman_discovery.po - locale/sv_SE/LC_MESSAGES/foreman_discovery.mo - locale/sv_SE/foreman_discovery.edit.po - locale/sv_SE/foreman_discovery.po - locale/zh_CN/LC_MESSAGES/foreman_discovery.mo - locale/zh_CN/foreman_discovery.edit.po - locale/zh_CN/foreman_discovery.po - locale/zh_TW/LC_MESSAGES/foreman_discovery.mo - locale/zh_TW/foreman_discovery.edit.po - locale/zh_TW/foreman_discovery.po - package.json - test/factories/discovery_host_related.rb - test/factories/discovery_rule_related.rb - test/facts/bond0-eth0-eth1-active-passive.json - test/facts/default.json - test/facts/dell_npars.json - test/facts/dell_vlan.json - test/facts/facts_with_lldp.json - test/facts/facts_with_lldp_bond_candidate.json - test/facts/only-ipv6.json - test/facts/pxeless-vlan.json - test/facts/regular_host.json - test/facts/rhel-dl380-1kdisks.json - test/facts/rhel-r730.json - test/facts/rhel7-vlan.json - test/facts/simple-bond.json - test/facts/skylake-ipv6.json - test/facts/suse-vmware.json - test/facts/vmware_local.json - test/functional/api/v2/discovered_hosts_controller_test.rb - test/functional/api/v2/discovery_rules_controller_test.rb - test/functional/api/v2/fact_value_extensions_test.rb - test/functional/discovered_hosts_controller_test.rb - test/functional/discovery_rules_controller_test.rb - test/functional/foreman_discovery/concerns/hosts_controller_extensions_test.rb - test/integration/discovered_hosts_test.rb - test/test_helper_discovery.rb - test/test_plugin_helper.rb - test/unit/discovered_extensions_test.rb - test/unit/discovered_mailer_test.rb - test/unit/discovery_attribute_set_test.rb - test/unit/discovery_rule_test.rb - test/unit/discovery_taxonomy_extensions_test.rb - test/unit/fact_parser_test.rb - test/unit/fact_to_category_resolver_test.rb - test/unit/host_discovered_test.rb - test/unit/lldp_neighbors_test.rb - test/unit/managed_extensions_test.rb - test/unit/ui_notifications/destroy_host_test.rb - test/unit/ui_notifications/new_host_test.rb - webpack/__mocks__/foremanReact/common/I18n.js - webpack/__mocks__/foremanReact/common/helpers.js - webpack/__mocks__/foremanReact/common/index.js - webpack/__mocks__/foremanReact/components/common/EmptyState/DefaultEmptyState.js - webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js - webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePropTypes.js - webpack/__mocks__/foremanReact/components/common/EmptyState/index.js - webpack/index.js - webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js - webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/__test__/EmptyState.test.js - webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/__test__/__snapshots__/EmptyState.test.js.snap - webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js - webpack/src/ForemanDiscovery/DiscoveredHosts/index.js - webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js - webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/index.js - webpack/src/ForemanDiscovery/DiscoveryRules/Components/__test__/EmptyState.test.js - webpack/src/ForemanDiscovery/DiscoveryRules/Components/__test__/__snapshots__/EmptyState.test.js.snap - webpack/src/ForemanDiscovery/DiscoveryRules/index.js - webpack/src/reducers.js homepage: https://github.com/theforeman/foreman_discovery licenses: - GPL-3.0 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: [] rubygems_version: 3.1.4 signing_key: specification_version: 4 summary: MaaS Discovery Plugin for Foreman test_files: - test/factories/discovery_host_related.rb - test/factories/discovery_rule_related.rb - test/facts/default.json - test/facts/dell_npars.json - test/facts/dell_vlan.json - test/facts/facts_with_lldp.json - test/facts/pxeless-vlan.json - test/facts/regular_host.json - test/facts/rhel-dl380-1kdisks.json - test/facts/rhel-r730.json - test/facts/rhel7-vlan.json - test/facts/simple-bond.json - test/facts/suse-vmware.json - test/facts/vmware_local.json - test/facts/bond0-eth0-eth1-active-passive.json - test/facts/facts_with_lldp_bond_candidate.json - test/facts/only-ipv6.json - test/facts/skylake-ipv6.json - test/functional/api/v2/discovery_rules_controller_test.rb - test/functional/api/v2/discovered_hosts_controller_test.rb - test/functional/api/v2/fact_value_extensions_test.rb - test/functional/foreman_discovery/concerns/hosts_controller_extensions_test.rb - test/functional/discovery_rules_controller_test.rb - test/functional/discovered_hosts_controller_test.rb - test/integration/discovered_hosts_test.rb - test/unit/ui_notifications/destroy_host_test.rb - test/unit/ui_notifications/new_host_test.rb - test/unit/discovered_mailer_test.rb - test/unit/discovery_taxonomy_extensions_test.rb - test/unit/lldp_neighbors_test.rb - test/unit/discovery_rule_test.rb - test/unit/fact_to_category_resolver_test.rb - test/unit/managed_extensions_test.rb - test/unit/host_discovered_test.rb - test/unit/discovered_extensions_test.rb - test/unit/discovery_attribute_set_test.rb - test/unit/fact_parser_test.rb - test/test_helper_discovery.rb - test/test_plugin_helper.rb