This repository was archived by the owner on Jan 1, 2024. It is now read-only.
1.10.0 - more than alive
Added
wait_members_alivestep to wait until all cluster members havealivestatus
and specified state;wait_cluster_has_no_issuesstep to wait until cluster has no issues- Availability to upload ZIP configs to TDG;
cartridge_not_save_cookie_in_app_configvariable that allows to disable persisting cluster
cookie in the application configuration file;patch_instance_in_runtimestep to update instance parameters in runtime;- Variables
bootstrap_vshard_retries,bootstrap_vshard_delay,connect_to_membership_retries,
connect_to_membership_delayto change hardcoded values.
Changed
- Timeout
instance_start_timeout(to check that all instances become started)
deprecated and replaced withinstance_start_retriesandinstance_start_delay; - Timeout
instance_discover_buckets_timeout(to check that instances discover buckets)
deprecated and replaced withinstance_discover_buckets_retriesandinstance_discover_buckets_delay.
Fixed
- Fail on getting control instance when all unjoined instances haven't
replicaset_aliasset; - Support of Ansible 4.0 (Ansible Core 2.11);
- Handling of bad membership members - empty or with empty payload.