d6404d2f99
As agreed on the summit I'm renaming the python modules and doing some adjustments: * This is a breaking change, so version is bumped to 2.0.0 * Used this chance to split conf options over proper sections * RELEASES.rst is gone; it's too hard to keep it up-to-date; anyway git does better job at doing history * Dropped deprecated option ports_for_inactive_interfaces * Dropped old /v1/discover endpoint and associated client call * No longer set on_discovery and newly_discovered in Node.extra (deprecated since 1.0.0, superseded by the get status API) * Default firewall chain name is "ironic-inspector" and is configurable Notes: * Some links will be updated after real move. * Stable branches will probably use the old name. * Some usage of discovery word is left in context of "discovered data" * DIB element will probably be deprecated, so leaving it alone for now. * Some usages of word "discovery" in the README will be updated later to make this patch a bit smaller * Ramdisk code will be moved to IPA, so not touching it too much Change-Id: I59f1f5bfb1248ab69973dab845aa028df493054e
21 lines
751 B
Groff
21 lines
751 B
Groff
.\" Manpage for ironic-inspector.
|
|
.TH man 8 "08 Oct 2014" "1.0" "ironic-inspector man page"
|
|
.SH NAME
|
|
ironic-inspector \- hardware introspection daemon for OpenStack Ironic.
|
|
.SH SYNOPSIS
|
|
ironic-inspector CONFFILE
|
|
.SH DESCRIPTION
|
|
This command starts ironic-inspector service, which starts and finishes
|
|
hardware discovery and maintains firewall rules for nodes accessing PXE
|
|
boot service (usually dnsmasq).
|
|
.SH OPTIONS
|
|
The ironic-inspector does not take any options. However, you should supply
|
|
path to the configuration file.
|
|
.SH SEE ALSO
|
|
README page located at https://pypi.python.org/pypi/ironic-discoverd
|
|
provides some information about how to configure and use the service.
|
|
.SH BUGS
|
|
No known bugs.
|
|
.SH AUTHOR
|
|
Dmitry Tantsur (divius.inside@gmail.com)
|