Bug 855187

Summary: VDSM installation fails if organization name contains spaces
Product: [Retired] oVirt Reporter: Julian G <j.golderer>
Component: vdsmAssignee: Douglas Schilling Landgraf <dougsland>
Status: CLOSED NOTABUG QA Contact: Haim <hateya>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: abaron, acathrow, bazulay, dyasny, iheim, mgoldboi, yeylon, ykaul
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: infra
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-21 19:34:57 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 Julian G 2012-09-06 23:40:33 UTC
Description of problem:
Setup ovirt Fedora 17 host with engine-setup with organization name "Webmeisterei GmbH". Setup of node-image and vdsm on Fedora 17 host within ovirt fails.

After engine-cleanup and engine-setup with organization name "Webmeisterei" the setup of a vdsm node works fine.

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

Steps to Reproduce:
1. install ovirt server with engine-setup and organization name "foo bar "
2. install host with fedora 17 minimal, add ovirt repo
3. add the host in the ovirt web interface and wait until status 'Installing' changes to 'Installation failed'

Comment 1 Dan Kenigsberg 2012-09-07 07:26:35 UTC
Would you attach the failed installation logs from /tmp ?

Comment 2 Douglas Schilling Landgraf 2012-12-21 19:34:57 UTC
Hi,

No response for the logs and I cannot reproduce the bug. I am closing the bugzilla for now, please re-open if you can reproduce it in the nightly build and share the logs please.


# cat /etc/redhat-release 
Fedora release 17 (Beefy Miracle)

# service vdsmd status
Redirecting to /bin/systemctl status  vdsmd.service
vdsmd.service - Virtual Desktop Server Manager

Loaded: loaded (/usr/lib/systemd/system/vdsmd.service; enabled)
Active: active (running) since Fri, 21 Dec 2012 17:20:42 -0500; 8min ago


# openssl x509 -in /etc/pki/vdsm/certs/cacert.pem -noout -text
Certificate:
    Data:
        Version: 3 (0x2)
        Serial Number: 10 (0xa)
        Signature Algorithm: sha1WithRSAEncryption
        Issuer: C=US, O=Webmeisterei GmbH, CN=CA-engineNightly.29419
        Validity
            Not Before: Dec 20 21:54:38 2012
            Not After : Dec 19 21:54:38 2022 GMT
        Subject: C=US, O=Webmeisterei GmbH, CN=CA-engineNightly.29419
        Subject Public Key Info:

# openssl x509 -in /etc/pki/vdsm/certs/vdsmcert.pem -noout -text
Certificate:
    Data:
        Version: 3 (0x2)
        Serial Number: 14 (0xe)
        Signature Algorithm: sha1WithRSAEncryption
        Issuer: C=US, O=Webmeisterei GmbH, CN=CA-engineNightly.29419
        Validity
            Not Before: Dec 20 22:19:11 2012
            Not After : Dec 20 22:19:11 2017 GMT
        Subject: O=Webmeisterei GmbH, CN=192.168.122.63


On node:
# rpm -qa | grep -i vdsm
vdsm-python-4.10.3-0.41.gitad916c7.fc17.x86_64
vdsm-cli-4.10.3-0.41.gitad916c7.fc17.noarch
vdsm-xmlrpc-4.10.3-0.41.gitad916c7.fc17.noarch
vdsm-4.10.3-0.41.gitad916c7.fc17.x86_64


On Engine:
ovirt-engine-dbscripts-3.2.0-1.20121212.git01e08b2.fc17.noarch
ovirt-engine-restapi-3.2.0-1.20121212.git01e08b2.fc17.noarch
ovirt-engine-notification-service-3.2.0-1.20121212.git01e08b2.fc17.noarch
ovirt-engine-webadmin-portal-3.2.0-1.20121212.git01e08b2.fc17.noarch
ovirt-engine-cli-3.2.0.7-1.20121219.git5eddf58.fc17.noarch
ovirt-engine-config-3.2.0-1.20121212.git01e08b2.fc17.noarch
ovirt-engine-genericapi-3.2.0-1.20121212.git01e08b2.fc17.noarch
ovirt-engine-sdk-3.2.0.5-1.20121219.gitc0ab704.fc17.noarch
ovirt-engine-setup-3.2.0-1.20121220.git9fdb0c2.fc17.noarch
ovirt-engine-tools-common-3.2.0-1.20121212.git01e08b2.fc17.noarch
ovirt-engine-backend-3.2.0-1.20121212.git01e08b2.fc17.noarch
ovirt-engine-3.2.0-1.20121212.git01e08b2.fc17.noarch
ovirt-engine-userportal-3.2.0-1.20121212.git01e08b2.fc17.noarch
otopi-java-0.0.0-0.5.master.20121217.git1ebe15a.fc17.noarch
otopi-0.0.0-0.5.master.20121217.git1ebe15a.fc17.noarch
vdsm-bootstrap-4.10.3-0.41.gitad916c7.fc17.noarch


Thanks
Douglas