Re: [jclouds/jclouds-labs] Pb compute api (#292)

2016-09-29 Thread Matt Baldwin
@devcsrj *nudge* ;) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/292#issuecomment-250526210

Re: [jclouds/jclouds-labs] Profitbricks REST - Firewall API (#255)

2016-04-11 Thread Matt Baldwin
hey @nacx let me know if you need anything from our end to merge these PRs on into the project. We'd like to wrap them up soon :) --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull

Re: [jclouds-labs] JCLOUDS-702: JClouds ProfitBricks provider - ComputeServiceAdapter (#145)

2015-05-13 Thread Matt Baldwin
@nacx is this a PR that can be merged yet? @devcsrj would you like me or @jasminSPC to do anything on this to close it out? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/145#issuecomment-101770282

Re: [jclouds-labs] JCLOUDS-702: JClouds ProfitBricks provider - ComputeServiceAdapter (#145)

2015-04-14 Thread Matt Baldwin
@devcsrj Just checking in on the live testing. How's it going? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/145#issuecomment-92873560

Re: [jclouds-labs] JCLOUDS-702: JClouds ProfitBricks provider - ComputeServiceAdapter (#145)

2015-04-01 Thread Matt Baldwin
Correct, if you wish to automate against PB you would need to leverage a custom image that precludes the password change requirement; however, I believe they are moving towards supporting things such as SSH keys, user-data via cloud-init, and other things that would alleviate this long term. It cer

Re: [jclouds-labs] JCLOUDS-702: JClouds ProfitBricks provider - ComputeServiceAdapter (#145)

2015-03-26 Thread Matt Baldwin
@devcsrj I should also ask how you'd like us to convey the creds to you for testing. :) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/145#issuecomment-86696734

Re: [jclouds-labs] JCLOUDS-702: JClouds ProfitBricks provider - ComputeServiceAdapter (#145)

2015-03-26 Thread Matt Baldwin
@devcsrj We've been able to score a test account for jclouds at ProfitBricks. We're waiting on the confirmation so we can log in. If we can go the snapshots route then we'll build a server and snapshot it. If not, then we'll take a different approach. --- Reply to this email directly or view i

Re: [jclouds-labs] JClouds Profitbricks provider - LoadBalancer API (#143)

2015-03-24 Thread Matt Baldwin
@nacx No worries. Thanks. Good luck with the 1.9.0 release! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/143#issuecomment-85589488

Re: [jclouds-labs] JClouds Profitbricks provider - LoadBalancer API (#143)

2015-03-23 Thread Matt Baldwin
@nacx Just following up on this PR. Is there any outstanding work on our end we should do? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/143#issuecomment-85134772

Re: [jclouds-labs] JCLOUDS-702: JClouds ProfitBricks provider - ComputeServiceAdapter (#145)

2015-03-23 Thread Matt Baldwin
Hey @devcsrj So, a couple ways we could handle this: 1. We could do the image and push it to our Virtual Data Center, then we perform the live tests against our account. 2. We could setup a dedicated jclouds account using the new Developer Program at PB. 3. You could spin up a VM using their

Re: [jclouds-labs] JCLOUDS-702: JClouds ProfitBricks provider - ComputeServiceAdapter (#145)

2015-03-11 Thread Matt Baldwin
@devcsrj @nacx Hey guys, is there any assistance we can provide on this PR or is it ready to go? Thanks. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/145#issuecomment-78288352

Re: [jclouds-labs] Profitbricks IpBlock API (#141)

2015-03-02 Thread Matt Baldwin
> +import org.testng.annotations.Test; > + > +@Test(groups = "live", testName = "IpBlockApiLiveTest", singleThreaded = > true) > +public class IpBlockApiLiveTest extends BaseProfitBricksLiveTest { > + > + String nicid; > + IpBlock newIpBlock; > + String ip; > + > + @Override > + public v

Re: [jclouds-labs] JCLOUDS-702: JClouds ProfitBricks provider - Snapshots API (#136)

2015-02-24 Thread Matt Baldwin
Closed #136. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/136#event-241452938

[jclouds-labs] JCLOUDS-702: JClouds ProfitBricks provider - Snapshots API (#136)

2015-02-18 Thread Matt Baldwin
@nacx Here's the newest PR. We'll see if it passes build once submitted. This cleans it up so there are only 25 files. Let us know if there are any issues or changes you'd like made. Sorry about that last PR. Thanks. @baldwinSPC & @jasminSPC You can view, comment on, or merge this pull reques

Re: [jclouds-labs] JCLOUDS-702: JClouds ProfitBricks provider - Snapshots API (#134)

2015-02-18 Thread Matt Baldwin
@nacx We're forked from a fork. We're going to re-do our repo, the branch, and then re-send a new PR with meeting hopefully your requirements. We're not sure how to clean it up otherwise. This is work we're doing in tandem with another user. --- Reply to this email directly or view it on GitHu

Re: [jclouds-labs] JCLOUDS-702: JClouds ProfitBricks provider - Snapshots API (#134)

2015-02-18 Thread Matt Baldwin
Closed #134. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/134#event-237827778

Re: [jclouds-labs] JCLOUDS-702: JClouds ProfitBricks provider - Snapshots API (#134)

2015-02-16 Thread Matt Baldwin
@nacx Hi, we've been working on this with RJ. We have the PR passing tests so we're just waiting on a review to merge. Let me know if there are any issues or changes that need to happen. Thanks. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/

[jclouds-labs] JCLOUDS-702: JClouds ProfitBricks provider - Snapshots API (#134)

2015-02-10 Thread Matt Baldwin
Hi All: Here's a pull request to surface the snapshot capabilities within jClouds Labs for the ProfitBricks provider. We are working in conjunction with @devcsrj . Please let us know if there are any questions or issues. Thanks. -matt You can view, comment on, or merge this pull request onl