network customization with cloud-init does not work on Ubuntu18.04 Beta2 Server
Bug #1766538 reported by
Pengpeng Sun
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cloud-init |
Fix Released
|
Medium
|
Pengpeng Sun | ||
cloud-init (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
Xenial |
Fix Released
|
Medium
|
Unassigned | ||
Bionic |
Fix Released
|
Medium
|
Unassigned | ||
Cosmic |
Fix Released
|
Medium
|
Unassigned |
Bug Description
This issue does NOT exist on Ubuntu18.04 Beta2 Desktop, it only reproduces on Ubuntu18.04 Beta2 Server
Ubuntu18.04 Beta2 Server is installed on a VMware VM.
VMware customization Config File was copied to /var/run/
Check cloud-init.log, it parsed the cust.cfg, but VM network is not customized correctly according to cust.cfg.
Related branches
~chad.smith/cloud-init:ubuntu/devel
- Server Team CI bot: Approve (continuous-integration)
- cloud-init Commiters: Pending requested
-
Diff: 955 lines (+706/-25)13 files modifiedcloudinit/cloud.py (+2/-2)
cloudinit/cmd/main.py (+5/-3)
cloudinit/config/tests/test_ssh.py (+147/-0)
cloudinit/distros/__init__.py (+1/-1)
cloudinit/reporting/__init__.py (+7/-1)
cloudinit/reporting/handlers.py (+246/-0)
cloudinit/sources/helpers/vmware/imc/config_nic.py (+1/-1)
cloudinit/stages.py (+1/-1)
cloudinit/tests/helpers.py (+27/-16)
debian/changelog (+14/-0)
tests/unittests/test_reporting_hyperv.py (+134/-0)
tests/unittests/test_vmware_config_file.py (+115/-0)
tools/read-version (+6/-0)
~pengpengs/cloud-init:fix/vmware-gosc-fail-with-staticIP-and-no-gateway
- Server Team CI bot: Approve (continuous-integration)
- Scott Moser: Approve
-
Diff: 149 lines (+116/-1)2 files modifiedcloudinit/sources/helpers/vmware/imc/config_nic.py (+1/-1)
tests/unittests/test_vmware_config_file.py (+115/-0)
Changed in cloud-init (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in cloud-init: | |
status: | New → Fix Committed |
importance: | Undecided → Medium |
Changed in cloud-init (Ubuntu Xenial): | |
status: | New → Confirmed |
Changed in cloud-init (Ubuntu Bionic): | |
status: | New → Confirmed |
Changed in cloud-init (Ubuntu Xenial): | |
importance: | Undecided → Medium |
Changed in cloud-init (Ubuntu Bionic): | |
importance: | Undecided → Medium |
Changed in cloud-init: | |
assignee: | nobody → Pengpeng Sun (pengpengs) |
Changed in cloud-init (Ubuntu Cosmic): | |
assignee: | Pengpeng Sun (pengpengs) → nobody |
To post a comment you must log in.
attached cloud-init.log