You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Miroslav Novak (Jira)" <ji...@apache.org> on 2021/05/06 10:12:00 UTC

[jira] [Updated] (JCLOUDS-1577) Running custom image created from MS Marketplace fails because no "Plan Information" is provided

     [ https://issues.apache.org/jira/browse/JCLOUDS-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Miroslav Novak updated JCLOUDS-1577:
------------------------------------
    Description: 
This issue is specific for Azure ARM. 

New VM based on RHEL 8 "gold" image on MS Marketplace can be easily started. However in case I create new custom image from modified VM (installing some application and making changes to firewall) and try to start again then it fails because "Plan Information" was not provided. Basically when new VM is started from this image publisher/offer/sku is required. 

As the new image is custom there is no way how to pass publisher/offer/sku properties to JClouds when creating new VM. 

Failure message: 
{code}
Provisioning state Provisioning failed.
Creating a virtual machine from Marketplace image or a custom image sourced from a Marketplace image requires Plan information in the request. VM: '/subscriptions/7dee6f21-9f05-414e-99fa-08d3215fb420/resourceGroups/eap73-rhel8-byos/providers/Microsoft.Compute/virtualMachines/sst-mnovak-138'..
VMMarketplaceInvalidInput
{code}

  was:
This issue is specific for Azure ARM. 

New VM based on RHEL 8 "gold" image on MS Marketplace can be easily started. However in case I create new custom image from modified VM (installing some application and making changes to firewall) and try to start again then it fails because "Plan Information" was not provided. Basically when new VM is started from this image publisher/offer/sku is required. 

As the new image is custom there is no way how to pass publisher/offer/sku properties to JClouds when creating new VM. 


> Running custom image created from MS Marketplace fails because no "Plan Information" is provided
> ------------------------------------------------------------------------------------------------
>
>                 Key: JCLOUDS-1577
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1577
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-compute
>    Affects Versions: 2.3.0
>            Reporter: Miroslav Novak
>            Priority: Major
>              Labels: azurecompute-arm, compute
>
> This issue is specific for Azure ARM. 
> New VM based on RHEL 8 "gold" image on MS Marketplace can be easily started. However in case I create new custom image from modified VM (installing some application and making changes to firewall) and try to start again then it fails because "Plan Information" was not provided. Basically when new VM is started from this image publisher/offer/sku is required. 
> As the new image is custom there is no way how to pass publisher/offer/sku properties to JClouds when creating new VM. 
> Failure message: 
> {code}
> Provisioning state Provisioning failed.
> Creating a virtual machine from Marketplace image or a custom image sourced from a Marketplace image requires Plan information in the request. VM: '/subscriptions/7dee6f21-9f05-414e-99fa-08d3215fb420/resourceGroups/eap73-rhel8-byos/providers/Microsoft.Compute/virtualMachines/sst-mnovak-138'..
> VMMarketplaceInvalidInput
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)