From 000727ae6ab843291aee13046897cbdaea999193 Mon Sep 17 00:00:00 2001 From: Graham Taylor Date: Wed, 9 Mar 2016 14:38:35 +0000 Subject: [PATCH] Fix #659 - disable fleet --- terraform/aws/private-cloud/slave-cloud-config.yml.tpl | 2 -- terraform/aws/public-cloud/master-cloud-config.yml.tpl | 2 -- terraform/aws/public-cloud/slave-cloud-config.yml.tpl | 2 -- 3 files changed, 6 deletions(-) diff --git a/terraform/aws/private-cloud/slave-cloud-config.yml.tpl b/terraform/aws/private-cloud/slave-cloud-config.yml.tpl index 1d9dbfb1..785301ef 100644 --- a/terraform/aws/private-cloud/slave-cloud-config.yml.tpl +++ b/terraform/aws/private-cloud/slave-cloud-config.yml.tpl @@ -43,8 +43,6 @@ coreos: units: - name: etcd2.service command: start - - name: fleet.service - command: start update: reboot-strategy: best-effort manage_etc_hosts: localhost diff --git a/terraform/aws/public-cloud/master-cloud-config.yml.tpl b/terraform/aws/public-cloud/master-cloud-config.yml.tpl index 0fbd02a0..d3682356 100644 --- a/terraform/aws/public-cloud/master-cloud-config.yml.tpl +++ b/terraform/aws/public-cloud/master-cloud-config.yml.tpl @@ -14,8 +14,6 @@ coreos: units: - name: etcd2.service command: start - - name: fleet.service - command: start update: reboot-strategy: best-effort manage_etc_hosts: localhost diff --git a/terraform/aws/public-cloud/slave-cloud-config.yml.tpl b/terraform/aws/public-cloud/slave-cloud-config.yml.tpl index ff264119..c0b891d7 100644 --- a/terraform/aws/public-cloud/slave-cloud-config.yml.tpl +++ b/terraform/aws/public-cloud/slave-cloud-config.yml.tpl @@ -43,8 +43,6 @@ coreos: units: - name: etcd2.service command: start - - name: fleet.service - command: start update: reboot-strategy: best-effort manage_etc_hosts: localhost