Bug 1677166
Summary: | [FFU] Package openstack-tripleo-validations requirement to perform FFU | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Gyanendra Kumar <gkumar> |
Component: | python-tripleoclient | Assignee: | Alex Schultz <aschultz> |
Status: | CLOSED ERRATA | QA Contact: | Sasha Smolyak <ssmolyak> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 13.0 (Queens) | CC: | ahrechan, aschultz, ealcaniz, gkumar, hbrock, jjoyce, jschluet, jslagle, lbezdick, mburns, morazi, sclewis, slinaber, tvignaud |
Target Milestone: | z5 | Keywords: | Triaged, ZStream |
Target Release: | 13.0 (Queens) | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | python-tripleoclient-9.2.6-8.el7ost | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-03-14 13:55:25 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
Gyanendra Kumar
2019-02-14 08:00:50 UTC
Gyan, It looks like you are disabling validations on the initial install. I adding needinfo on Lukas to see if it is possible/appropriate to -skip-tags ffwd-upgrade run step against an environment like this and if doing so would ignore the invocation to the validations package. openstack-tripleo-validations should be installed and we depend on it - tripleo-ansible-inventory is provided by it Thanks Lukas for confirming this that we need openstack-tripleo-validations for FFU. Can you please also provide your input on below query: 1. During initial undercloud installation if we don't enable the validation then can we install openstack-tripleo-validations package later. What is correct procedure to proceed for FFU in this case. ~~~ in Undercloud.conf: enable_validations = false ~~~ 2. Also I think we should mention in our documentation that this package is required.It took sometime for me to figure out how FFU depends on package openstack-tripleo-validations which generally installed during undercloud installation. There may be some customer who have not enabled validation (enable_validations = false) during undercloud installation and plan to do FFU. Regards, Gyan VERIFIED (undercloud) [stack@undercloud-0 ~]$ rpm -qa python-tripleoclient python-tripleoclient-9.2.6-8.el7ost.noarch before UC installation [stack@undercloud-0 ~]$ rpm -qa openstack-tripleo-validations [stack@undercloud-0 ~]$ cat undercloud.conf [DEFAULT] Network interface on the Undercloud that will be handling the PXE boots and DHCP for Overcloud instances. (string value) local_interface = eth0 local_ip = 192.168.24.1/24 network_gateway = 192.168.24.1 undercloud_public_vip = 192.168.24.2 undercloud_admin_vip = 192.168.24.3 network_cidr = 192.168.24.0/24 masquerade_network = 192.168.24.0/24 dhcp_start = 192.168.24.5 dhcp_end = 192.168.24.24 inspection_iprange = 192.168.24.100,192.168.24.120 hieradata_override = /home/stack/hiera_override.yaml TODO: use release >= 10 when RHBZ#1633193 is resolved enable_validations = false after UC installation [stack@undercloud-0 ~]$ rpm -qa openstack-tripleo-validations [stack@undercloud-0 ~]$ after upgrade UC 10 -> 13 [stack@undercloud-0 ~]$ rpm -qa --last |grep validations openstack-tripleo-validations-8.4.4-2.el7ost.noarch Wed 27 Feb 2019 11:12:18 AM EST [stack@undercloud-0 ~]$ date Wed Feb 27 16:23:15 EST 2019 [stack@undercloud-0 ~]$ yum whatprovides openstack-tripleo-validations Loaded plugins: product-id, search-disabled-repos, subscription-manager rhelosp-13.0-optools-puddle 119/119 rhelosp-13.0-puddle 829/829 openstack-tripleo-validations-8.4.4-2.el7ost.noarch : Ansible playbooks to detect potential issues with TripleO deployments Repo : rhelosp-13.0-puddle openstack-tripleo-validations-8.4.4-2.el7ost.noarch : Ansible playbooks to detect potential issues with TripleO deployments Repo : @rhelosp-13.0-puddle 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, 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-2019:0448 |