Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 2096200

Summary: [Machines] Failed to pass the password to the vm when creating vm with Cloud base image
Product: Red Hat Enterprise Linux 9 Reporter: Xianghua Chen <xchen>
Component: cockpit-machinesAssignee: Simon Kobyda <skobyda>
Status: CLOSED ERRATA QA Contact: Xianghua Chen <xchen>
Severity: high Docs Contact:
Priority: unspecified    
Version: 9.1CC: hongzliu, huzhao, jjongsma, jsuchane, juzhou, mmarusak, qzhang, skobyda, tyan, tzheng, virt-maint, wshi, xiliang, yacao, ymao, yunyang
Target Milestone: rcKeywords: Triaged
Target Release: ---Flags: pm-rhel: mirror+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: cockpit-machines-273-1.el9 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-11-15 10:19:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Xianghua Chen 2022-06-13 09:23:59 UTC
Description of problem:
[Machines] Failed to pass the password to the vm when creating vm with Cloud base image
 
Packages:
cockpit-machines-268-1.el9.noarch
cockpit-269-1.el9.x86_64
libvirt-8.4.0-1.el9.x86_64
virt-install-3.2.0-14.el9.noarch

How reproducible:
100%

Steps:
1 Prepare a cloud image like:
rhel-guest-image-9.0-20220420.0.x86_64.qcow2

2 Click "Create VM", on Details tab, configure as following:
Installation type:   "Cloud base image" 
Installation source: the image file prepared in step1 
Operating system:Red Hat Enterprise Linux 9 Unknown (9-unknown Plow)

3 Click Automation tab, configure as following:
Root password:redhat
Leave other fields as blank, click "Create and run"

4. When the vm is running, try to login the vm with root and password provided in step 3.

Actual results:
Failed to login the vm with root and password provided in step 3

Expected results:
Should be able to login the vm with root and password provided in step 3

Additional info:
I've also tried to use virt-install, also failed to pass the password into the vm:
# cat cloudinit-user-data.yaml 
password: 'redhat'
chpasswd: { expire: false }
# virt-install --name rhel-guest-image-1 --memory 4096 --import --disk /images/rhel-guest-image-9.0-20220420.0.x86_64-2.qcow2 --cloud-init user-data=cloudinit-user-data.yaml --noautoconsole

Comment 1 Xianghua Chen 2022-06-13 09:26:32 UTC
Adding hongzliu & juzhou in CC list as this may be an issue of virt-install.

Comment 2 Xianghua Chen 2022-06-15 03:39:58 UTC
Adding yacao & huzhao in CC list as not sure whether this is cloud-init issue at last. Feel free to comment here if you have any comments.

Comment 3 Hongzhou Liu 2022-06-17 02:28:57 UTC
Test this option on RHEL9.1

Packages:

# rpm -q virt-manager virt-install libvirt
virt-manager-3.2.0-14.el9.noarch
virt-install-3.2.0-14.el9.noarch
libvirt-8.4.0-1.el9.x86_64

Step1:
prepare a user-data file:
# cat user-data 
#cloud-config

chpasswd:

   list: |

       root:123456

   expire: false
Step2:Run the command below to set the root password to 123456, then login to the vm
# virt-install  --memory 4096 --disk /home/RHEL-9.1.0-20220612.2-x86_64.qcow2  --cloud-init user-data=./user-data --import

expected result: password for root is "123456"
actual result : password won't be changed

Comment 4 Hongzhou Liu 2022-06-17 02:29:15 UTC
Test this option on RHEL9.1

Packages:

# rpm -q virt-manager virt-install libvirt
virt-manager-3.2.0-14.el9.noarch
virt-install-3.2.0-14.el9.noarch
libvirt-8.4.0-1.el9.x86_64

Step1:
prepare a user-data file:
# cat user-data 
#cloud-config

chpasswd:

   list: |

       root:123456

   expire: false
Step2:Run the command below to set the root password to 123456, then login to the vm
# virt-install  --memory 4096 --disk /home/RHEL-9.1.0-20220612.2-x86_64.qcow2  --cloud-init user-data=./user-data --import

expected result: password for root is "123456"
actual result : password won't be changed

Comment 6 Simon Kobyda 2022-07-20 08:53:36 UTC
Yeah this looks like a virt-install issue to me, so I'm fine with moving this to "virt-manager" component

Comment 7 Xianghua Chen 2022-07-21 09:47:03 UTC
Change to virt-manager component after confirmed with Hongzhou.

Comment 8 Hongzhou Liu 2022-07-21 10:36:41 UTC
Hello Jonathon. Can you take a look for comment4 and see if is a bug. I am not sure that I use --cloud-init correctly.

Comment 9 Jaroslav Suchanek 2022-08-02 08:59:29 UTC
It works for me on rhel-8.6.0 box. Would you please try that too? And confirm if this is regression or not. Thanks.

Comment 10 Hongzhou Liu 2022-08-04 08:40:07 UTC
(In reply to Jaroslav Suchanek from comment #9)
> It works for me on rhel-8.6.0 box. Would you please try that too? And
> confirm if this is regression or not. Thanks.

Hello,I tried on RHEL8.6 and I still did not able to pass the password to guest, could you share your step here? Thanks.

Comment 11 Jaroslav Suchanek 2022-08-04 15:01:25 UTC
(In reply to Hongzhou Liu from comment #10)
> (In reply to Jaroslav Suchanek from comment #9)
> > It works for me on rhel-8.6.0 box. Would you please try that too? And
> > confirm if this is regression or not. Thanks.
> 
> Hello,I tried on RHEL8.6 and I still did not able to pass the password to
> guest, could you share your step here? Thanks.

I just repeated your steps from comment 4. Please re-run the virt-install command with -d option and attach the output including guest boot here. Thanks.

Comment 12 Hongzhou Liu 2022-08-05 06:57:04 UTC
(In reply to Jaroslav Suchanek from comment #11)
> (In reply to Hongzhou Liu from comment #10)
> > (In reply to Jaroslav Suchanek from comment #9)
> > > It works for me on rhel-8.6.0 box. Would you please try that too? And
> > > confirm if this is regression or not. Thanks.
> > 
> > Hello,I tried on RHEL8.6 and I still did not able to pass the password to
> > guest, could you share your step here? Thanks.
> 
> I just repeated your steps from comment 4. Please re-run the virt-install
> command with -d option and attach the output including guest boot here.
> Thanks.

Hello, I have re-run virt-install with -d and the outputs are here:
http://pastebin.test.redhat.com/1070250

Comment 16 Xianghua Chen 2022-08-05 08:26:25 UTC
Sorry , typo, it's rhel8.6 instead of 8.8

Comment 18 Simon Kobyda 2022-08-08 11:55:31 UTC
So I just tried with images from https://access.redhat.com/downloads/content/479/ver=/rhel---8/8.6/x86_64/product-software and it I'm not able to pass password to the guest.
Can somebody provide me with an image where passing the password to the guest works correctly?

Comment 20 Simon Kobyda 2022-08-09 08:23:41 UTC
Thanks. I think I was able to reproduce it consistently, and sent a pull request: https://github.com/cockpit-project/cockpit-machines/pull/791

Comment 22 John Ferlan 2022-08-09 10:53:19 UTC
Changing back to cockpit-machines and restoring assignee/qa-contact changed during comment 7 due to comment 20

Comment 27 Xianghua Chen 2022-08-26 04:02:46 UTC
Verified with packages:
cockpit-machines-273-1.el9.noarch
cockpit-275-1.el9.x86_64
libvirt-dbus-1.4.1-5.el9.x86_64
libvirt-daemon-8.5.0-5.el9.x86_64

Steps:
1 Prepare a cloud image like:
rhel-guest-image-9.0-20220420.0.x86_64.qcow2

2 Click "Create VM", on Details tab, configure as following:
Installation type:   "Cloud base image" 
Installation source: the image file prepared in step1 
Operating system:Red Hat Enterprise Linux 9 Unknown (9-unknown Plow)

3 Click Automation tab, configure as following:
Root password:redhat
Leave other fields as blank, click "Create and run"

4. When the vm is running, try to login the vm with root and password provided in step 3.

Can log in with the password in the vm, so verified.

Comment 29 errata-xmlrpc 2022-11-15 10:19:39 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (cockpit-machines bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2022:8094