At least people have asked me privately if these can be used in production, so I'll answer here - yes, while extensions are limited in functionality and supported lifecycles they can be used in production.
The in-built ones are meant to be supported across releases, and are not merely for demonstration purposes, and can be used as reference examples. We hope the extensions framework will allow more users to write their own custom extensions and solve their problems (in any language of choice). For example, bringing their brownfield deployments to CloudStack, adding support for bare metal and other hypervisors, Nutanix, OpenStack, public cloud (aws, gcp, azure etc), integrations (dbaas, marketplace, xaas...) and automation (storage, network switches etc). Future plans for the framework can include having support for console for supported protocols like vnc, new types of extensions and at some point, if the feature takes off, even a mechanism to have an extensions store that could allow users to publish their own or discover and use extensions created by others. Hope this helps. Regards. Regards. ________________________________ From: Rohit Yadav <rohit.ya...@shapeblue.com> Sent: Friday, August 29, 2025 9:41:16 PM To: users@cloudstack.apache.org <users@cloudstack.apache.org> Subject: Re: Proxmox Usage Extensions are not same as native CloudStack hypervisor/storage plugins, the scope and limitations are mentioned here - https://docs.cloudstack.apache.org/en/latest/adminguide/extensions.html#extensions https://docs.cloudstack.apache.org/en/latest/adminguide/extensions.html#limitations Regards. ________________________________ From: Daniel Augusto Veronezi Salvador <gutoveron...@apache.org> Sent: Friday, August 29, 2025 02:26 To: users@cloudstack.apache.org <users@cloudstack.apache.org> Subject: Re: Proxmox Usage Marty, > Is a full integration planned for a future release? I am not part of the contributors who developed this feature; thus, I do not know if they plan to do that. Perhaps some of the developers of this feature can chime in. > I am currently using XCP but would love to move to Proxmox since it natively > supports CEPH with RDB. The CloudStack integration with KVM also supports Ceph; you can introduce both "replicated" and "erasure code" pools to be consumed with RBD in ACS+KVM. Furthermore, you could also work with CephFS on ACS; you could mount the filesystem in a common directory in all the hosts and introduce it as a "SharedMountPoint" primary storage. There are plans to introduce CephFS as a protocol for primary storage in the future, similarly to NFS. However, the Ceph cluster is not managed by ACS, you must manage it (create the cluster, create the pools, configure the CRUSH rules, create the credentials, and so on) outside of ACS. Best regards, Daniel Salvador (gutoveronezi) On 2025-08-28 17:38, Marty Godsey wrote: > Thank you, Daniel. > > I am currently using XCP but would love to move to Proxmox since it natively > supports CEPH with RDB. > > Is a full integration planned for a future release? > > From: Daniel Augusto Veronezi Salvador<gutoveron...@apache.org> > Date: Thursday, August 28, 2025 at 4:28 PM > To:users@cloudstack.apache.org <users@cloudstack.apache.org> > Subject: Re: Proxmox Usage > > WARNING: This email originated from outside of the organization. Do not click > links or open attachments unless you recognize the sender and know the > content is safe. > > > Hello Marty, > > In addition to what Wei mentioned, the in-built extensions are intended > for demonstration and testing purposes, addressing only a few features. > Using Proxmox/HyperV (external providers) on CloudStack is not the same > as using VMware/KVM/Xen (long-time integrations); therefore, not all > workflows are addressed for Proxmox/HyperV. > > BTW, it could be more clear and detailed in our doc... > > Best regards, > Daniel Salvador (gutoveronezi) > > On 2025-08-28 16:01, Wei ZHOU wrote: >> Hi Marty, >> >> Proxmox is supported as an extension provider, you can refer to >> https://docs.cloudstack.apache.org/en/latest/adminguide/extensions/inbuilt_extensions.html#proxmox >> >> -Wei >> >> On Thu, Aug 28, 2025 at 8:53 PM Marty Godsey<mar...@rudio.net.invalid> >> wrote: >> >>> Hello, >>> >>> I see that 4.21 has been released. I looked at the documentation, but I do >>> not see a setup guide for Proxmox like I do for the other hypervisors. When >>> setting up Proxmox, do you treat it like KVM? >>> >>> Thank you for the help. >>>