ansible-collections / azure

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

Azure Dedicated Host #263

Open ShwetaliBerad opened 4 years ago

ShwetaliBerad commented 4 years ago

SUMMARY

This feature will introduce a provision for following

  1. Creating/Updating Host
  2. Deleting Host
  3. Listing All Host from Resource Group
  4. Get Details of a Host

ISSUE TYPE

COMPONENT NAME

azure_rm_host azure_rm_host_info

ADDITIONAL INFORMATION

Azure Dedicated Hosts allow user to provision and manage a physical server within data centers that are dedicated to user's Azure subscription. A dedicated host gives user an assurance that only VMs from user's subscription are on the host, flexibility to choose VMs from user's subscription that will be provisioned on the host, and the control of platform maintenance at the level of the host.

Fred-sun commented 3 years ago

@ShwetaliBerad Thank you for your new request? But can you elaborate on the needs and purpose of this module? He will help to add this new module. In addition, azure_rm_virtualmachine/ azure_rm_virtualmahince_info is a module for VM management. Does it meet your needs? Thank you!

ShwetaliBerad commented 3 years ago

@ShwetaliBerad Thank you for your new request? But can you elaborate on the needs and purpose of this module? He will help to add this new module. In addition, azure_rm_virtualmachine/ azure_rm_virtualmahince_info is a module for VM management. Does it meet your needs? Thank you!

@Fred-sun : This module will create a dedicated host , which can be associated to the VM, so the VM gets created under selected host. Currently, azure_rm_virtualmachine/ azure_rm_virtualmahince_info module is not handling dedicated host parameter to be associated to VM, need updates in azure_rm_virtualmachine/ azure_rm_virtualmahince_info to link dedicated host. More information : https://docs.microsoft.com/en-us/azure/virtual-machines/windows/dedicated-hosts#groups-hosts-and-vms

I am planning to write these modules.

Fred-sun commented 3 years ago

@ShwetaliBerad Got it, welcome to contribute these two modules, I will push forward the review and merger of this PR!