Skip to content

Commit

Permalink
Remove elb for cloudint errors (#52)
Browse files Browse the repository at this point in the history
Fix cloudinit errors with early bad .sls. Here's the bad previous .sls 
lyft/superset-private_DEPRECATED@19d37d4#diff-89afc06b58df109a6a1f1e354814c0e7

@lyft/command-center @bpownow
  • Loading branch information
hughhhh authored and lyft-buildnotify committed Nov 9, 2017
1 parent db53065 commit 3e30b21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ops/orca/states/superset.sls
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ Ensure {{ grains.cluster_name }} asg exists:
- profile: orca_profile

{% if grains.service_instance == 'production' %}

Ensure {{ grains.cluster_name }}-i elb is deleted:
boto_elb.absent:
- name: {{ grains.cluster_name }}-i
- profile: orca_profile

Ensure {{ grains.cluster_name }}-canary asg exists:
boto_asg.present:
- name: {{ grains.cluster_name }}-canary
Expand Down

0 comments on commit 3e30b21

Please sign in to comment.