From ce6c87ce49d5b7a0058296af9851b01970924b87 Mon Sep 17 00:00:00 2001 From: Matt Hughes Date: Tue, 23 Feb 2016 13:33:11 -0500 Subject: [PATCH] Make sure etcd2 actually gets started This configures etcd2, but doesn't actually start it up. At least using the CoreOS Openstack image, nothing else was doing this. --- docs/getting-started-guides/coreos/cloud-configs/master.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started-guides/coreos/cloud-configs/master.yaml b/docs/getting-started-guides/coreos/cloud-configs/master.yaml index 3fdef1ee0f3..fbacf82ef5e 100644 --- a/docs/getting-started-guides/coreos/cloud-configs/master.yaml +++ b/docs/getting-started-guides/coreos/cloud-configs/master.yaml @@ -31,6 +31,8 @@ coreos: fleet: metadata: "role=master" units: + - name: etcd2.service + command: start - name: generate-serviceaccount-key.service command: start content: |