This is an automated email from the ASF dual-hosted git repository.
tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.
from 0feff41 Indicate we are now working on v2.6.1-dev.
new df1e323 [LIBCLOUD-870] create_balancer & ex_create_balancer methods
for ALB driver
new 0b8e68b [LIBCLOUD-870] tests for ALB ex_create_balancer method
new 85dc9c5 [LIBCLOUD-870] new ex_create_target_group ALB method and
additional target group data collection in _to_target_group
new b3cbb9c [LIBCLOUD-870] ex_register_targets method for ALB
new 6af9fe5 [LIBCLOUD-870] new ex_create_listener ALB method and
additional listener data in _to_listener
new cd4e936 [LIBCLOUD-870] new ex_create_listener_rule method
new d8be459 [LIBCLOUD-870] cosmetic refactoring in alb.py
new 68b93da [LIBCLOUD-870] test fixtures for ALB driver
new fa54cbe [LIBCLOUD-870] tests for alb ex_create_target_group,
ex_register_targets, ex_create_listener & ex_create_listener_rule methods
new 26922f2 [LIBCLOUD-870] disabled test_create_balancer as it depends on
ex_register_targets
new aa979be [LIBCLOUD-870] character fix in target group name
new 65112b5 [LIBCLOUD-870] param fix in ex_register_targets
new 80f8197 [LIBCLOUD-870] param name fix in get_balancer
new 2613b8e [LIBCLOUD-870] tests for create_balancer &
ex_register_targets AWS ALB driver methods
new 2bd43f3 [LIBCLOUD-870] fixed character in target group names for tests
new f294efb [LIBCLOUD-870] code & style fixes for tests
new ce862dd [LIBCLOUD-870] more style fixes for tests
new 62aebe3 [LIBCLOUD-870] test_alb.py style fixes
new 4a20695 [LIBCLOUD-870] added docstrings
new a8aaf15 [LIBCLOUD-870] ALB target group, listener & rule as classes
new 337741b [LIBCLOUD-870] additional style fixes for tests
new bb86f4c [LIBCLOUD-870] mutable args in function definition fix
new 30f897e Merge pull request #1349 from lrvan/LIBCLOUD-870
The 6796 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
libcloud/loadbalancer/drivers/alb.py | 952 ++++++++++++++++++---
...ribe_load_balancers.xml => create_balancer.xml} | 30 +-
.../loadbalancer/fixtures/alb/create_listener.xml | 27 +
.../test/loadbalancer/fixtures/alb/create_rule.xml | 28 +
.../fixtures/alb/create_target_group.xml | 26 +
.../alb/describe_load_balancer_listeters.xml | 4 +-
.../fixtures/alb/describe_load_balancer_rules.xml | 2 +-
.../alb/describe_load_balancer_target_groups.xml | 8 +-
.../loadbalancer/fixtures/alb/register_targets.xml | 6 +
libcloud/test/loadbalancer/test_alb.py | 240 ++++--
10 files changed, 1142 insertions(+), 181 deletions(-)
copy libcloud/test/loadbalancer/fixtures/alb/{describe_load_balancers.xml =>
create_balancer.xml} (62%)
create mode 100644 libcloud/test/loadbalancer/fixtures/alb/create_listener.xml
create mode 100644 libcloud/test/loadbalancer/fixtures/alb/create_rule.xml
create mode 100644
libcloud/test/loadbalancer/fixtures/alb/create_target_group.xml
create mode 100644 libcloud/test/loadbalancer/fixtures/alb/register_targets.xml