Uploaded image for project: 'jclouds'
  1. jclouds
  2. JCLOUDS-1289

Improve default image selection on azurecompute-arm

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • None
    • None
    • jclouds-compute

    Description

      By default (no publisher set) Brooklyn will choose the image Canonical/Ubuntu_Snappy_Core_Docker/15.04 when in region northeurope. Once UP provisioning fails due to authentication failure.

      Workaround is to configure the location with either:

      jclouds.azurecompute.arm.publishers: OpenLogic
      osVersionRegex: 7 # optional
      
      jclouds.azurecompute.arm.publishers: Canonical
      osVersionRegex: 16 # optional
      

      Attachments

        Activity

          nacx Ignasi Barrera added a comment -

          Which version of jclouds are you using? According to the default expression used, it will try to match an Ubuntu LTS version:
          https://github.com/jclouds/jclouds-labs/blob/master/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/AzureComputeProviderMetadata.java#L98

          nacx Ignasi Barrera added a comment - Which version of jclouds are you using? According to the default expression used, it will try to match an Ubuntu LTS version: https://github.com/jclouds/jclouds-labs/blob/master/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/AzureComputeProviderMetadata.java#L98
          nacx Ignasi Barrera added a comment -

          Also, the AzureTemplateBuilderLiveTest should verify this. IS it working for you?

          nacx Ignasi Barrera added a comment - Also, the AzureTemplateBuilderLiveTest should verify this. IS it working for you?

          Apologies nacx, filed the issue against the wrong project (should've been Brooklyn). Should stop doing this.

          This is not caused by jclouds.

          svet Svetoslav Neykov added a comment - Apologies nacx , filed the issue against the wrong project (should've been Brooklyn). Should stop doing this. This is not caused by jclouds.

          People

            Unassigned Unassigned
            svet Svetoslav Neykov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: