-
Bug
-
Resolution: Done-Errata
-
None
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
- depends on
-
CNV-31413 Provide a working example of IP configuration through networkData for VMs
- Closed
- is related to
-
CNV-31980 Add NoCloud propagation method support to access credentials API
- Closed
-
CNV-28700 Attempting to set Static IP on a VM via OCP Console UI does not work
- Closed
- relates to
-
CNV-33537 Change cloudinit to NoCloud - UI
- Closed
-
CNV-36242 [enterprise-4.12] Issue in file virt/virtual_machines/vm_networking/virt-configuring-ip-for-vms.adoc
- ASSIGNED
-
CNV-29457 [2213073] OpenShift console does not generate correct cloud-init config
- Closed
-
CNV-29802 [2213449] cloud-init fails when configuring both network and SSH key from the OpenShift console
- Closed
-
CNV-30309 [2217541] IP address not set by cloud-init when using secondary NIC via NetworkAttachmentDefinition
- Closed
- external trackers
- links to
-
RHEA-2023:116760 OpenShift Virtualization 4.15.0 Images
- mentioned on