Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mysql_server: New attributes, flatten storage_profile block #6833

Merged
merged 6 commits into from May 14, 2020

Commits on May 11, 2020

  1. New attributes, flatten storage_profile block

    - `create_mode`, `creation_source_server_id`,
      `infrastructure_encryption_enabled`,
      `ssl_minimal_tls_version_enforced`
    
    - Support replicas and point-in-time restores
    
    - Use booleans for toggle properties, renaming
      * `auto_grow` -> `auto_grow_enabled`
      * `geo_redundant_backup` -> `geo_redundant_backup_enabled`
      * `ssl_enforcement` -> `ssl_enforcement_enabled`
    
    - Remove redundant `storage_profile` block and move all properties
      within to top level
    
    Fixes: #4756
    Related: #6459
    manicminer committed May 11, 2020
    Copy the full SHA
    0d0f704 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1cee55e View commit details
    Browse the repository at this point in the history
  3. Clean up imports

    manicminer committed May 11, 2020
    Copy the full SHA
    48808e6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e11c860 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Tidy imports, ensure storage_mb always specified, note to remove de…

    …precated tests in v3.0
    manicminer committed May 13, 2020
    Copy the full SHA
    a77dc16 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Copy the full SHA
    cb16647 View commit details
    Browse the repository at this point in the history