vmware-archive / cliaas

an iaas agnostic cli to perform blue green ops manager rotations
Apache License 2.0
5 stars 7 forks source link

[#144886069] - Implement a command to switch backend instances with a… #7

Open datianshi opened 6 years ago

datianshi commented 6 years ago

implement the load balancer switch the backend instances with AWS

An example command line: ./cliaas -c /tmp/config.yml swap-lb-backend --identifier opsmanelb (loadbalancer_name) --vm-identifier i-0c3d7d17dd8890bf0 (instance_id)

For GCP and Azure just have empty implementation.

@abbyachau @z4ce @ryanpei

cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

datianshi commented 6 years ago

This is related to issue #2