-
Notifications
You must be signed in to change notification settings - Fork 1.1k
add utm provider #1605
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
base: main
Are you sure you want to change the base?
add utm provider #1605
Conversation
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
|
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
|
|
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
…in permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…in permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
Signed-off-by: Stromweld <hemminger@hotmail.com>
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
… add-utm-provider
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
…bles, arm gha runners, fix multinetwork card configs for qemu and utm, added utm vagrant file templates Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
Signed-off-by: Stromweld <hemminger@hotmail.com>
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
… add-utm-provider
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
Signed-off-by: Stromweld <hemminger@hotmail.com>
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
|
Is this going to get merge? Would be nice!! |
I'm currently on vacation this week. But next week I'll finish up testing and merge this PR. Bento boxes have already been built and uploaded to hcp vagrant registry. |
|
||
env: | ||
PACKER_GITHUB_API_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
# PACKER_LOG: "1" |
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.
Think that PAKER_LOG need to be cleaned up
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 leave that there for when I need to enable it for troubleshooting. Could add an inline comment stating that.
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.
PACKER_LOG=1 packer build -only=utm-iso.vm -var-file=os_pkrvars/rockylinux/rockylinux-9-aarch64.pkrvars.hcl ./packer_templates like that
Hi @Stromweld, I try UTM build with the following build command : packer build -only=utm-iso.vm -var-file=os_pkrvars/rockylinux/rockylinux-9-aarch64.pkrvars.hcl ./packer_templates But it fails : ==> Builds finished but no artifacts were created. ==> Wait completed after 12 minutes 6 seconds ==> Some builds didn't complete successfully and had errors: |
Description
Add UTM provider to packer templates and Bento project.
Types of changes
Checklist:
Gemfile.lock
has changed, I have used--conservative
to do it and included the full output in the Description above.