ansible-collections / azure

Development area for Azure Collections
https://galaxy.ansible.com/azure/azcollection
GNU General Public License v3.0
245 stars 327 forks source link

Add MySQL flexible server #760

Open x4FF3 opened 2 years ago

x4FF3 commented 2 years ago
SUMMARY

Add flexible as an option for mysql server.

ISSUE TYPE
COMPONENT NAME

azure_rm_mysql*

ADDITIONAL INFORMATION

As we are switching from standalone to flexible servers, it would be very useful to be able to deploy these servers via ansible. @Fred-sun

Fred-sun commented 2 years ago

@x4FF3 Thank you for submitting this question, it is a very useful feature, we will review it as soon as possible. Thank you very much!

feiyan-gh commented 2 years ago

I also would like this feature

Fred-sun commented 2 years ago

Is doing!

x4FF3 commented 2 years ago

Hi, any ETA on this?

x4FF3 commented 1 year ago

@Fred-sun any update on this?

feiyan-gh commented 1 year ago

In the end I had to use direct call to azure cli to provision flexible servers. @x4FF3 you could try do the same.

x4FF3 commented 1 year ago

Hi,

yes i also used the command module now...

x4FF3 commented 1 year ago

@Fred-sun could you please add this feature? as of 16 jan 2023, only flexible servers can be created...

Fred-sun commented 1 year ago

@x4FF3 Ok, I will!

Fred-sun commented 1 year ago

@x4FF3 The SDK on which MySQL Server depends does not support the "flexible" parameter and cannot be added. Thanks!

x4FF3 commented 1 year ago

@Fred-sun is the SDK also open source?

Fred-sun commented 1 year ago

@x4FF3 Open resource, relate link https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/rdbms. Thank you very much!

x4FF3 commented 1 year ago

the mysql sdk does not support flexible server, but https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql_flexibleservers should be usable for an azure module?

Fred-sun commented 1 year ago

@x4FF3 Yes, it should be a new module support. Thanks!

YanekR commented 2 months ago

Hello, do we have any update on this. Would be good to have this feature as Single Servers are going to be shutdown soon.

sicet7 commented 1 month ago

Hello, Any update on this? :sweat_smile: Because as far as my google searching gets me, September 16, 2024 is the retirement date for the single server, we're getting awfully close :sweat_smile:

@x4FF3 You mentioned you mentioned something about using the "command module" do you have an example of how one would do that? Thanks :smile:

Fred-sun commented 1 month ago

Added by #1586