Skip to content

Adding GTM wideips - Branched out of Servers PR, merge this after PR(#673)#674

Merged
caphrim007 merged 2 commits intoF5Networks:developmentfrom
wojtek0806:wideips_pr_branched_from_servers_pr
Sep 9, 2016
Merged

Adding GTM wideips - Branched out of Servers PR, merge this after PR(#673)#674
caphrim007 merged 2 commits intoF5Networks:developmentfrom
wojtek0806:wideips_pr_branched_from_servers_pr

Conversation

@wojtek0806
Copy link
Copy Markdown
Contributor

Fixes #633

Problem:
GTM WideIP endpoint was missing from the SDK. This is a first of a series of PRs meant to introduce the GTM pools to the SDK

Analysis:
WideIP endpoint was added as it was a dependency for GTM pools

Tests:
Flake8
Functional Tests
Unit Tests

Files Added/Changed:

f5-common-python/f5/bigip/tm/gtm/init.py
f5-common-python/f5/bigip/tm/gtm/wideip.py
f5-common-python/f5/bigip/tm/gtm/test/test_wideip.py
f5-common-python/test/functional/tm/gtm/test_wideip.py

Problem:
GTM server endpoint was missing from the SDK. This is a first of a series of PRs meant to introduce the GTM pools to the SDK

Analysis:
Server endpoint was added as it was a dependency for GTM pools

Tests:
Flake8
Functional Tests
Unit Tests

Files Added/Changed:

f5-common-python/f5/bigip/tm/gtm/init.py
f5-common-python/f5/bigip/tm/gtm/server.py
f5-common-python/f5/bigip/tm/gtm/test/test.server.py
f5-common-python/test/functional/tm/gtm/test_server.py
Problem:
GTM WideIP  endpoint was missing from the SDK. This is a first of a series of PRs meant to introduce the GTM pools to the SDK

Analysis:
WideIP endpoint was added as it was a dependency for GTM pools

Tests:
Flake8
Functional Tests
Unit Tests

Files Added/Changed:

f5-common-python/f5/bigip/tm/gtm/init.py
f5-common-python/f5/bigip/tm/gtm/wideip.py
f5-common-python/f5/bigip/tm/gtm/test/test_wideip.py
f5-common-python/test/functional/tm/gtm/test_wideip.py
@wojtek0806 wojtek0806 assigned zancas and pjbreaux and unassigned zancas and pjbreaux Sep 8, 2016
Comment thread f5/bigip/tm/gtm/server.py
Virtual_Servers}


class Virtual_Servers(Resource):
Copy link
Copy Markdown
Contributor

@caphrim007 caphrim007 Sep 9, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I realize I let this slide in the last PR, but we have a precedent in the sys/snmp code whereby the resource being operated on in singular. So methinks we should continue that here and fix the other PR (or fix both of these in a new PR).

See here
https://github.com/F5Networks/f5-common-python/blob/development/f5/bigip/tm/sys/snmp.py#L64

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huh ?

@caphrim007
Copy link
Copy Markdown
Contributor

aside from the plural -> singular, lgtm. singular can be fixed for both this and #673 in a later pr

@wojtek0806
Copy link
Copy Markdown
Contributor Author

ok can you open issue for that and assign to me :) ?

@jasonrahm
Copy link
Copy Markdown

I've seen it both ways..

this PR is in alignment with existing ltm/pool/members

@caphrim007 caphrim007 merged commit b3576fb into F5Networks:development Sep 9, 2016
caphrim007 added a commit that referenced this pull request Sep 9, 2016
…s_pr

Adding GTM pools - branched out ofr PR(#674), merge this last
@wojtek0806 wojtek0806 deleted the wideips_pr_branched_from_servers_pr branch September 12, 2016 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants