Re: diskURIToImage.getUnchecked() fails on instance created from snapshot (GCE)

2017-03-09 Thread Fritz Elfert
Hi, I'm the maintainer of the jenkins jclouds-plugin and just wanted to chime in here... I'd suggest designing that little test program as a LiveTest (fetching account-specifics and credentials from a local maven settings.xml). If you like, I can help with that but not before the end of next

Re: diskURIToImage.getUnchecked() fails on instance created from snapshot (GCE)

2017-03-14 Thread Fritz Elfert
apshot (GCE) >> >> >> >> Absolutely. A live test would be perfect. >> >> >> >> I'd add a test method to the compute service adapter live test that takes an >> snapshot of one of the created test nodes and then calls getNode. >> >> >> >

Re: Problem spinning up instances on GCE with custom subnets

2017-05-24 Thread Fritz Elfert
FYI: In the meantime, Ignasi mentioned to me: There is already https://issues.apache.org/jira/browse/JCLOUDS-1300 which also covers the same problem. -Fritz On 24.05.2017 00:19, Joshua Forest wrote: > I need to be able to specify the subnetwork, is this possible in > jclouds? I am using the

Re: Upgrading an application to jclouds 2.1.0

2018-03-01 Thread Fritz Elfert
vaComputeServiceContextModule.java#L197-L204 > [2]: > https://github.com/jclouds/jclouds/blob/master/apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/compute/NovaComputeServiceAdapter.java#L138 > > On Thu, Mar 1, 2018 at 6:58 PM, Fritz Elfert <fr...@fritz-el

Upgrading an application to jclouds 2.1.0

2018-03-01 Thread Fritz Elfert
Hi, I want to upgrade a small administrative application for an internal OpenStack environment to jclouds-2.1.0, however I'm stuck due to missing ServerPredicates. In the commit message of aa11765bee8e5e7f2d062ba8123c0dced822f071, Andrea Turli states: "- remove ServerPredicates as it is now

Serious problem with OpenStack rocky and jclouds GlanceApi

2018-12-06 Thread Fritz Elfert
Hi guys, I just tried using GlanceApi from jclouds 2.1.x against OpenStack Rocky and it fails hopelessly because OpenStack Rocky does not support glance API 1.0 anymore :-( Quote from the release notes at https://docs.openstack.org/releasenotes/glance/rocky.html: "This release of OpenStack

Re: enable dependabot on jclouds github repo(s)?

2021-03-18 Thread Fritz Elfert
On 18.03.21 15:38, Andrew Gaul wrote: On Thu, Mar 18, 2021 at 02:21:57PM +0100, Fritz Elfert wrote: On 18.03.21 12:14, Andrew Gaul wrote: This is something we could experiment with although there are more considerations for upgrading dependencies than simply getting the latest version

enable dependabot on jclouds github repo(s)?

2021-03-18 Thread Fritz Elfert
Jean-Noël mentioning security scanners in our recent discussion make me think: It would be nice to have depedabot enabled in the github repo settings (Security & analysis). If both alerts and security updates are enabled, it automatically creates pull requests for the relevant changes. Cheers

Re: [ANNOUNCE] Apache jclouds 2.3.0 released

2021-03-18 Thread Fritz Elfert
On 18.03.21 09:16, Jean-Noël Rouvignac (ForgeRock) wrote: The experience with shading in my company is mixed at best. Yes you go past the classpath issue, but then it becomes a maintenance nightmare if any vulnerability is detected on the shaded version (true story). Another problem may be

Re: [ANNOUNCE] Apache jclouds 2.3.0 released

2021-03-19 Thread Fritz Elfert
On 18.03.21 21:01, Ignasi Barrera wrote: Glad to see it still works! :)  Mind sharing in the jclouds user list as well, to close the discussion? (You replied just to me, probably by mistake :D) On Thu, Mar 18, 2021, 20:54 Fritz Elfert mailto:fr...@fritz-elfert.de>> wrote: On 18.03

Re: [ANNOUNCE] Apache jclouds 2.3.0 released

2021-03-17 Thread Fritz Elfert
Nice to see some progress. BUT: As the maintainer of the jclouds jenkins-plugin, unfortunately I'm now facing a problem which I can't solve by myself: The move to newer guice/guava breaks compatibility with jenkins (which uses guice-4.0/guava-11.0.1). I tried shading guice and guava in the

Re: [ANNOUNCE] Apache jclouds 2.3.0 released

2021-03-18 Thread Fritz Elfert
On 18.03.21 01:21, Andrew Gaul wrote [...]> Guava versioning is a perennial source of frustration to users and maintainers. Unfortunately jclouds (and specifically me) made poor choices by using Guava types in public interfaces. I created some tooling to address this but did not make much