Re: [D] How to create customized cloudstack-templates with packer? [cloudstack]

2025-07-02 Thread via GitHub
GitHub user mwaag closed a discussion: How to create customized cloudstack-templates with packer? Hi, thanks to Kiran, there is a cloudstack-integration for packer: https://www.shapeblue.com/automating-infrastructure-with-cloudstack-and-packer/ >From other builders (for example vsphere-iso) i

Re: [D] How to create customized cloudstack-templates with packer? [cloudstack]

2025-06-06 Thread via GitHub
GitHub user kiranchavala added a comment to the discussion: How to create customized cloudstack-templates with packer? Also i created some custom packer templates for cloudstack https://github.com/kiranchavala/cloudstack-marketplace-templates GitHub link: https://github.com/apache/cloudstack

Re: [D] How to create customized cloudstack-templates with packer? [cloudstack]

2025-06-05 Thread via GitHub
GitHub user sekychan11 added a comment to the discussion: How to create customized cloudstack-templates with packer? I used this as a starting point for our template deployments: https://github.com/CLDIN/packer-templates GitHub link: https://github.com/apache/cloudstack/discussions/10965#dis

AW: packer cloudstack

2024-08-09 Thread me
: Freitag, 9. August 2024 09:06 An: [email protected] Betreff: Re: packer cloudstack Good morning team, I have seen that this was merged https://github.com/apache/cloudstack-go/ pull/78 Is it possible now to send keyboard commands to an instance with packer? Kind regards On Thu, Mar 7

Re: packer cloudstack

2024-08-09 Thread Francisco Arencibia Quesada
o use this to send keyboard commands to the > instance. > > Regards, > Swen > > -Ursprüngliche Nachricht- > Von: Kiran Chavala > Gesendet: Donnerstag, 7. März 2024 11:42 > An: [email protected] > Betreff: Re: packer cloudstack > > Hi

AW: packer cloudstack

2024-03-18 Thread me
No, this was only the first step to this goal. Regards, Swen -Ursprüngliche Nachricht- Von: Francisco Arencibia Quesada Gesendet: Freitag, 15. März 2024 09:42 An: [email protected] Betreff: Re: packer cloudstack Good morning guys, I have seen that this feature was merged

Re: packer cloudstack

2024-03-15 Thread Francisco Arencibia Quesada
to the > instance. > > Regards, > Swen > > -Ursprüngliche Nachricht- > Von: Kiran Chavala > Gesendet: Donnerstag, 7. März 2024 11:42 > An: [email protected] > Betreff: Re: packer cloudstack > > Hi Francisco > > Please find the sample template I had c

AW: packer cloudstack

2024-03-07 Thread me
should be able to use this to send keyboard commands to the instance. Regards, Swen -Ursprüngliche Nachricht- Von: Kiran Chavala Gesendet: Donnerstag, 7. März 2024 11:42 An: [email protected] Betreff: Re: packer cloudstack Hi Francisco Please find the sample template I had

Re: packer cloudstack

2024-03-07 Thread Kiran Chavala
@cloudstack.apache.org Subject: packer cloudstack Good morning guys, I'm using packer, and I'm having some issues, I can't find many examples online, at least for cloudstack. Do you guys have any template working to point me in the right direction? My file complains about the boot

packer cloudstack

2024-03-07 Thread Francisco Arencibia Quesada
Good morning guys, I'm using packer, and I'm having some issues, I can't find many examples online, at least for cloudstack. Do you guys have any template working to point me in the right direction? My file complains about the boot_command option: source "cloudstack" "example" { api_url = "http:

looking for a go developer for packer cloudstack plugin

2023-10-19 Thread me
Hey all, I am looking for a go developer to add a new feature to packer's cloudstack plugin. My goal is to add bott_commands variable to it which will use the new api call createConsoleEndpoint to send keyboard commands to VNC console during termplate creation. Sadly I do not know go language.