[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

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:

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

[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

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

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

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:

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

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

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

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

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:

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:

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

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:

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

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

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:

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:

[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

[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

[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

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:

[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

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:

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

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

[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 supp

[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 supp

[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 v

[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 supp

[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

[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

[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