Bug 1652068 - Tripleo Quickstart fails with: No package matching 'python2-virtualbmc' found available, installed or updated
Summary: Tripleo Quickstart fails with: No package matching 'python2-virtualbmc' found...
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo
Version: 14.0 (Rocky)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: wes hayutin
QA Contact: wes hayutin
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-11-21 14:13 UTC by Radomir Dopieralski
Modified: 2020-04-07 12:27 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-04-07 12:27:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Radomir Dopieralski 2018-11-21 14:13:56 UTC
Description of problem:
Deploying downstream TripleO-Quickstart on a single machine with the command:

./quickstart.sh --clean --release rhos-14 --no-clone --requirements ~/internal-requirements-new.txt --teardown all --tags all 192.168.0.248

Results in:

TASK [virtbmc : Install VirtualBMC package] ******************************************************************************************************************************************************
task path: /root/tripleo-quickstart/roles/virtbmc/tasks/configure-vbmc.yml:65
Wednesday 21 November 2018  12:46:01 +0100 (0:00:00.300)       0:44:31.949 **** 
fatal: [undercloud]: FAILED! => {
    "changed": false, 
    "rc": 126, 
    "results": [
        "No package matching 'python2-virtualbmc' found available, installed or updated"
    ]
}

MSG:

No package matching 'python2-virtualbmc' found available, installed or updated


PLAY RECAP ***************************************************************************************************************************************************************************************
192.168.0.248              : ok=153  changed=79   unreachable=0    failed=0   
localhost                  : ok=19   changed=8    unreachable=0    failed=0   
undercloud                 : ok=7    changed=3    unreachable=0    failed=1   



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


How reproducible:
Always. I have tried this both with RHEL 7.5 and Centos 7 on two different computers with different puddles for the last 2 months, and the result is always the same.


Steps to Reproduce:
1. Follow http://rdoci-doc.usersys.redhat.com/tripleo-environments/oooq-downstream.html
2. Get the error
3. Weep

Actual results:
Undercloud deployment fails with the above error

Expected results:
Undercloud and overcloud deployment succeed

Additional info:


Note You need to log in before you can comment on or make changes to this bug.