Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

create-basic-configdrive: update etcd v2 to etcd v3 #812

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions contrib/create-basic-configdrive
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,15 @@ This tool creates a basic config-drive ISO image.
CLOUD_CONFIG="#cloud-config

coreos:
etcd2:
etcd-member:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name: <ETCD_NAME>
advertise-client-urls: <ETCD_ADDR>
initial-advertise-peer-urls: <ETCD_PEER_URLS>
discovery: <ETCD_DISCOVERY>
listen-peer-urls: <ETCD_LISTEN_PEER_URLS>
listen-client-urls: <ETCD_LISTEN_CLIENT_URLS>
units:
- name: etcd2.service
command: start
- name: fleet.service
- name: etcd-member.service
command: start
ssh_authorized_keys:
- <SSH_KEY>
Expand Down