-
Notifications
You must be signed in to change notification settings - Fork 395
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
use "github.com/hashicorp/azure" version "<2.0.0" #1253
use "github.com/hashicorp/azure" version "<2.0.0" #1253
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.
Thanks @nawazkh, this looks good. Could you squash the commits?
21641b3
to
dc9c5a2
Compare
Is this a flake?
|
Or somehow a bug crept into % ./images/capi/scripts/ci-packer-validate.sh
<passed>
% make -C images/capi validate-nutanix-all
<passed> 🤷🏻 /retest |
I can reproduce this on Linux, on my Mariner box as well as in the image-builder Docker container: % docker run registry.k8s.io/scl-image-builder/cluster-node-image-builder-amd64:v0.1.18 validate-nutanix-all
Starting galaxy collection install process
Nothing to do. All requested collections are already installed. If you want to reinstall them, consider using `--force`.
hack/ensure-packer.sh
packer_1.9.2_linux_amd64.zip: OK
...
file="/home/imagebuilder/packer/nutanix/ubuntu-2004.json" packer/nutanix/packer.json
Error: Failed to prepare build: "nutanix"
4 error(s) occurred:
* missing nutanix_endpoint
* missing cluster_name
* missing subnet in vm_nics 1
* missing nutanix_password
make: *** [Makefile:585: validate-nutanix-ubuntu-2004] Error 1 I wonder if the nutanix plugin also got updated in some way that breaks things? |
This was the PR which added nutanix image builder steps #982 |
|
/test pull-packer-validate |
/retest |
/retest Grrr GitHub rate limiting. Edit: see #1258. |
/retest 🤞🏻 |
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mboersma The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
See #1259 |
Thank you for creating a follow up issue @mboersma ! |
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in fixes #(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
github.com/hashicorp/azure
version>=2.0.0
.**/Images/cluster-api-vhds/capi-xyz-osDisk.**
**/Images/images/packer-osDisk.xyz.vhd
github.com/hashicorp/azure
version>=2.0.0
, we do not seeTemplateUriReadOnlySas
in the output ofBuilding VHD
stage ofbuild_vhd
of creating reference images for CAPZ.Additional context
Add any other context for the reviewers