Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

OS specified in parameters file not being deployed #188

@janegilring

Description

@janegilring

Describe the bug
When deploying a RHEL BYOS image from a private marketplace offering, the actual OS deployed is not the one specified in the parameters file.

To Reproduce
Steps to reproduce the behavior:

  1. Define the following OS settings in the parameters file:
    "osImageType": {
    "value": "marketplace"
    },
    "value": {
    "publisher": "redhat",
    "offer": "rhel-byos",
    "sku": "rhel-lvm76",
    "version": "latest"
    }

  2. Check OS version in virtual machine after VM deployment has completed, in our case the deployed OS is RHEL 7.7 raw.

Expected behavior
The deployed OS should be as specified in the parameters file.

Template Information (please complete the following information):

  • OS: rhel-lvm76
  • Branch: [master]

Additional context
When looking at the Inputs for the VM deployments in the target resource group, the following Input parameters is relevant for this issue:

  • osImageType: marketplace

  • marketplaceOsImage: {"publisher":"redhat","offer":"rhel-byos","sku":"rhel-lvm76","version":"7.6.20190918"}

  • imageReference: {"publisher":"RedHat","offer":"RHEL","sku":"7-RAW","version":"latest"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions