
In this commit, we add the puppet module for a new nova metadata micro-service (novajoin) that allows nova instances to be registered to a FreeIPA server as IPA clients. Implements: blueprint novajoin Change-Id: I5ffa45bdc400e123079c79e15776ebacdcb24de9
11 lines
198 B
Ruby
11 lines
198 B
Ruby
Puppet::Type.type(:novajoin_config).provide(
|
|
:ini_setting,
|
|
:parent => Puppet::Type.type(:openstack_config).provider(:ini_setting)
|
|
) do
|
|
|
|
def self.file_path
|
|
'/etc/nova/join.conf'
|
|
end
|
|
|
|
end
|