mu icon indicating copy to clipboard operation
mu copied to clipboard

Allow disable creation of ELB

Open cplee opened this issue 7 years ago • 4 comments
trafficstars

Add option to disable ELB creation:

environments:
- name: foo 
  loadbalancer:
      disabled: true

cplee avatar Mar 07 '18 18:03 cplee

Hi,

I would like to work on it. Could you please give me some information about which part of the code should I look?

albertogviana avatar Oct 04 '18 20:10 albertogviana

@albertogviana I'd suggest adding a new field named Disabled here: https://github.com/stelligent/mu/blob/develop/common/types.go#L75 and then surround the step in the workflow with a conditional: https://github.com/stelligent/mu/blob/develop/workflows/environment_upsert.go#L28

cplee avatar Oct 08 '18 05:10 cplee

@albertogviana I'd suggest adding a new field named Disabled here: https://github.com/stelligent/mu/blob/develop/common/types.go#L75 and then surround the step in the workflow with a conditional: https://github.com/stelligent/mu/blob/develop/workflows/environment_upsert.go#L28

Still looking for some help with this?

jdbohrman avatar Dec 23 '18 11:12 jdbohrman

That would be great @jdbohrman

cplee avatar Dec 26 '18 17:12 cplee