Uploaded image for project: 'OpenShift Virtualization'
  1. OpenShift Virtualization
  2. CNV-28438

[2190439] cloudInitConfigDrive yaml contains cloudInitNoCloud content

XMLWordPrintable

      Description of problem:
      cloudInitConfigDrive yaml contains cloudInitNoCloud content

      Version-Release number of selected component (if applicable):

      How reproducible:

      Steps to Reproduce:
      1. Create VM from Catalog
      2. Customize Virtual Machine
      3. Review and create VirtualMachine -> Scripts -> Cloud-init -> Edit -> Add network data and fill in some values

      Actual results:

      • cloudInitConfigDrive:
        networkData: |
        network:
        version: '1'
        config:
      • type: physical
        name: eth0
        subnets:
      • type: static
        address:
      • 10.0.2.2
        gateway: 10.0.2.1

      Expected results:
      something like

      • cloudInitNoCloud:
        networkData: |
        network:
        version: 1
        config:
      • type: physical
        name: eth0
        subnets:
      • type: static
        address: 10.0.2.2
        gateway: 10.0.2.1

      or maybe cloudInitConfigDrive network_data.json in userdata

      Additional info:
      Is the cloud-init network config

            aturgema Aviv Turgeman
            dholler@redhat.com Dominik Holler
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: