Skip to content

Commit

Permalink
Add SERVICE_ELBS to cloud init (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
amalakar authored and lyft-buildnotify committed Nov 1, 2017
1 parent d846bc3 commit 5749c42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ops/orca/states/superset.sls
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Ensure {{ grains.cluster_name }} asg exists:
scripts:
salt: |
#!/bin/bash
SERVICE_ELBS="{{ grains.cluster_name }}"
{{ pillar.cloud_init_bootstrap_script_base | indent(15,true) }}
- vpc_zone_identifier: {{ pillar.vpc_subnets }}
- availability_zones: {{ pillar.availability_zones }}
Expand Down

0 comments on commit 5749c42

Please sign in to comment.