| Summary: | rhel-osp-director: Error: Could not find data item ceph::profile::params::fsid in any Hiera data file and no default supplied at /var/lib/heat-config/heat-config-puppet/ff7ba273-1fcc-4357-91ba-15ee76e29e8c.pp:902 on node overcloud-controller-0.localdomai | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Alexander Chuzhoy <sasha> |
| Component: | rhosp-director | Assignee: | Angus Thomas <athomas> |
| Status: | CLOSED NOTABUG | QA Contact: | Arik Chernetsky <achernet> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.0 (Liberty) | CC: | dbecker, jstransk, mburns, mcornea, morazi, rhel-osp-director-maint |
| Target Milestone: | --- | ||
| Target Release: | 8.0 (Liberty) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-31 13:57:06 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: | |
|
Description
Alexander Chuzhoy
2016-03-31 02:50:23 UTC
The issue seems to be intermittent. The upgrading command included this environment file: -e /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml ... which by default enables Ceph backends for Cinder and glance. But from nova list it doesn't look like the overcloud has any ceph nodes, so the 7.3 overcloud probably wasn't deployed with Ceph. [stack@instack ~]$ nova list +--------------------------------------+---------------------------+--------+------------+-------------+---------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+---------------------------+--------+------------+-------------+---------------------+ | ca19d6d7-0c54-4e89-83f8-88547775b02d | overcloud-controller-0 | ACTIVE | - | Running | ctlplane=192.0.2.11 | | bf2e8356-3a4c-46bb-a785-06dcd302d399 | overcloud-controller-1 | ACTIVE | - | Running | ctlplane=192.0.2.8 | | b03a6efe-4a86-4044-92ac-e67709e7222f | overcloud-controller-2 | ACTIVE | - | Running | ctlplane=192.0.2.10 | | bc610f3f-9e20-4217-b800-dc59550266e4 | overcloud-novacompute-0 | ACTIVE | - | Running | ctlplane=192.0.2.9 | | 9d57b18c-9c23-4c05-a9b1-286c952a8307 | overcloud-objectstorage-0 | ACTIVE | - | Running | ctlplane=192.0.2.7 | +--------------------------------------+---------------------------+--------+------------+-------------+---------------------+ I suspect the set of environment files passed to the upgrade command might be a bit different than what was passed into the 7.3 deployment command. When deploying/upgrading without Ceph nodes present, storage-environment.yaml shouldn't be used, at least not in its unmodified state. |