GitHub user tonybaloney opened a pull request: https://github.com/apache/libcloud/pull/567
Libcloud 737 create dimension data load balancing driver Created a dimension data driver for load balancing placed proprietary logic into ex_methods supported existing interfaces for LoadBalancer moved common classes and the connection class used in compute into a common library added unit tests and fixtures for the load balancer driver updated the docs tested against expected results and API docs You can merge this pull request into a Git repository by running: $ git pull https://github.com/DimensionDataCBUSydney/libcloud LIBCLOUD-737_Create_Dimension_Data_Load_Balancing_driver Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/567.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #567 ---- commit 9a9fafe7e0391653faac04f368295a7f33013e3c Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-08-24T21:47:37Z Merge pull request #1 from apache/trunk Update fork to apache trunk commit 0ba9ae48c6aed9d94a0cf1b0e57c995e6ca71f37 Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-08-25T06:42:13Z [LIBCLOUD-736] Updated driver to use 2.0 for all new API calls, start/stop/restart server. list servers using new API, updated extra calls for VLAN and network domain. Fixed up unit tests and added new fixtures commit fd43de26b423ab9c59622dfc8f7d2cbedc923459 Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-08-25T06:42:37Z [LIBCLOUD-736] Updated fixtures to match deploy and list tests. commit 02ee35aca1726074ed647b5dab438a0a4e73b690 Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-08-25T06:53:56Z [LIBCLOUD-736] updated code in line with pep8 style req's commit 8e062c0b4515b507e41a676dd3ad502aaa91b2f9 Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-08-25T06:58:33Z [LIBCLOUD-736] Updated missing errors from flake commit fbd02daadec0133db9ef50461373af6a6372b5fc Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-08-25T07:03:26Z [LIBCLOUD-736] Fixed up whitespace in empty lines inside the unit tests commit b90c56106930dedbe526ffb18fb34661c0fcb0de Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-08-26T07:24:10Z [LIBCLOUD-737] Started a load balancer driver for the Dimension Data VIP functionality. commit b4ed5ea6701eacdc3688527a53dbc86a7a451a6c Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-08-26T09:48:31Z [LIBCLOUD-737] Created function for creating a node. commit 2709109c7e015220f4871e93eb345f78241c31b3 Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-08-26T10:51:19Z [LIBCLOUD-737] Added create_listener to create the pool, add the nodes to the pool and create a virtual listener on the big-ip. Added docstrings to some of the methods. todo - complete unit tests for extended methods commit 84938fa5b17b3887549cc9c61e05279306aaf078 Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-08-27T23:53:58Z [LIBCLOUD-737] Completed implementation and unit test suite. commit 2d2fbc064ab0bb09f06aa12eeadaf78d98cf1165 Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2015-08-27T23:59:58Z [LIBCLOUD-737] Updated docs. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---