← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1607061] Re: [RFE] Bulk LBaaS pool member operations

 

** Project changed: neutron => octavia

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1607061

Title:
  [RFE] Bulk LBaaS pool member operations

Status in octavia:
  Triaged

Bug description:
  [Use-cases]
  - Configuration Management
  Perform administrative operations on a collection of members.

  [Limitations]
  Members must currently be created/modified/deleted one at a time.  This can be accomplished programmatically via neutron-api but is cumbersome through the CLI.

  [Enhancement]
  Embellish neutron-api (CLI) and GUI to support management of a group of members via one operation.  Pitching a few ideas on how to do this.

  - Extend existing API
  Add optional filter parameter to neutron-api to find and modify any member caught by the filter.

  - Create new API
  Create new lbaas-members-* commands that makes it clear we're changing a collection.  But leave the lbaas-pool-* command alone which are organizing collections.

  - Base inheritance
  Create new lbaas-member-base-* commands to define default settings then extend lbaas-member-* to specify to the base.  Updating the base would update all members that have not overridden the default.

To manage notifications about this bug go to:
https://bugs.launchpad.net/octavia/+bug/1607061/+subscriptions


References