Re: [jclouds/jclouds-labs] JCLOUDS-1328 Update ProfitBricks to the latest API version (#408)

2017-09-12 Thread alibazlamit
No, i have just changed the default template to start from Ubuntu 14.04. The only problem i had with logging into servers was if the server was created with a password only. ProfitBricks allows only SSH keys for Linux authentication. -- You are receiving this because you are subscribed to this

Re: [jclouds/jclouds-labs] JCLOUDS-1328 Update ProfitBricks to the latest API version (#408)

2017-09-08 Thread alibazlamit
@nacx nothing other than the credentials, are your credentials working fine? -- 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/408#issuecomment-328097804

Re: [jclouds/jclouds-labs] JCLOUDS-1328 Update ProfitBricks to the latest API version (#408)

2017-09-07 Thread alibazlamit
Done -- 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/408#issuecomment-327881714

Re: [jclouds/jclouds-labs] JCLOUDS-1328 Update ProfitBricks to the latest API version (#408)

2017-09-07 Thread alibazlamit
Thanks @nacx all tests passes now. https://gist.github.com/alibazlamit/28f3b5283b721bcd9a62c8f404622ac0 -- 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/408#issuecomment-327795625

Re: [jclouds/jclouds-labs] JCLOUDS-1328 Update ProfitBricks to the latest API version (#408)

2017-09-07 Thread alibazlamit
@alibazlamit pushed 6 commits. 515f9b5 JCLOUDS-1225: Address Guava 18 Objects changes 3a63007 Cleanup extraneous resources 85eb1fe Make auto service optional b0e5db9 v4 UPdates d16647f Create volumes with SSH public key f8db62f Merge branch 'profitbricks-v4-update' of https://github.com

Re: [jclouds/jclouds-labs] JCLOUDS-1328 Update ProfitBricks to the latest API version (#408)

2017-09-06 Thread alibazlamit
I ran into a problem when compute live test wants to ssh into servers, ProfitBricks changed something in their API, now the public linux images can't use a password to log in anymore. Only SSH keys for remote acess. I assume the solution to this would be creating servers with sshKey instead of

Re: [jclouds/jclouds-labs] JCLOUDS-1328 Update ProfitBricks to the latest API version (#408)

2017-09-04 Thread alibazlamit
Compute live tests now fail even for the upstream version, i think profitbricks stopped supporting Ubuntu 12 version. I get the error below, is there anyway to set a default image template to something higher than ubuntu 12? ```no image matched predicate:

Re: [jclouds/jclouds-labs] JCLOUDS-1328 Update ProfitBricks to the latest API version (#408)

2017-09-04 Thread alibazlamit
These are the two affected live tests results, let me know if you need other test results. Thanks ```-Dtest=org.apache.jclouds.profitbricks.rest.features.LanApiLiveTest --- T E S T S ---

Re: [jclouds/jclouds-labs] JCLOUDS-1328 Update ProfitBricks to the latest API version (#408)

2017-09-04 Thread alibazlamit
What do you think about the User Management AP, is it something that will be handy for the Compute API? -- 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/408#issuecomment-326909810

Re: [jclouds/jclouds-labs] JCLOUDS-1328 Update ProfitBricks to the latest API version (#408)

2017-08-29 Thread alibazlamit
@nacx Friendly reminder -- 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/408#issuecomment-325694437

[jclouds/jclouds-labs] JCLOUDS-1328 Update ProfitBricks to the latest API version (#408)

2017-08-22 Thread alibazlamit
@nacx ProfitBricks is back with a few updates and new features, this PR adds two of the important new features. There is also the [User Management API](https://devops.profitbricks.com/api/cloud/v4/#user-management-via-api) but i wanted to check with you first if that is something we need to

Re: [jclouds/jclouds-labs] Add extra check on SingleServerApplianceToImage function in case the osFamily is null (#395)

2017-05-30 Thread alibazlamit
Squashed . -- 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/395#issuecomment-304898902

Re: [jclouds/jclouds-labs] Add extra check on SingleServerApplianceToImage function in case the osFamily is null (#395)

2017-05-30 Thread alibazlamit
Changes applied. Thanks! -- 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/395#issuecomment-304875938

Re: [jclouds/jclouds-labs] Add extra check on SingleServerApplianceToImage function in case the osFamily is null (#395)

2017-05-30 Thread alibazlamit
@alibazlamit pushed 1 commit. f711b47 Changes applied -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/395/files/f8d10b17ea17f0c1bda559cbd9b21a5391c120fc..f711b471abff8483f8dde9f260c7357ca7954855

[jclouds/jclouds-labs] Add extra check on SingleServerApplianceToImage function in case the osFamily is null (#395)

2017-05-29 Thread alibazlamit
1&1 allows uploading custom images therefor some of the images might have a null value for the osFamily. The necessary check was added, please merge. Thanks! You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs/pull/395 -- Commit Summary --

Re: [jclouds/jclouds-labs] Update endpoint to v3 (#390)

2017-05-22 Thread alibazlamit
@nacx If i may ask about the publishing process to maven, do you do that in iterations or its synced with your github master branch? I am asking this because i am trying to consume the profitbricks-rest in one of my Java apps using the following ``` org.apache.jclouds.labs

Re: [jclouds/jclouds-labs] Update endpoint to v3 (#390)

2017-05-22 Thread alibazlamit
@alibazlamit pushed 1 commit. 9b0d337 Add new location us/ewr -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/390/files/70e5d4958e2f1860dd2ddeeeaf7a4ea34ad21564..9b0d33708232d904d1fd2dc2ad34ebc9479204ae

Re: [jclouds/jclouds-labs] Update endpoint to v3 (#390)

2017-05-22 Thread alibazlamit
@nacx Live tests results [here](https://gist.github.com/alibazlamit/1e6a4d199737c34aa7a3522d7ba774a2). Thanks! -- 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/390#issuecomment

Re: [jclouds/jclouds-labs] Update endpoint to v3 (#390)

2017-05-19 Thread alibazlamit
@alibazlamit pushed 1 commit. a8ddb48 Add nat option to NIC in accordance with v3 -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/390/files/54acd7faa7ccceb3f6ce78a624b4ca2b3e5df885

Re: [jclouds/jclouds-labs] Update endpoint to v3 (#390)

2017-05-19 Thread alibazlamit
@alibazlamit pushed 1 commit. 54acd7f Add cpuFamily to CreateServerRequestBinder.java -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/390/files/e3b64e0f68cf4d6cdb396bdb433b32fb1c8c8af8

[jclouds/jclouds-labs] Update endpoint to v3 (#390)

2017-05-19 Thread alibazlamit
@nacx Could you please merge this PR, i have updated the endpoint in the ProfitBricksProviderMetadata to the latest API endpoint v3, it was left at v2 which is the older version. Thanks You can view, comment on, or merge this pull request online at:

Re: [jclouds/jclouds-labs] Pb image extension (#349)

2017-03-07 Thread alibazlamit
@nacx It works fine now i have updated the code with the changes requested. Here is a [gist ](https://gist.github.com/alibazlamit/876cdccdcfcbecc6236e9234ef7d1c88)of the test results -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view

Re: [jclouds/jclouds-labs] Pb image extension (#349)

2017-03-07 Thread alibazlamit
@alibazlamit pushed 1 commit. 1de696d minor changes -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/349/files/e940f59917a114c10032074fde0ffc2a186fa9e1..1de696d01b591a7cedd8505a2d0c084396a3f78d

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-23 Thread alibazlamit
Fixed the checkstyle issue. I meant to be moved from labs to become live and available for public use. -- 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/338#issuecomment-282180179

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-23 Thread alibazlamit
@alibazlamit pushed 1 commit. aadf8f6 removed unused file -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/338/files/9996cb782b697ddbb83312b5cce782ead25e4f2e..aadf8f6fcadff2e30e9811eab3d44502c6d4a941

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-23 Thread alibazlamit
Squashed and updated from upstream, after merging i assume this goes to the jclouds live repository? -- 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/338#issuecomment-281987718

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-22 Thread alibazlamit
@nacx Thanks for the reply, i have change those minor issues, pushed and ready. -- 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/338#issuecomment-281726577

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-22 Thread alibazlamit
@alibazlamit pushed 1 commit. 5779530 Minor Changes applied -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/338/files/7c8eda65cb956a9ff88672be6544fe663038ed95..5779530bd507d63c2f96c8d828b1a31d5b9da467

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-18 Thread alibazlamit
Changing the property works, gist [here ](https://gist.github.com/alibazlamit/65611afafd7f8b1361fe6a6bad5b6e1d) and all changes requested are added. Thanks @nacx ! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-18 Thread alibazlamit
@alibazlamit pushed 1 commit. 7c8eda6 Updated with latest review changes -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/338/files/18e0884dabd103c4a3d98915cf883513d2d8f0f9

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-17 Thread alibazlamit
This is an example of the error i get, the problems is the flow breaks and tests fail, i have this property set `properties.put(PROPERTY_MAX_RATE_LIMIT_WAIT, 60 * 1000);` it is passed to rate limit class, one minute is the maximum time needed to wait for a new limit, i am not sure what is

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-16 Thread alibazlamit
@nacx i have done all of the changes above, i noticed one issue with the `RateLimitRetryHandler` it does not seem to work right or it does not fit the way the API works, the API sends in each response header that looks like this ``` X-Rate-Limit-Limit: 25 X-Rate-Limit-Remaining: 24 ``` Is there

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-16 Thread alibazlamit
alibazlamit commented on this pull request. > + } + + List processors = new ArrayList(); + for (int i = 0; i < server.hardware().vcore(); i++) { +Processor proc = new Processor(server.hardware().coresPerProcessor(), 1d); +processors.ad

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-16 Thread alibazlamit
alibazlamit commented on this pull request. > + } + + List processors = new ArrayList(); + for (int i = 0; i < server.hardware().vcore(); i++) { +Processor proc = new Processor(server.hardware().coresPerProcessor(), 1d); +processors.ad

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-15 Thread alibazlamit
alibazlamit commented on this pull request. > +import org.jclouds.compute.ComputeServiceAdapter; +import org.jclouds.compute.domain.Hardware; +import org.jclouds.compute.domain.Processor; +import org.jclouds.compute.domain.Template; +import org.jclouds.compute.domain.Volume; +imp

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-15 Thread alibazlamit
alibazlamit commented on this pull request. > @@ -49,12 +53,23 @@ public OneAndOneProviderMetadata(Builder builder) { public static Properties defaultProperties() { Properties properties = OneAndOneApiMetadata.defaultProperties(); + + properties.setProperty(PROPERTY_REGI

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-15 Thread alibazlamit
alibazlamit commented on this pull request. > + .password(password) + .privateKey(privateKey) + .build(); + + return new NodeAndInitialCredentials(updateServer, updateServer.id(), serverCredentials); + } + + @Override + public L

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-15 Thread alibazlamit
alibazlamit commented on this pull request. > + = > org.apache.jclouds.oneandone.rest.domain.Hardware.CreateHardware.create(cores, > 1, ram, hdds); + final Server.CreateServer serverRequest = Server.CreateServer.builder() + .

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-08 Thread alibazlamit
. [Here ](https://gist.github.com/alibazlamit/65611afafd7f8b1361fe6a6bad5b6e1d)is the gist of the test results. -- 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/338#issuecomment

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-08 Thread alibazlamit
@alibazlamit pushed 1 commit. 18e0884 Fixed a few minor issues -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/338/files/53154cdfa6adad82f38aa830f78f637dce72d0ae..18e0884dabd103c4a3d98915cf883513d2d8f0f9

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-06 Thread alibazlamit
@nacx I have updated the code with a few things like the clean up process and returned the hardware flavors, i have one question about the custom hardware settings, how is it supposed to work when the template builder looks through the API flavors to find a matching template? Maybe something is

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-06 Thread alibazlamit
@alibazlamit pushed 1 commit. 53154cd Fixed build issues -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/338/files/199bf6f23209071b5b5280fffea9ba44292279b1..53154cdfa6adad82f38aa830f78f637dce72d0ae

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-06 Thread alibazlamit
@alibazlamit pushed 1 commit. 199bf6f Updated with -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/338/files/de3656a5ac35be58214458e6a55a670e7e88c1d5..199bf6f23209071b5b5280fffea9ba44292279b1

Re: [jclouds/jclouds-labs] Pb image extension (#349)

2017-02-06 Thread alibazlamit
@nacx a friendly reminder anything on this? -- 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/349#issuecomment-277730418

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-01 Thread alibazlamit
I will have to override it, the server needs to be on. -- 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/338#issuecomment-276818237

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-02-01 Thread alibazlamit
@nacx i am having an issue with `testOptionToNotBlock` its throwing back the error below, appearntly the assertion fails when it checks if the server is not running, i assume i have to pass some value to determine wither the server should be turned on after creation or not, how do you think i

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-27 Thread alibazlamit
alibazlamit commented on this pull request. > logger.trace(">> provisioning complete for server. returned > id='%s'", server.id()); } catch (Exception ex) { logger.error(ex, ">> failed to provision server. rollbacking..");

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-27 Thread alibazlamit
alibazlamit commented on this pull request. > } @Override - public List listHardwareProfiles() { - return api.serverApi().listHardwareFlavours(); + public List listHardwareProfiles() { The available flavors provide values less that the live test allows like 0.5 ram va

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-26 Thread alibazlamit
@nacx Could you please help me understand better the `RateLimitRetryHandler` and the `RateLimitExceededException` i have implemented both since i was getting too many request from the API, my guess is somehow the failed requests gets a retry after the reset period passes, but running the live

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-26 Thread alibazlamit
@alibazlamit pushed 1 commit. de3656a Add ServerAppliance API -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/338/files/edb908de4e2ad3aef69ef893dd8ce35bcc4f1403..de3656a5ac35be58214458e6a55a670e7e88c1d5

Re: [jclouds/jclouds-labs] Pb image extension (#349)

2017-01-26 Thread alibazlamit
When i log in using the password generate for the node it works, but the password here `root:pw[b70cc7a33386dfbf78d32fc659e2710e]@46.16.76.181:22)` does not work , where does this pw come from? -- You are receiving this because you are subscribed to this thread. Reply to this email directly

[jclouds/jclouds-labs] Pb image extension (#349)

2017-01-26 Thread alibazlamit
@nacx Running the live tests it fails on `testSpawnNodeFromImage` with this error ``` (root:pw[b70cc7a33386dfbf78d32fc659e2710e]@46.16.76.181:22) (root:pw[b70cc7a33386dfbf78d32fc659e2710e]@46.16.76.181:22) error acquiring {hostAndPort=46.16.76.181:22, loginUser=root, ssh=null,

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-25 Thread alibazlamit
@nacx Yes i was able to now i am running the live tests and tackling issues along the way. -- 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/338#issuecomment-275105209

Re: [jclouds/jclouds-labs] JCLOUDS-1208 Implement the TemplateOptions.inboundPorts in ProfitBricks REST (#344)

2017-01-24 Thread alibazlamit
@nacx updated with the changes -- 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/344#issuecomment-274831128

Re: [jclouds/jclouds-labs] JCLOUDS-1208 Implement the TemplateOptions.inboundPorts in ProfitBricks REST (#344)

2017-01-24 Thread alibazlamit
@alibazlamit pushed 1 commit. 373c6fa Updated reviews -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/344/files/41666c890673fff3826e7de78931a81e071c62e9..373c6fa7b5c1f46843d8f1dedb47fcca1ee9

Re: [jclouds/jclouds-labs] JCLOUDS-1208 Implement the TemplateOptions.inboundPorts in ProfitBricks REST (#344)

2017-01-23 Thread alibazlamit
alibazlamit commented on this pull request. > + int matches = 0; + client.getSecurityGroupExtension(); + NodeMetadata node = getOnlyElement(client.createNodesInGroup(group + "inbound", 1, template)); + DataCenterAndId da

[jclouds/jclouds-labs] JCLOUDS-1208 Implement the TemplateOptions.inboundPorts in ProfitBricks REST (#344)

2017-01-18 Thread alibazlamit
@nacx An implementation for [this](https://issues.apache.org/jira/browse/JCLOUDS-1208?filter=-3). Thanks You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs/pull/344 -- Commit Summary -- * JCLOUDS-1208 Implement the

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-16 Thread alibazlamit
@alibazlamit pushed 1 commit. edb908d rsaKet switch to option template public-key -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/338/files/15b35ac2479114429d21cef81c06578687232b9a

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-13 Thread alibazlamit
alibazlamit commented on this pull request. > + + //if no private key was set use the set/generated password. + if (privateKey == null) { + serverCredentials = LoginCredentials.builder() + .user(loginUser) + .password(passw

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-13 Thread alibazlamit
Changed applied. Here is the full stack trace of the problem: ```Multiple entries with same value: es=https://cloudpanel-api.1and1.com/v1/ and us=https://cloudpanel-api.1and1.com/v1/ java.lang.IllegalArgumentException at

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-13 Thread alibazlamit
@alibazlamit pushed 1 commit. 15b35ac Updated Reviewed Changes 2 -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/338/files/3b4a4cbcf009284f995502e9a8f32136d2ee46c4..15b35ac2479114429d21cef81c06578687232b9a

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-13 Thread alibazlamit
alibazlamit commented on this pull request. > + } + + @Override + public void rebootNode(String id) { + waitServerUntilAvailable.apply(getNode(id)); + api.serverApi().updateStatus(id, Server.UpdateStatus.create(Types.ServerAction.REBOOT, Types.ServerActionMethod.HARDW

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-12 Thread alibazlamit
Reopened #338. -- 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/338#event-920436686

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-11 Thread alibazlamit
Closed #338. -- 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/338#event-919886633

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-11 Thread alibazlamit
@alibazlamit pushed 1 commit. 39c27d8 eol over and over again -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/338/files/39ff3585760cef30c486312f24304e78eddb7766..39c27d882c6afb7bfba2458e756e241224c0bb56

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-11 Thread alibazlamit
@alibazlamit pushed 1 commit. 39ff358 eol again -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/338/files/0474cbee3b1b7934d40b740f478de205c2504c48..39ff3585760cef30c486312f24304e78eddb7766

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-11 Thread alibazlamit
@alibazlamit pushed 1 commit. 0474cbe Changed eol to lf -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/338/files/b3965458fc62187db3ed106654fdca04022a9965..0474cbee3b1b7934d40b740f478de205c2504c48

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-11 Thread alibazlamit
@alibazlamit pushed 1 commit. b396545 Changed eol -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/338/files/823379529d96fa405113f9209442d6443dc8ec68..b3965458fc62187db3ed106654fdca04022a9965

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-11 Thread alibazlamit
@alibazlamit pushed 2 commits. 53f6bd1 Updated reviewed items 8233795 removed checkstyle skip -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/338/files/4d6f40722fcba464d1b4a4ddb1a1e80991341744

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-10 Thread alibazlamit
alibazlamit commented on this pull request. > + } + + @Override + public Iterable listLocations() { + // Will never be called + throw new UnsupportedOperationException("Locations are configured in jclouds properties"); + } + + @Override + public Server getN

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-10 Thread alibazlamit
alibazlamit commented on this pull request. > + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * Se

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-10 Thread alibazlamit
alibazlamit commented on this pull request. > + } + + @Override + public Iterable listLocations() { + // Will never be called + throw new UnsupportedOperationException("Locations are configured in jclouds properties"); + } + + @Override + public Server getN

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-10 Thread alibazlamit
alibazlamit commented on this pull request. > + } + + // provision server + final Server server; + Double cores = ComputeServiceUtils.getCores(hardware); + + try { + List processors = hardware.getProcess

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-10 Thread alibazlamit
alibazlamit commented on this pull request. > +import org.jclouds.compute.domain.internal.TemplateBuilderImpl; +import org.jclouds.domain.Location; +import static org.jclouds.util.Predicates2.retry; + +public class OneAndOneComputeServiceContextModule exte

Re: [jclouds/jclouds-labs] JCLOUDS-1216 - oneandone-user-api (#336)

2017-01-05 Thread alibazlamit
Closed #336. -- 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/336#event-912664936

Re: [jclouds/jclouds-labs] Oneandone compute api (#338)

2017-01-05 Thread alibazlamit
@nacx i am having an issue with regions runing tests like [this ](https://github.com/StackPointCloud/jclouds-labs/blob/oneandone-compute-api/oneandone/src/test/java/org/apache/jclouds/oneandone/rest/compute/OneAndOneTemplateBuilderLiveTest.java) one i get the following error ```ultiple entries

Re: [jclouds/jclouds-labs] JCLOUDS-1216 - oneandone-user-api (#336)

2016-12-27 Thread alibazlamit
alibazlamit commented on this pull request. > + public void testGet() { + User result = userApi().get(currentUser.id()); + + assertEquals(result.id(), currentUser.id()); + } + + @Test(dependsOnMethods = "testGet") + public void testUpdate() throws Interru

Re: [jclouds/jclouds-labs] JCLOUDS-1216 - oneandone-user-api (#336)

2016-12-26 Thread alibazlamit
alibazlamit commented on this pull request. > + public void testGet() { + User result = userApi().get(currentUser.id()); + + assertEquals(result.id(), currentUser.id()); + } + + @Test(dependsOnMethods = "testGet") + public void testUpdate() throws Interru

Re: [jclouds/jclouds-labs] JCLOUDS-1216 - oneandone-user-api (#336)

2016-12-19 Thread alibazlamit
alibazlamit commented on this pull request. > +import javax.ws.rs.Path; +import javax.ws.rs.PathParam; +import javax.ws.rs.Produces; +import org.apache.jclouds.oneandone.rest.domain.User; +import org.apache.jclouds.oneandone.rest.domain.options.GenericQueryOptions; +imp

Re: [jclouds/jclouds-labs] JCLOUDS-1216 - oneandone-user-api (#336)

2016-12-19 Thread alibazlamit
alibazlamit commented on this pull request. > + public void testGet() { + User result = userApi().get(currentUser.id()); + + assertEquals(result.id(), currentUser.id()); + } + + @Test(dependsOnMethods = "testGet") + public void testUpdate() throws Interru

Re: [jclouds/jclouds-labs] JCLOUDS-1216 - oneandone-user-api (#336)

2016-12-12 Thread alibazlamit
@alibazlamit pushed 1 commit. 7f26631 Changed eol -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/336/files/54e42c64e745738f897d0cd7fa010e2b8c7d7526..7f266318b5371f2d275add0d6c709f8c32be8b46

[jclouds/jclouds-labs] JCLOUDS-1216 - oneandone-user-api (#336)

2016-12-12 Thread alibazlamit
@nacx the Users PR is ready for review, i had one issue with this specific PR since the API does not allow to use many of the endpoints that affect the user info unless its the same user that is being used to make the request. all these tests are commented out now. You can view, comment on, or

Re: [jclouds/jclouds-labs] JCLOUDS-1183 - oneandone-monitoringcenter-api (#322)

2016-12-02 Thread alibazlamit
@nacx i have re-based and fixed a few problems with the sharedstorages test , now the build works fine. Thanks. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [jclouds/jclouds-labs] JCLOUDS-1183 - oneandone-monitoringcenter-api (#322)

2016-12-02 Thread alibazlamit
@alibazlamit pushed 1 commit. f51346d Added the missing files with the correct folder name -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/322/files/9cae8368e9ee05fe8125f96be880ccada771ddf3

Re: [jclouds/jclouds-labs] JCLOUDS-1183 - oneandone-monitoringcenter-api (#322)

2016-12-02 Thread alibazlamit
@alibazlamit pushed 1 commit. 9cae836 removing bad named files -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/322/files/94fbad55eedd22788350a6c03b786a8bff02b40a..9cae8368e9ee05fe8125f96be880ccada771ddf3

Re: [jclouds/jclouds-labs] JCLOUDS-1183 - oneandone-monitoringcenter-api (#322)

2016-12-02 Thread alibazlamit
@alibazlamit pushed 1 commit. 94fbad5 build fix -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/322/files/b8f9595a2dcd929b754a2178f37d7589841701a0..94fbad55eedd22788350a6c03b786a8bff02b40a

Re: [jclouds/jclouds-labs] JCLOUDS-1183 - oneandone-monitoringcenter-api (#322)

2016-12-02 Thread alibazlamit
@alibazlamit pushed 1 commit. b8f9595 update -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/322/files/0bd6b86833346c85b71dc13ecd01fda98c0e2f83..b8f9595a2dcd929b754a2178f37d7589841701a0

Re: [jclouds/jclouds-labs] JCLOUDS-1183 - oneandone-monitoringcenter-api (#322)

2016-12-01 Thread alibazlamit
@nacx a friendly reminder can we move on with this PR, Thanks. -- 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/322#issuecomment-264226707

Re: [jclouds/jclouds-labs] pb-updates-v3 (#333)

2016-11-24 Thread alibazlamit
@nacx how are we going to proceed with this? -- 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/333#issuecomment-262791295

Re: [jclouds/jclouds-labs] pb-updates-v3 (#333)

2016-11-23 Thread alibazlamit
@nacx What is the next step for moving this provider to production? -- 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/333#issuecomment-262578988

Re: [jclouds/jclouds-labs] JCLOUDS-1183 - oneandone-monitoringcenter-api (#322)

2016-11-09 Thread alibazlamit
@nacx I have updated this branch with the latest changes. Thanks -- 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/322#issuecomment-259499893

Re: [jclouds/jclouds-labs] JCLOUDS-1183 - oneandone-monitoringcenter-api (#322)

2016-11-09 Thread alibazlamit
alibazlamit commented on this pull request. > @@ -143,4 +143,17 @@ protected Server turnOnServer(String serverId) { protected Server turnOFFServer(String serverId) { return api.serverApi().updateStatus(serverId, Server.UpdateStatus.create(Types.ServerAction.POWER_

Re: [jclouds/jclouds-labs] JCLOUDS-1183 - oneandone-monitoringcenter-api (#322)

2016-11-09 Thread alibazlamit
@alibazlamit pushed 1 commit. ab90772 Minor change -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/322/files/afd2e66b30b5e91743146e49136554612e637bfe..ab907727b17778f92d7ea796579e6ee951b2f8ec

Re: [jclouds/jclouds-labs] JCLOUDS-1183 - oneandone-monitoringcenter-api (#322)

2016-11-09 Thread alibazlamit
@alibazlamit pushed 2 commits. c3298ce JCLOUDS-1183 oneandone-monitoringpolicy-api afcac05 Merge branch 'oneandone-monitoringpolicy-api' into oneandone-monitoringcenter-api -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds

Re: [jclouds/jclouds-labs] JCLOUDS-1183 oneandone-monitoringpolicy-api (#325)

2016-10-31 Thread alibazlamit
@nacx Fixed and squashed. -- 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/325#issuecomment-257287992

Re: [jclouds/jclouds-labs] JCLOUDS-1183 oneandone-monitoringpolicy-api (#325)

2016-10-31 Thread alibazlamit
alibazlamit commented on this pull request. > + MonitoringPolicy updateResult = > monitoringPolicyApi().update(currentPolicy.id(), payload); + + assertNotNull(updateResult); + assertEquals(updateResult.name(), updatedName); + + } + + @Test(dependsOnMethods = "

Re: [jclouds/jclouds-labs] JCLOUDS-1183 oneandone-monitoringpolicy-api (#325)

2016-10-31 Thread alibazlamit
@alibazlamit pushed 1 commit. da5d9a7 Fixed minor issues -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/325/files/51657897c8190b51401f2fcd503295f832096a74..da5d9a74cd4810e6b064d9f68c14deefa058875f

Re: [jclouds/jclouds-labs] pb-updates-v3 (#333)

2016-10-31 Thread alibazlamit
@nacx removed duplicates. and squashed. -- 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/333#issuecomment-257267014

Re: [jclouds/jclouds-labs] pb-updates-v3 (#333)

2016-10-31 Thread alibazlamit
@alibazlamit pushed 1 commit. abb5027 Removed duplicates in live tests -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/333/files/5d5508ba9e265270a627c8bfb992b5195f8fb00b

Re: [jclouds/jclouds-labs] pb-updates-v3 (#333)

2016-10-28 Thread alibazlamit
@alibazlamit pushed 1 commit. 6af4e89 minor change to the return type -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/333/files/9c48deeb44a58204d48b025c3fc575189a32c35c

  1   2   3   >