Actions
Feature #23768
closedFact parser flag keep_subnet to prevent subnet override during fact upload
Description
Setting "Update subnets from facts" makes discovery impossible if taxonomy does not match the host leading to "Subnet is not defined for host's organization". Discovery uses standard core Puppet parser to recognize all interfaces, therefore discovery users must have all subnet taxonomy aligned with discovered host taxonomy, even if they don't plan to use all interfaces.
This patch adds flag keep_subnet which is added by discovery, when present subnet is never updated. This prevents the misbehavior when the flag is set.
Updated by Lukas Zapletal over 6 years ago
- Subject changed from Fact parser flag keep_subnet to prevend subnet override during fact upload to Fact parser flag keep_subnet to prevent subnet override during fact upload
Updated by Lukas Zapletal over 6 years ago
- Related to Bug #23224: Update subnets from facts breaks discovery added
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5635 added
Updated by Marek Hulán over 6 years ago
- Translation missing: en.field_release set to 353
Updated by Lukas Zapletal over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset fcc2b55d07cbb3708f2fab212bf57a3366561d06.
Actions