-
Notifications
You must be signed in to change notification settings - Fork 106
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
blueprint: add cacert customization #4487
base: main
Are you sure you want to change the base?
Conversation
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.
Few nitpicks I noticed.
vendor/github.com/osbuild/images/pkg/blueprint/customizations.go
Outdated
Show resolved
Hide resolved
vendor/github.com/osbuild/images/pkg/blueprint/customizations.go
Outdated
Show resolved
Hide resolved
vendor/github.com/osbuild/images/pkg/blueprint/filesystem_customizations.go
Outdated
Show resolved
Hide resolved
82a0998
to
e307d8d
Compare
Rebased, how about this? Anything else that needs to be done? |
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.
LGTM.
Could you please extend the Cloud API api.sh
test case and at least one Weldr API test case (e.g. aws.sh
) to use this customization? You can take a look at the following commit as an inspiration 768537d#diff-8c9fc1f11806f990402d945e7a6a3bdcf8be429120a4b8c2ec18e9ff5251f02f , but also extend the _instanceCheck()
in https://github.com/osbuild/osbuild-composer/blob/main/test/cases/api/common/common.sh#L18
Thanks for the other PR, I am good here. |
I see four people commenting, no formal review tho. Please give me the green light, enabled auto merge, thanks. |
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.
I see four people commenting, no formal review tho. Please give me the green light, enabled auto merge, thanks.
Consider my comment to be a formal review. I usually do not explicitly request changes, because it feels a bit rough, compared to just making a comment.
Rebased, how about this. |
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.
I am good here, but let's wait for others to approve too. :)
I changed the test case to |
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.
LGTM.
Thank you!
@lzap you need to append |
RIght, added, rebased, no changes. Thanks for help with both! :-D |
This is a follow-up to
https://github.com/osbuild/images/pull/907/files
I am shooting in the dark, not sure how can I test this locally. Let me know how can I test this.