Skip to content

1.10.0 - more than alive

Compare
Choose a tag to compare
@hackallcode hackallcode released this 04 Jun 13:30
· 52 commits to master since this release
506eced

Added

  • wait_members_alive step to wait until all cluster members have alive status
    and specified state;
  • wait_cluster_has_no_issues step to wait until cluster has no issues
  • Availability to upload ZIP configs to TDG;
  • cartridge_not_save_cookie_in_app_config variable that allows to disable persisting cluster
    cookie in the application configuration file;
  • patch_instance_in_runtime step to update instance parameters in runtime;
  • Variables bootstrap_vshard_retries, bootstrap_vshard_delay, connect_to_membership_retries,
    connect_to_membership_delay to change hardcoded values.

Changed

  • Timeout instance_start_timeout (to check that all instances become started)
    deprecated and replaced with instance_start_retries and instance_start_delay;
  • Timeout instance_discover_buckets_timeout (to check that instances discover buckets)
    deprecated and replaced with instance_discover_buckets_retries and instance_discover_buckets_delay.

Fixed

  • Fail on getting control instance when all unjoined instances haven't
    replicaset_alias set;
  • Support of Ansible 4.0 (Ansible Core 2.11);
  • Handling of bad membership members - empty or with empty payload.