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

Bug 1698592

Summary: Error: Could not find data item nova::db::mysql::dbname in any Hiera data
Product: Red Hat OpenStack Reporter: Lukas Bezdicka <lbezdick>
Component: puppet-tripleoAssignee: Martin Schuppert <mschuppe>
Status: CLOSED ERRATA QA Contact: Joe H. Rahme <jhakimra>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 10.0 (Newton)CC: acanan, aschultz, egallen, jjoyce, jschluet, mburns, mschuppe, pkopec, shdunne, slinaber, tvignaud
Target Milestone: z11Keywords: TestOnly, Triaged, ZStream
Target Release: 10.0 (Newton)Flags: egallen: needinfo+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: puppet-tripleo-5.6.8-23.el7ost Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-04-30 16:58:52 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:

Comment 1 Martin Schuppert 2019-04-11 14:31:48 UTC
env with 1ctr+1novactr+2cmp:

[stack@undercloud-0 ~]$ openstack server list --long
+--------------------------------------+-------+--------+--------------+-------------+---------------------+------------+--------------------------------------+-------------------+-----------+------------+
| ID                                   | Name  | Status | Task State   | Power State | Networks            | Image Name | Image ID                             | Availability Zone | Host      | Properties |
+--------------------------------------+-------+--------+--------------+-------------+---------------------+------------+--------------------------------------+-------------------+-----------+------------+
| d5c31cd5-50f1-4b31-96fb-3cd086f06ba1 | test2 | ACTIVE | None         | Running     | private=192.168.0.4 | cirros     | eb734b13-3cdd-496e-a110-6de002be886f | nova              | compute-1 |            |
| fb5e50fb-5eab-49c4-962d-e9a7235d6cba | test  | ACTIVE | powering-off | Running     | private=192.168.0.3 | cirros     | eb734b13-3cdd-496e-a110-6de002be886f | nova              | compute-0 |            |
+--------------------------------------+-------+--------+--------------+-------------+---------------------+------------+--------------------------------------+-------------------+-----------+------------+

after deploy expected host change to fqdn:
[stack@undercloud-0 ~]$ openstack server list --long
+--------------------------------------+-------+--------+--------------+-------------+---------------------+------------+--------------------------------------+-------------------+-----------------------+------------+
| ID                                   | Name  | Status | Task State   | Power State | Networks            | Image Name | Image ID                             | Availability Zone | Host                  | Properties |
+--------------------------------------+-------+--------+--------------+-------------+---------------------+------------+--------------------------------------+-------------------+-----------------------+------------+
| d5c31cd5-50f1-4b31-96fb-3cd086f06ba1 | test2 | ACTIVE | None         | Running     | private=192.168.0.4 | cirros     | eb734b13-3cdd-496e-a110-6de002be886f | nova              | compute-1.localdomain |            |
| fb5e50fb-5eab-49c4-962d-e9a7235d6cba | test  | ACTIVE | powering-off | Running     | private=192.168.0.3 | cirros     | eb734b13-3cdd-496e-a110-6de002be886f | nova              | compute-0.localdomain |            |
+--------------------------------------+-------+--------+--------------+-------------+---------------------+------------+--------------------------------------+-------------------+-----------------------+------------+

possible to manage the previous created instance:

[stack@undercloud-0 ~]$ nova stop test2
Request to stop server test2 has been accepted.

[stack@undercloud-0 ~]$ openstack server list --long
+--------------------------------------+-------+---------+--------------+-------------+---------------------+------------+--------------------------------------+-------------------+-----------------------+------------+
| ID                                   | Name  | Status  | Task State   | Power State | Networks            | Image Name | Image ID                             | Availability Zone | Host                  | Properties |
+--------------------------------------+-------+---------+--------------+-------------+---------------------+------------+--------------------------------------+-------------------+-----------------------+------------+
| d5c31cd5-50f1-4b31-96fb-3cd086f06ba1 | test2 | SHUTOFF | None         | Shutdown    | private=192.168.0.4 | cirros     | eb734b13-3cdd-496e-a110-6de002be886f | nova              | compute-1.localdomain |            |
| fb5e50fb-5eab-49c4-962d-e9a7235d6cba | test  | ACTIVE  | powering-off | Running     | private=192.168.0.3 | cirros     | eb734b13-3cdd-496e-a110-6de002be886f | nova              | compute-0.localdomain |            |
+--------------------------------------+-------+---------+--------------+-------------+---------------------+------------+--------------------------------------+-------------------+-----------------------+------------+

Comment 12 Joe H. Rahme 2019-04-29 15:31:33 UTC
Verified as per #c10

Comment 14 errata-xmlrpc 2019-04-30 16:58:52 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, 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:0921