0358830fa7
Add the ability to configure the ironic-inspector service for doing introspection of bare metal nodes. Closes-Bug: 1486197 Change-Id: I9b2917a2c3f6afe75dc295c81d09f7a12856007f
11 lines
223 B
Ruby
11 lines
223 B
Ruby
Puppet::Type.type(:ironic_inspector_config).provide(
|
|
:ini_setting,
|
|
:parent => Puppet::Type.type(:openstack_config).provider(:ini_setting)
|
|
) do
|
|
|
|
def self.file_path
|
|
'/etc/ironic-inspector/inspector.conf'
|
|
end
|
|
|
|
end
|