This bug has been migrated to another issue tracking site. It has been closed here and may no longer be being monitored.

If you would like to get updates for this issue, or to participate in it, you may do so at Red Hat Issue Tracker .
Bug 2190439 - cloudInitConfigDrive yaml contains cloudInitNoCloud content
Summary: cloudInitConfigDrive yaml contains cloudInitNoCloud content
Keywords:
Status: CLOSED MIGRATED
Alias: None
Product: Container Native Virtualization (CNV)
Classification: Red Hat
Component: User Experience
Version: 4.12.3
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Tal Nisan
QA Contact: Guohua Ouyang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-04-28 12:31 UTC by Dominik Holler
Modified: 2023-09-27 16:51 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-08-29 02:57:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 2213449 0 unspecified CLOSED cloud-init fails when configuring both network and SSH key from the OpenShift console 2023-09-20 16:00:49 UTC
Red Hat Issue Tracker   CNV-28438 0 None None None 2023-08-29 02:57:57 UTC

Internal Links: 2213073 2213449

Description Dominik Holler 2023-04-28 12:31:40 UTC
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


Note You need to log in before you can comment on or make changes to this bug.