[jclouds/jclouds-labs] Jclouds 46 network and image tests (#401)

2017-07-07 Thread Boris Trishkin
JCLOUD-58 - Live test changes for ServerImageApi and NetworkApi
JCLOUD-53 - Correct Zones configuration in Mock Tests / Live Tests
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds-labs/pull/401

-- Commit Summary --

  * JCLOUD-58 - Live test changes for ServerImageApi and NetworkApi
  * JCLOUD-53 - Correct Zones configuration in Mock Tests / Live Tests

-- File Changes --

M dimensiondata/pom.xml (7)
M 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/features/InfrastructureApi.java
 (7)
M 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/features/NetworkApi.java
 (26)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/features/InfrastructureApiLiveTest.java
 (11)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/features/InfrastructureApiMockTest.java
 (11)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/features/NetworkApiLiveTest.java
 (119)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/features/NetworkApiMockTest.java
 (197)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/features/ServerImageApiLiveTest.java
 (7)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/internal/BaseDimensionDataCloudControlApiLiveTest.java
 (30)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/internal/BaseDimensionDataCloudControlMockTest.java
 (21)

-- Patch Links --

https://github.com/jclouds/jclouds-labs/pull/401.patch
https://github.com/jclouds/jclouds-labs/pull/401.diff

-- 
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/401


Re: [jclouds/jclouds-labs] Jclouds 46 network and image tests (#401)

2017-11-28 Thread Boris Trishkin
@btrishkin pushed 2 commits.

84aabdb  Merge branch 'master' into jclouds-46-network-and-image-tests
def3271  JCLOUD-46 / JCLOUD-47 - Add missing mock / live tests for Network API


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/401/files/a003ad70b5862ca3b4379dfb412371936f2bebb7..def3271d745e3d16a9041fd66d284874dfc16a3a


Re: [jclouds/jclouds-labs] DatacenterToLocation / ServerToServerWithExternalIp Functions implementation for dimensiondata (#423)

2017-11-30 Thread Boris Trishkin
> you mention https://issues.apache.org/jira/browse/JCLOUDS-72 and 
> https://issues.apache.org/jira/browse/JCLOUDS-75 but they are not related to 
> dimensiondata, are they?

Sorry @andreaturli , that's our internal tickets numbers. Gonna clear them from 
commits and PR along with implementation fixes.

-- 
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/423#issuecomment-348263700

[jclouds/jclouds-labs] JCLOUD-72 / JCLOUD-75 - DatacenterToLocation / ServerToServerWithExternalIp Functions (#423)

2017-11-30 Thread Boris Trishkin

You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds-labs/pull/423

-- Commit Summary --

  * JCLOUD-72 / JCLOUD-75 - Implement DatacenterToLocation / 
ServerToServerWithExternalIp Functions

-- File Changes --

A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/compute/function/DatacenterToLocation.java
 (52)
A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/compute/function/ServerToServerWithExternalIp.java
 (60)
A 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/compute/function/DatacenterToLocationTest.java
 (95)
A 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/compute/function/ServerToServerWithExternalIpTest.java
 (118)

-- Patch Links --

https://github.com/jclouds/jclouds-labs/pull/423.patch
https://github.com/jclouds/jclouds-labs/pull/423.diff

-- 
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/423


Re: [jclouds/jclouds-labs] Jclouds 46 network and image tests (#401)

2017-12-19 Thread Boris Trishkin
Hi @nacx. Branch synchronized with master and commits 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/401#issuecomment-352775820

Re: [jclouds/jclouds-labs] DatacenterToLocation / ServerToServerWithExternalIp Functions implementation for dimensiondata (#423)

2017-12-20 Thread Boris Trishkin
@andreaturli - pushed some fixes here, squashed commits and synced branch with 
master

-- 
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/423#issuecomment-353111849

[jclouds/jclouds-labs] Implement ServerWithNatRuleToNodeMetadata Function (#428)

2017-12-21 Thread Boris Trishkin

You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds-labs/pull/428

-- Commit Summary --

  * Implement ServerWithNatRuleToNodeMetadata Function

-- File Changes --

A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/compute/functions/ServerWithNatRuleToNodeMetadata.java
 (123)
A 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/compute/functions/ServerWithNatRuleToNodeMetadataTest.java
 (213)

-- Patch Links --

https://github.com/jclouds/jclouds-labs/pull/428.patch
https://github.com/jclouds/jclouds-labs/pull/428.diff

-- 
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/428


Re: [jclouds/jclouds-labs] Implement ServerWithNatRuleToNodeMetadata Function (#428)

2018-04-11 Thread Boris Trishkin
ServerWithNatRuleToNodeMetadata Function reimplemented without expensive image 
list API calls.
BaseImageToImage and BaseImageToHardware are not required for this function 
anymore, but we have plans to use them later

-- 
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/428#issuecomment-380449485

Re: [jclouds/jclouds-labs] Implement ServerWithNatRuleToNodeMetadata Function (#428)

2018-04-11 Thread Boris Trishkin
@btrishkin pushed 1 commit.

69cdeb3  Implement ServerWithNatRuleToNodeMetadata Function


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/428/files/36ab3eb158511eb5d24bd0083068b8e7b79ef1c5..69cdeb3012acf33edaad7674eee9849a97eff1ee


Re: [jclouds/jclouds-labs] Implement ServerWithNatRuleToNodeMetadata Function (#428)

2018-04-13 Thread Boris Trishkin
@nacx small issue fixed and commits 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/428#issuecomment-381082477

[jclouds/jclouds-labs] JCLOUDS-1407 - Dimensiondata Server API 2.6 support (#434)

2018-04-13 Thread Boris Trishkin
Server API 2.6 support implementation
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds-labs/pull/434

-- Commit Summary --

  * Server API 2.6  support

-- File Changes --

A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/AbstractBaseController.java
 (31)
A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/AbstractDrive.java
 (30)
A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/Floppy.java
 (67)
A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/IdeController.java
 (72)
A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/IdeDevice.java
 (60)
A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/IdeDisk.java
 (54)
A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/SataController.java
 (72)
A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/SataDevice.java
 (60)
A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/SataDisk.java
 (54)
A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/ScsiController.java
 (72)
A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/ScsiDisk.java
 (55)
M 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/Server.java
 (61)
M 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/options/CreateServerOptions.java
 (3)
M 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/features/ServerApi.java
 (2)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/features/ServerApiLiveTest.java
 (26)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/features/ServerApiMockTest.java
 (26)
M dimensiondata/src/test/resources/server.json (157)

-- Patch Links --

https://github.com/jclouds/jclouds-labs/pull/434.patch
https://github.com/jclouds/jclouds-labs/pull/434.diff

-- 
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/434


Re: [jclouds/jclouds-labs] JCLOUDS-1407 - Dimensiondata Server API 2.6 support (#434)

2018-04-17 Thread Boris Trishkin
btrishkin commented on this pull request.



> @@ -61,7 +61,7 @@
 
 @RequestFilters({ BasicAuthentication.class, OrganisationIdFilter.class })
 @Consumes(MediaType.APPLICATION_JSON)
-@Path("/{jclouds.api-version}/server")
+@Path("/2.6/server")

Our API have different implementations for different versions, so we cannot 
simply provide 2.4 version while calling 2.6 ServerApi (the same for all other 
features that we have (Account, Infrastructure, Network, ServerImage, Tag)). 
So probably this version will be better hardcoded to reflect latest 
dimensiondata API version supported by jclouds (it is 2.4 now in jclouds while 
latest released dimensiondata version is 2.7 and we're going to try and update 
everything to reflect that).

-- 
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/434#discussion_r182087364

Re: [jclouds/jclouds-labs] JCLOUDS-1407 - Dimensiondata Server API 2.6 support (#434)

2018-04-18 Thread Boris Trishkin
@btrishkin pushed 1 commit.

904fcbd  Server API 2.6  support


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/434/files/28a17e29e26ee710272e19c42d2bd9e2a6f5f1ee..904fcbdb9c8c305f7dd119169ce0eededcaf3599


Re: [jclouds/jclouds-labs] JCLOUDS-1407 - Dimensiondata Server API 2.6 support (#434)

2018-04-17 Thread Boris Trishkin
btrishkin commented on this pull request.



> @@ -61,7 +61,7 @@
 
 @RequestFilters({ BasicAuthentication.class, OrganisationIdFilter.class })
 @Consumes(MediaType.APPLICATION_JSON)
-@Path("/{jclouds.api-version}/server")
+@Path("/2.6/server")

Well, we implement them in chunks. This PR covers only ServerApi feature which 
will be updated to new version. Everything else remain old 2.4 for now. We can 
introduce constant with newest API version supported, but outdated features 
will have to have 2.4 version hardcoded in them until we implement latest 
version of them. Would that be ok?

-- 
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/434#discussion_r182137110

Re: [jclouds/jclouds-labs] JCLOUDS-1407 - Dimensiondata Server API 2.6 support (#434)

2018-04-19 Thread Boris Trishkin
btrishkin commented on this pull request.



>  
-   @Nullable
-   public abstract List deviceOrDisks();

Yes, AbstractDrive will help a lot in ServerToHardware function implementation 
for a new ServerApi version. Gonna keep it then.

-- 
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/434#discussion_r182699242

Re: [jclouds/jclouds-labs] JCLOUDS-1407 Add dimensiondata server API v2.7 supportServer API 2.7 support (#447)

2018-10-05 Thread Boris Trishkin
@btrishkin pushed 2 commits.

eebf48a  JCLOUDS-1455 - Update ParseResponse to log error details. Add 
ParseTests for Domain Objects in NetworkApi and ServerApi
47ab175  Server API 2.7  support


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/447/files/5feac30544e983a0c30f4741a99da787326a711b..47ab17578fa7b3f55750f7d93bc348067437a0b7


Re: [jclouds/jclouds-labs] JCLOUDS-1454 Implement ServerToServerWithExternalIp function for dimensiondata (#448)

2018-10-08 Thread Boris Trishkin
@btrishkin pushed 1 commit.

d338818  ServerToServerWithExternalIp implementation


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/448/files/4ab9e81c7071a79a217d76981530f644792edb6a..d338818955b1817c2bd675c583592214c2d2c731


Re: [jclouds/jclouds-labs] JCLOUDS-1407 - Dimensiondata Server API 2.6 support (#434)

2018-10-05 Thread Boris Trishkin
Closed #434.

-- 
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/434#event-1886763269

[jclouds/jclouds-labs] JCLOUDS-1454 Implement ServerToServerWithExternalIp function for dimensiondata (#448)

2018-10-05 Thread Boris Trishkin
JCLOUDS-1454 - Implement ServerToServerWithExternalIp function for dimensiondata
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds-labs/pull/448

-- Commit Summary --

  * JCLOUDS-1454 - ServerToServerWithExternalIp Function implementation for 
dimensiondata

-- File Changes --

A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/compute/function/ServerToServerWithExternalIp.java
 (60)
A 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/compute/function/ServerToServerWithExternalIpTest.java
 (118)

-- Patch Links --

https://github.com/jclouds/jclouds-labs/pull/448.patch
https://github.com/jclouds/jclouds-labs/pull/448.diff

-- 
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/448


Re: [jclouds/jclouds-labs] DatacenterToLocation / ServerToServerWithExternalIp Functions implementation for dimensiondata (#423)

2018-10-05 Thread Boris Trishkin
New PR created (https://github.com/jclouds/jclouds-labs/pull/448) instead of 
this one as DatacenterToLocation was removed

-- 
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/423#issuecomment-427314979

Re: [jclouds/jclouds-labs] DatacenterToLocation / ServerToServerWithExternalIp Functions implementation for dimensiondata (#423)

2018-10-05 Thread Boris Trishkin
Closed #423.

-- 
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/423#event-1886777860

Re: [jclouds/jclouds-labs] DatacenterToLocation / ServerToServerWithExternalIp Functions implementation for dimensiondata (#423)

2018-10-01 Thread Boris Trishkin
@btrishkin pushed 19 commits.

27a69bb  Implement GetOrCreateNetworkDomainThenCreateNodes Strategy.
9f2aee7  Add Azure KeyVault support
77995e2  JCLOUDS-1362: Proper password generation with custom constraints for 
each cloud
de54267  Promoted Azure ARM to the main repo
43548d7  Apache jclouds 2.1.0-rc3 release
f92ceeb  Next development version 2.2.0-SNAPSHOST
6652a14  fix typo in project.version
8c7c6da  JCLOUDS-1271: Remove BlobStore.signRemoveBlob
e8d4eae  JCLOUDS-1405 - Dimension Data Live Tests Broken - Domain classes for 
Server and Image with List nics incorrect
16179e1  Address InjectOnConstructorOfAbstractClass warning
29fc088  JCLOUDS-1333: Fix Java 8 and Guava 21 issues
3d172e1  Implement ServerWithNatRuleToNodeMetadata Function
b935b23  JCLOUDS-1406 - Add default location configuration to dimension data 
provider
cc0f634  JCLOUDS-1421: Add default credentials to images created by the 
ImageExtension
19424c3  Upgrade to java8
838f7ce  [JCLOUDS-1430] Aliyun ECS initial skeleton
e7838dc  [JCLOUDS-1430] - add region and zone API
a91c4cb  –JCLOUDS-1425 1&1 Block Storage and SSH keys API
63e953b  ServerToServerWithExternalIp Function implementation for dimensiondata


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/423/files/0e86dddbd9f9b8c9933b1e8fb3067cc65583d10e..63e953b9513a878efab480c6e9a97f888e821b20


Re: [jclouds/jclouds-labs] DatacenterToLocation / ServerToServerWithExternalIp Functions implementation for dimensiondata (#423)

2018-10-01 Thread Boris Trishkin
@btrishkin pushed 6 commits.

b551857  JCLOUDS-1432 - handle RESOURCE_NOT_FOUND, do not expect 404 when 
assets not found
19819cb  Firewall Improvements
8773d5c  [JCLOUDS-1430] - add more features
25894fb  [JCLOUDS-1430] Aliyun ECS
2b60c03  JCLOUDS-1406 - Add default location configuration to dimension data 
provider
58ad6ee  ServerToServerWithExternalIp Function implementation for dimensiondata


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/423/files/63e953b9513a878efab480c6e9a97f888e821b20..58ad6ee7ee06ef4b48dfcbc80e2d3f5eb91c80e2


Re: [jclouds/jclouds-labs] DatacenterToLocation / ServerToServerWithExternalIp Functions implementation for dimensiondata (#423)

2018-10-01 Thread Boris Trishkin
Wow, something went wrong during synchronization with master, a lot of commits 
here that are not supposed to be part of PR. Should I recreate branch and PR 
maybe? 

-- 
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/423#issuecomment-425968617

Re: [jclouds/jclouds-labs] JCLOUDS-1407 - Dimensiondata Server API 2.6 support (#434)

2018-10-04 Thread Boris Trishkin
New PR (https://github.com/jclouds/jclouds-labs/pull/447) created instead of 
this one, as it's quite outdated

-- 
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/434#issuecomment-426999486

[jclouds/jclouds-labs] JCLOUDS-1407 Add dimensiondata server API v2.7 supportServer API 2.7 support (#447)

2018-10-04 Thread Boris Trishkin
Updated PR for Server API 2.7 support instead of outdated 2.6
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds-labs/pull/447

-- Commit Summary --

  * Server API 2.7  support

-- File Changes --

M 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/compute/functions/ServerToHardware.java
 (189)
M 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/compute/functions/ServerWithNatRuleToNodeMetadata.java
 (2)
A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/Floppy.java
 (66)
A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/IdeController.java
 (80)
A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/IdeDevice.java
 (67)
A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/IdeDisk.java
 (61)
A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/SataController.java
 (80)
A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/SataDevice.java
 (67)
A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/SataDisk.java
 (61)
A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/ScsiController.java
 (80)
A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/ScsiDisk.java
 (62)
M 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/Server.java
 (71)
A 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/ServerSource.java
 (56)
M 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/options/CreateServerOptions.java
 (3)
M 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/features/ServerApi.java
 (2)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/compute/functions/CleanupServerTest.java
 (4)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/compute/functions/ServerToHardwareTest.java
 (59)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/compute/functions/ServerWithNatRuleToNodeMetadataTest.java
 (7)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/features/ServerApiLiveTest.java
 (26)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/features/ServerApiMockTest.java
 (22)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/internal/BaseDimensionDataCloudControlApiLiveTest.java
 (2)
M dimensiondata/src/test/resources/server.json (158)
M dimensiondata/src/test/resources/servers.json (5)

-- Patch Links --

https://github.com/jclouds/jclouds-labs/pull/447.patch
https://github.com/jclouds/jclouds-labs/pull/447.diff

-- 
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/447


[jclouds/jclouds-examples] Expose wait for predicates on relevant API (#96)

2019-01-10 Thread Boris Trishkin
Examples of use recently exposed predicates
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds-examples/pull/96

-- Commit Summary --

  * Expose wait for predicates on relevant API

-- File Changes --

M dimensiondata/pom.xml (2)
M 
dimensiondata/src/main/java/org/jclouds/examples/dimensiondata/cloudcontrol/DeleteServerVlanAndNetworkDomain.java
 (28)
M 
dimensiondata/src/main/java/org/jclouds/examples/dimensiondata/cloudcontrol/DeployNetworkDomainVlanAndServer.java
 (29)
M 
dimensiondata/src/main/java/org/jclouds/examples/dimensiondata/cloudcontrol/NetworkDomainTearDown.java
 (39)
D 
dimensiondata/src/main/java/org/jclouds/examples/dimensiondata/cloudcontrol/WaitForUtils.java
 (108)

-- Patch Links --

https://github.com/jclouds/jclouds-examples/pull/96.patch
https://github.com/jclouds/jclouds-examples/pull/96.diff

-- 
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-examples/pull/96


[jclouds/jclouds-labs] Expose wait for predicates on relevant API (#451)

2019-01-10 Thread Boris Trishkin
Expose wait for predicates on relevant API
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds-labs/pull/451

-- Commit Summary --

  * Expose wait for predicates on relevant API

-- File Changes --

M 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/features/NetworkApi.java
 (27)
M 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/features/ServerApi.java
 (27)

-- Patch Links --

https://github.com/jclouds/jclouds-labs/pull/451.patch
https://github.com/jclouds/jclouds-labs/pull/451.diff

-- 
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/451


Re: [jclouds/jclouds-labs] JCLOUDS-1407 Add dimensiondata server API v2.7 supportServer API 2.7 support (#447)

2019-01-11 Thread Boris Trishkin
@btrishkin pushed 2 commits.

1e1a8fedc7415e18924356c5f1ad9cd1bac36479  Merge branch 'master' into 
server-api-2.7-support
db3f96bb13267143d88db14095ff0239f0563557  Server API 2.7 support


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/447/files/20b4af52ff8d5963aa7c02d55e72e7a3c62db548..db3f96bb13267143d88db14095ff0239f0563557


[jclouds/jclouds-labs] Use State enum instead of String state in Domain classes (#452)

2019-01-11 Thread Boris Trishkin

You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds-labs/pull/452

-- Commit Summary --

  * Use State enum instead of String state in Domain classes

-- File Changes --

M 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/Account.java
 (6)
M 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/Disk.java
 (6)
M 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/domain/NIC.java
 (6)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/parse/ServerParseTest.java
 (4)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/parse/ServersParseTest.java
 (4)

-- Patch Links --

https://github.com/jclouds/jclouds-labs/pull/452.patch
https://github.com/jclouds/jclouds-labs/pull/452.diff

-- 
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/452


Re: [jclouds/jclouds-labs] JCLOUDS-1407 Add dimensiondata server API v2.7 supportServer API 2.7 support (#447)

2019-04-02 Thread Boris Trishkin
@btrishkin pushed 1 commit.

1d8f0921509e8466a9789773c3c4008a0aac10a8  Merge branch 'master' into 
server-api-2.7-support


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/447/files/c0d36515139fbad43a4e65d209dfb5442a8fdc90..1d8f0921509e8466a9789773c3c4008a0aac10a8


Re: [jclouds/jclouds-labs] JCLOUDS-1407 Add dimensiondata server API v2.7 supportServer API 2.7 support (#447)

2019-03-26 Thread Boris Trishkin
@btrishkin pushed 5 commits.

e012009c9b1d36b90144f8ac9c99b9e508c22d70  Server API 2.7  support
a81828f4221a69f1d079679782306f8d5871f15d  Server API 2.7  support
c0e69388f3ceb3bf6a2661dd274386a86cb5a72b  Server API 2.7 support
3f8792ea28b12a95bc60d120a0defe60ac57effa  Merge remote-tracking branch 
'origin/server-api-2.7-support' into server-api-2.7-support
81be5ffe45cdff303f20fd86cc74f6696eb3bc77  Server 2.7 API support


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/447/files/db3f96bb13267143d88db14095ff0239f0563557..81be5ffe45cdff303f20fd86cc74f6696eb3bc77


Re: [jclouds/jclouds-labs] JCLOUDS-1407 Add dimensiondata server API v2.7 supportServer API 2.7 support (#447)

2019-03-28 Thread Boris Trishkin
> 
> 
> This PR was in pretty good shape. Any chance it can be updated? 

Updated!

-- 
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/447#issuecomment-477585206

[jira] [Created] (JCLOUDS-1407) Add dimensiondata server API v2.6 support

2018-04-13 Thread Boris Trishkin (JIRA)
Boris Trishkin created JCLOUDS-1407:
---

 Summary: Add dimensiondata server API v2.6  support
 Key: JCLOUDS-1407
 URL: https://issues.apache.org/jira/browse/JCLOUDS-1407
 Project: jclouds
  Issue Type: Task
Reporter: Boris Trishkin


Update dimensiondata server API to support v2.6



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCLOUDS-1407) Add dimensiondata server API v2.6 support

2018-04-13 Thread Boris Trishkin (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Boris Trishkin updated JCLOUDS-1407:

Component/s: jclouds-labs

> Add dimensiondata server API v2.6  support
> --
>
> Key: JCLOUDS-1407
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1407
> Project: jclouds
>  Issue Type: Task
>  Components: jclouds-labs
>Affects Versions: 2.1.0
>    Reporter: Boris Trishkin
>Priority: Major
> Fix For: 2.2.0, 2.1.1
>
>
> Update dimensiondata server API to support v2.6



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCLOUDS-1407) Add dimensiondata server API v2.6 support

2018-04-13 Thread Boris Trishkin (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Boris Trishkin updated JCLOUDS-1407:

Affects Version/s: 2.1.0

> Add dimensiondata server API v2.6  support
> --
>
> Key: JCLOUDS-1407
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1407
> Project: jclouds
>  Issue Type: Task
>  Components: jclouds-labs
>Affects Versions: 2.1.0
>    Reporter: Boris Trishkin
>Priority: Major
> Fix For: 2.2.0, 2.1.1
>
>
> Update dimensiondata server API to support v2.6



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCLOUDS-1407) Add dimensiondata server API v2.6 support

2018-04-13 Thread Boris Trishkin (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Boris Trishkin updated JCLOUDS-1407:

Fix Version/s: 2.1.1
   2.2.0

> Add dimensiondata server API v2.6  support
> --
>
> Key: JCLOUDS-1407
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1407
> Project: jclouds
>  Issue Type: Task
>  Components: jclouds-labs
>Affects Versions: 2.1.0
>    Reporter: Boris Trishkin
>Priority: Major
> Fix For: 2.2.0, 2.1.1
>
>
> Update dimensiondata server API to support v2.6



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCLOUDS-1407) Add dimensiondata server API v2.6 support

2018-04-13 Thread Boris Trishkin (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Boris Trishkin updated JCLOUDS-1407:

Labels: dimensiondata  (was: )

> Add dimensiondata server API v2.6  support
> --
>
> Key: JCLOUDS-1407
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1407
> Project: jclouds
>  Issue Type: Task
>  Components: jclouds-labs
>Affects Versions: 2.1.0
>    Reporter: Boris Trishkin
>Priority: Major
>  Labels: dimensiondata
> Fix For: 2.2.0, 2.1.1
>
>
> Update dimensiondata server API to support v2.6



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JCLOUDS-1407) Add dimensiondata server API v2.7 support

2018-10-03 Thread Boris Trishkin (JIRA)


 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Boris Trishkin updated JCLOUDS-1407:

Description: Update dimensiondata server API to support v2.7  (was: Update 
dimensiondata server API to support v2.6)
Summary: Add dimensiondata server API v2.7  support  (was: Add 
dimensiondata server API v2.6  support)

> Add dimensiondata server API v2.7  support
> --
>
> Key: JCLOUDS-1407
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1407
> Project: jclouds
>  Issue Type: Task
>  Components: jclouds-labs
>Affects Versions: 2.1.0
>    Reporter: Boris Trishkin
>Priority: Major
>  Labels: dimensiondata
> Fix For: 2.2.0, 2.1.2
>
>
> Update dimensiondata server API to support v2.7



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (JCLOUDS-1454) Implement ServerToServerWithExternalIp function for dimensiondata

2018-10-02 Thread Boris Trishkin (JIRA)
Boris Trishkin created JCLOUDS-1454:
---

 Summary: Implement ServerToServerWithExternalIp function for 
dimensiondata
 Key: JCLOUDS-1454
 URL: https://issues.apache.org/jira/browse/JCLOUDS-1454
 Project: jclouds
  Issue Type: Task
Affects Versions: 2.1.1
Reporter: Boris Trishkin
 Fix For: 2.2.0


Implement ServerToServerWithExternalIp function for dimensiondata



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (JCLOUDS-1493) New DimensionData ComputeService and ServiceAdaptor

2019-03-27 Thread Boris Trishkin (JIRA)
Boris Trishkin created JCLOUDS-1493:
---

 Summary: New DimensionData ComputeService and ServiceAdaptor
 Key: JCLOUDS-1493
 URL: https://issues.apache.org/jira/browse/JCLOUDS-1493
 Project: jclouds
  Issue Type: Improvement
  Components: jclouds-labs
Reporter: Boris Trishkin






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)