Remove the --machines SaltStack configuration on GCE

Per https://github.com/GoogleCloudPlatform/kubernetes/issues/6072#issuecomment-87074456, this is no longer necessary.
We now no longer need a static node list. Woo!
This commit is contained in:
Zach Loafman
2015-03-27 14:44:19 -07:00
parent a2801a5a18
commit 68ccb97907
3 changed files with 6 additions and 34 deletions

View File

@@ -21,7 +21,6 @@
{% if grains.cloud is defined -%}
{% if grains.cloud == 'gce' -%}
{% set cloud_provider = "--cloud_provider=gce" -%}
{% set machines = "--machines=" + pillar['gce_node_names'] -%}
{% endif -%}
{% if grains.cloud == 'aws' -%}
{% set cloud_provider = "--cloud_provider=aws" -%}