Feature #32919
Enable Salt Autosign via Grains for Provisioning Template
Pull request:
Found in Releases:
Description
A new Salt Autosign via Grains procedure has been implemented and was already merged for Foreman Salt (https://github.com/theforeman/foreman_salt/pull/136) and Smart Proxy Salt (https://github.com/theforeman/foreman_salt/pull/136).
To enable the new procedure, changes to the Provisioning Template Snippet are necessary which includes calling the
@host.derive_salt_grains()
method to get the grains which shall be added to the minion configuration.
Associated revisions
History
#1
Updated by The Foreman Bot 11 months ago
- Status changed from New to Ready For Testing
#2
Updated by The Foreman Bot 5 months ago
- Fixed in Releases 3.2.0 added
#3
Updated by Bastian Schmidt 5 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|ce2190057571ad3d9c3db3f6a80b9dcf52448426.
#4
Updated by Ewoud Kohl van Wijngaarden 4 months ago
- Target version set to 3.0.2
#5
Updated by The Foreman Bot 4 months ago
- Pull request https://github.com/theforeman/foreman/pull/9048 added
#6
Updated by The Foreman Bot 4 months ago
- Fixed in Releases 3.0.2 added
Fixes #32919 - Add Salt Autosign grain to minion configuration
Co-authored-by: Evgeni Golov <evgeni@golov.de>