vmware-archive / pynsxv

PyNSXv is a high level python based library and CLI tool to control NSX for vSphere
Other
55 stars 23 forks source link

Advanced Load Balancing #3

Open yfauser opened 8 years ago

yfauser commented 8 years ago

Advanced Load Balancing on Edge Gw including SSL termination, AppRules, advanced healthchecks

yfauser commented 8 years ago
ddesmidt commented 8 years ago

Also add "Global LB Acceleration" (for L4 Engine)

ddesmidt commented 8 years ago

[Optional if not complex] Modify "something" in an existing LB object. Like: . I have an existing AppProfile and want to add Cookie persistence . I have an existing Pool and change LB algo from RR to LeastConn

c4nc commented 7 years ago

Can I propose to add the ability to manage (upload, activate, delete) SSL Certificate at the LB level?

yfauser commented 7 years ago

@c4nc That would be a great addition to the code. Right now I'm working a lot at other priorities, but I can try to squeeze Feature Request / Issue #3 it in at some future time. Or were you suggesting that you contribute the code?