|
7 rokov pred | |
---|---|---|
.. | ||
defaults | 7 rokov pred | |
meta | 7 rokov pred | |
tasks | 7 rokov pred | |
README.md | 7 rokov pred |
Offline etcd migration of data from v2 to v3
It is expected all consumers of the etcd data are not accessing the data. Otherwise the migrated data can be out-of-sync with the v2 and can result in unhealthy etcd cluster.
The role itself is responsible for:
The migration itself requires an etcd member to be down in the process. Once the migration is done, the etcd member is started.
TBD
- name: Migrate etcd data from v2 to v3
hosts: oo_etcd_to_config
gather_facts: no
tasks:
- include_role:
name: openshift_etcd_migrate
vars:
etcd_peer: "{{ ansible_default_ipv4.address }}"
Apache License, Version 2.0
Jan Chaloupka (jchaloup@redhat.com)