[JIRA] (JENKINS-51528) Allow specifying Windows VM OS disk size

2018-05-24 Thread mbac...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matt Bacchi updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-51528  
 
 
  Allow specifying Windows VM OS disk size   
 

  
 
 
 
 

 
Change By: 
 Matt Bacchi  
 

  
 
 
 
 

 
 In Azure the default size for OS disks is [30 GB for Linux|https://docs.microsoft.com/en-us/azure/virtual-machines/linux/expand-disks] and [127 GB for Windows|https://docs.microsoft.com/en-us/azure/virtual-machines/windows/expand-os-disk].I would like the ability to increase the requested size of the OS disk in the Azure VM Agents Plugin directly. Another option is to use [deployment templates|https://docs.microsoft.com/en-us/azure/virtual-machines/windows/download-template] to [specify the OS disk size|https://docs.microsoft.com/en-us/azure/virtual-machines/windows/download-template]. I have already open an issue in Jira for this request, but I think both  jenkins  JENKINS -51527 and this current request may be useful.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups 

[JIRA] (JENKINS-51527) Allow using downloaded Azure deployment templates

2018-05-24 Thread mbac...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matt Bacchi updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-51527  
 
 
  Allow using downloaded Azure deployment templates   
 

  
 
 
 
 

 
Change By: 
 Matt Bacchi  
 

  
 
 
 
 

 
 Azure allows you to download a template for a running VM and deploy it [using the command line|https://docs.microsoft.com/en-us/azure/virtual-machines/windows/download-template]This is useful if you want to modify the template and deploy slightly different values. For example you cannot deploy a Windows VM with an OS disk greater than 126GB, in order to do so you must add something like this to the template and deploy via the command line([described here|https://docs.microsoft.com/en-us/azure/virtual-machines/windows/using-managed-disks-template-deployments#managed-disks-template-formatting]):{code:java}  "dataDisks": [  {  "diskSizeGB": 500,  "lun": 0,  "createOption": "Empty"  }  ]{code}I would like to increase the OS disk size on my VMs managed by the Azure VM Agents Plugin and this is the only way I can see to do it for the time being, unless you add a feature to the plugin to set the OS disk size (I am planning to open a feature request or improvement issue for this request as well.  Edit: JENKINS-51528 added. )   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
   

[JIRA] (JENKINS-51528) Allow specifying Windows VM OS disk size

2018-05-24 Thread mbac...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matt Bacchi created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-51528  
 
 
  Allow specifying Windows VM OS disk size   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Azure DevOps  
 
 
Components: 
 azure-vm-agents-plugin  
 
 
Created: 
 2018-05-24 15:54  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Matt Bacchi  
 

  
 
 
 
 

 
 In Azure the default size for OS disks is 30 GB for Linux and 127 GB for Windows. I would like the ability to increase the requested size of the OS disk in the Azure VM Agents Plugin directly. Another option is to use deployment templates to specify the OS disk size. I have already open an issue in Jira for this request, but I think both jenkins-51527 and this current request may be useful.      
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  

[JIRA] (JENKINS-51527) Allow using downloaded Azure deployment templates

2018-05-24 Thread mbac...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matt Bacchi updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-51527  
 
 
  Allow using downloaded Azure deployment templates   
 

  
 
 
 
 

 
Change By: 
 Matt Bacchi  
 

  
 
 
 
 

 
 Azure allows you to download a template for a running VM and deploy it [using the command line| [ https://docs.microsoft.com/en-us/azure/virtual-machines/windows/download-template |https://docs.microsoft.com/en-us/azure/virtual-machines/windows/download-template) ] ] This is useful if you want to modify the template and deploy slightly different values. For example you cannot deploy a Windows VM with an OS disk greater than 126GB, in order to do so you must add something like this to the template and deploy via the command line([described here|https://docs.microsoft.com/en-us/azure/virtual-machines/windows/using-managed-disks-template-deployments#managed-disks-template-formatting]):{code:java}  "dataDisks": [  {  "diskSizeGB": 500,  "lun": 0,  "createOption": "Empty"  }  ]{code}I would like to increase the OS disk size on my VMs managed by the Azure VM Agents Plugin and this is the only way I can see to do it for the time being, unless you add a feature to the plugin to set the OS disk size (I am planning to open a feature request or improvement issue for this request as well.)   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
 

[JIRA] (JENKINS-51527) Allow using downloaded Azure deployment templates

2018-05-24 Thread mbac...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Matt Bacchi created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-51527  
 
 
  Allow using downloaded Azure deployment templates   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Azure DevOps  
 
 
Components: 
 azure-vm-agents-plugin  
 
 
Created: 
 2018-05-24 15:41  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Matt Bacchi  
 

  
 
 
 
 

 
 Azure allows you to download a template for a running VM and deploy it [using the command line|https://docs.microsoft.com/en-us/azure/virtual-machines/windows/download-template] This is useful if you want to modify the template and deploy slightly different values. For example you cannot deploy a Windows VM with an OS disk greater than 126GB, in order to do so you must add something like this to the template and deploy via the command line(described here): 

 

  "dataDisks": [
  {
  "diskSizeGB": 500,
  "lun": 0,
  "createOption": "Empty"
  }
  ]
 

 I would like to increase the OS disk size on my VMs managed by the Azure VM Agents Plugin and this is the only way I can see to do it for the time being, unless you add a feature to the plugin to set the OS disk size (I am planning to open a feature request or improvement issue for this request as well.)