mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-05 17:32:09 +01:00
Merge pull request #1223 from crawford/etcd2
oem-*: fix etcd2 peer election option
This commit is contained in:
commit
4a25ea0f41
@ -16,7 +16,7 @@ coreos:
|
||||
- name: 10-oem.conf
|
||||
content: |
|
||||
[Service]
|
||||
Environment=ETCD_PEER_ELECTION_TIMEOUT=1200
|
||||
Environment=ETCD_ELECTION_TIMEOUT=1200
|
||||
|
||||
- name: waagent.service
|
||||
command: start
|
||||
|
||||
@ -16,7 +16,7 @@ coreos:
|
||||
- name: 10-oem.conf
|
||||
content: |
|
||||
[Service]
|
||||
Environment=ETCD_PEER_ELECTION_TIMEOUT=1200
|
||||
Environment=ETCD_ELECTION_TIMEOUT=1200
|
||||
|
||||
- name: oem-cloudinit.service
|
||||
command: restart
|
||||
|
||||
@ -16,7 +16,7 @@ coreos:
|
||||
- name: 10-oem.conf
|
||||
content: |
|
||||
[Service]
|
||||
Environment=ETCD_PEER_ELECTION_TIMEOUT=1200
|
||||
Environment=ETCD_ELECTION_TIMEOUT=1200
|
||||
|
||||
- name: user-configdrive.service
|
||||
mask: yes
|
||||
|
||||
@ -16,7 +16,7 @@ coreos:
|
||||
- name: 10-oem.conf
|
||||
content: |
|
||||
[Service]
|
||||
Environment=ETCD_PEER_ELECTION_TIMEOUT=1200
|
||||
Environment=ETCD_ELECTION_TIMEOUT=1200
|
||||
|
||||
- name: nova-agent-auto.service
|
||||
command: restart
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user