I've just filed the JIRA ticker [1]. Continuing with the extensions thing, I've also seen that ProfitBricks allows to configure firewalls (security groups style ones) in the servers. Could you also check if the operations defined in the SecurityGroupExtension [1] are supported by ProfitBricks and open an appropriate JIRA if it should be implemented?
I. [1] https://issues.apache.org/jira/browse/JCLOUDS-1078 [2] https://github.com/jclouds/jclouds/blob/master/compute/src/main/java/org/jclouds/compute/extensions/SecurityGroupExtension.java On 17 February 2016 at 08:07, Ignasi Barrera <n...@apache.org> wrote: > The compute service hss a getter for the extension. You just have to > implement and bind it to the Guice context. > > El 17/2/2016 1:09 a. m., "Reijhanniel Jearl Campos" <devc...@gmail.com> > escribió: >> >> Hello! >> >> Had taken a look at ImageExtension impl of DigitalOcean, and yes! This is >> exactly >> how *Snapshots* work in PB. Given a *Server *(node), users can create a >> snapshot >> based from that and use it as an Image for later provisioning requests. >> >> Btw, how does one call the API to execute that image extension? >> >> On Wed, Feb 17, 2016 at 1:56 AM Ignasi Barrera <n...@apache.org> wrote: >> >> > Hi! >> > >> > Not a concern for promotion. Just a quick question. >> > >> > Does the PB api allow to create images from running servers? If so, we >> > should open a JIRA and implement the ImageExtension (have a look at >> > DigitalOcean for an example). >> > >> > This way, apart from being more abstraction-complete, users would be >> > able >> > to: deploy vanilla image with jclouds, manually enable access, convert >> > to >> > image with jclouds. >> > >> > Having a way to generate login friendly images mostly using jclouds >> > itself >> > would be great! >> > >> > I. >> >