-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CFE-4442: Clarified need to specify namespace when defining custom policy update bundle #2948
Conversation
@craigcomstock could you take this for a spin? Also, the Warning message that I added, it's currently classed to |
cfe_internal/update/update_policy.cf
Outdated
"User specified update bundle: $(def.mpf_update_policy_bundle)" | ||
if => "have_user_specified_update_bundle"; | ||
|
||
"WARNING User specified update bundle '$(def.mpf_update_policy_bundle)' does not specify a namespace. Please specify a namespace, e.g. 'default:$(def.mpf_update_policy_bundle)'." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I think this should be moved outside of the current guards and made to report at any running log level, e.g. any::
9038593
to
9a2fc63
Compare
…olicy update bundle Ticket: CFE-4442 Changelog: None
9a2fc63
to
07fac61
Compare
Yes, this should be picked to 3.24.x and 3.21.x. I have yet to do it. |
backported. |
This change clarifies the need to specify the namespace when defining a custom policy update bundle both in documentation in reports emitted by policy.
If namespace is not specified the bundle will not be found and will be unable to run.