Skip to content
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

Add cloud-init metadata option #161

Open
rolffujino opened this issue Sep 12, 2023 · 1 comment
Open

Add cloud-init metadata option #161

rolffujino opened this issue Sep 12, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@rolffujino
Copy link

rolffujino commented Sep 12, 2023

/kind feature

Describe the solution you'd like
Please add an option to inject cloud-init metadata, similar to that of user_data option:
image

Anything else you would like to add:
It is already available in the API v3 from Nutanix, so should be available here as well.

Environment:

  • packer-plugin-nutanix version (use packer plugins installed): packer-plugin-nutanix_v0.8.1_x5.0_linux_amd64
  • Packer version (use packer version): Packer v1.9.4
  • OS (e.g. from /etc/os-release): 22.04.2 LTS (Jammy Jellyfish)
@tuxtof
Copy link
Contributor

tuxtof commented Oct 5, 2023

hello @rolffujino , in this case if you want to provide both metadata and user-data by yourself
why don't you take the approach to generate the cloud-init cd on the fly with packer ?

you can use the cd_files and cd_label option to do that

longterm we can think to add a such feature , just need to take care about the metadata uuid

@tuxtof tuxtof added enhancement New feature or request good first issue Good for newcomers labels Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants