Florent Monbillard
5989680967
Make sure node_ip is set if node is in etcd group ( #6719 )
4 years ago
Florian Ruynat
2faf53b039
Check node_ip is defined when removing etcd node ( #6603 )
4 years ago
Maxime Guyot
214e08f8c9
Fix ansible-lint E305 ( #6459 )
4 years ago
Maxime Guyot
e70f27dd79
Add noqa and disable .ansible-lint global exclusions ( #6410 )
4 years ago
Florian Ruynat
d8a197ca51
Fix remove etcd broken with etcdctl_api 3 ( #6448 )
4 years ago
Florent Monbillard
bf8c8976dd
Upgrade etcd to 3.4.3 ( #5998 )
4 years ago
Sam Lin
6bb47d8adb
Fix can't remove etcd node ( #6363 )
* add remove_node_ip
* move remove_node_ip to remove etcd part
* fix: remove tail space
* fix: handle ubuntu: focal
4 years ago
Maxime Guyot
00fe3d5094
Explicitly set ETCDCTL_API and use ETCDCTL_ENDPOINTS ( #6327 )
4 years ago
Alexander Petermann
7712bd0c76
remove ectd node in pre step, instead of post step ( #6099 )
4 years ago
Nakahara, Kohei
57bb7aa5f6
Fix delete nodes task ( #5747 )
4 years ago
BenoitBOULANGER
e01118d36d
Fix issue in remove-node/post-remove task ( #5185 ) ( #5186 )
5 years ago
Matthew Mosesohn
75d1be8272
Fix check for removing etcd member ( #5051 )
Change-Id: Ib27d051ff111f813097a9b33a86465a2a30a6db0
5 years ago
Matthew Mosesohn
a44235d11b
Refactor remove node to allow removing dead nodes and etcd members ( #5009 )
Change-Id: I1c59249f08f16d0f6fd60df6ab61f17a0a7df189
5 years ago
MarkusTeufelberger
e67f848abc
ansible-lint: add spaces around variables [E206] ( #4699 )
5 years ago
mauromedda
9cef20187c
Add the path to kubectl binary
The post-remove action fails during the kubectl delete node action because with rc: 2, command not found. The kubectl is not in the system PATH and the full path to the binary is required
6 years ago
Mark Eisenblaetter
b548f6f320
move node selection from --limit to --extra-vars=node<nodename>"
6 years ago
rongzhang
94aa062d51
Add run_once to remove-node
6 years ago
rong.zhang
12c78e622b
Remove nodes
Drain node except daemonsets resource
Use reset cluser for delete deploy data
Then delete node
6 years ago