Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1578355

Summary: OSP13 2018-05-10.3 overcloud for sriov install fail
Product: Red Hat OpenStack Reporter: jianzzha
Component: openstack-tripleoAssignee: James Slagle <jslagle>
Status: CLOSED DUPLICATE QA Contact: Arik Chernetsky <achernet>
Severity: high Docs Contact:
Priority: unspecified    
Version: 13.0 (Queens)CC: aschultz, mburns
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-05-15 16:03:09 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:
Attachments:
Description Flags
sriov-envroment.yaml
none
compute_skylake_sriov.yaml
none
controller.yaml
none
failure_list_long none

Description jianzzha 2018-05-15 11:43:28 UTC
Created attachment 1436775 [details]
sriov-envroment.yaml

Description of problem:
when deploy Sriov with OSP13  2018-05-10.3, install fail @
overcloud.AllNodesDeploySteps.ComputeSriovDeployment_Step1.0:
  resource_type: OS::Heat::StructuredDeployment
  physical_resource_id: eecb3e83-025f-4279-b0eb-918fae16821c
  status: CREATE_FAILED
  status_reason: |
    Error: resources[0]: Deployment to server failed: deploy_status_code : Deployment exited with non-zero status code: 2
  deploy_stdout: |
    ...
            "2018-05-15 05:46:33,989 INFO: 9239 -- Removing container: docker-puppet-nova_libvirt", 
            "2018-05-15 05:46:34,024 INFO: 9239 -- Finished processing puppet configs for nova_libvirt", 
            "2018-05-15 05:46:34,025 ERROR: 9238 -- ERROR configuring crond"
        ]
    }
    	to retry, use: --limit @/var/lib/heat-config/heat-config-ansible/6ed502d1-0e10-4f8a-b21f-58b134420529_playbook.retry
    
    PLAY RECAP *********************************************************************
    localhost                  : ok=25   changed=12   unreachable=0    failed=1   



Version-Release number of selected component (if applicable):
OSP13 build 2018-05-10.3

How reproducible:
every time

Steps to Reproduce:
openstack overcloud deploy \
--templates \
-r $PWD/roles_data.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/host-config-and-reboot.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/neutron-sriov.yaml \
-e /home/stack/docker_registry.yaml \
-e $PWD/skylake-sriov-environment.yaml \
-e $PWD/disable-telemetry.yaml \
--ntp-server clock.redhat.com


Additional info:
ovs-dpdk install fine

Comment 1 jianzzha 2018-05-15 11:45:24 UTC
Created attachment 1436776 [details]
compute_skylake_sriov.yaml

Comment 2 jianzzha 2018-05-15 11:46:30 UTC
Created attachment 1436777 [details]
controller.yaml

Comment 3 jianzzha 2018-05-15 11:50:00 UTC
Created attachment 1436779 [details]
failure_list_long

Comment 4 jianzzha 2018-05-15 15:32:27 UTC
per Saravanan this is still relate to:
https://bugzilla.redhat.com/show_bug.cgi?id=1562035

after removing "TunedProfileName" and yes the deploy completes.

See some other issues related to SRIOV but I think we can close this BZ

Comment 5 Alex Schultz 2018-05-15 16:03:09 UTC

*** This bug has been marked as a duplicate of bug 1562035 ***