[Murano][GLARE] There is no Core Library in Murano if Murano using GLARE backend
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Critical
|
Denis Egorenko | ||
8.0.x |
Won't Fix
|
High
|
MOS Maintenance | ||
Mitaka |
Fix Released
|
Critical
|
Denis Egorenko | ||
Newton |
Fix Committed
|
Critical
|
Denis Egorenko |
Bug Description
Upstream bug: https:/
Detailed bug description:
Deployment finished successfully, but murano does not have core Library installed and therefor not functional at all.
Side Note: looks like deployment has misconfigured networking or something else because keystone is not available by url from openrc
Steps to reproduce:
1) Login to primary controller
2) Edit openrc: replace value for OS_AUTH_URL with something which will return 404 immediately
3) Execute murano package-list
root@node-3:~# murano package-list
Authorization Failed: The resource could not be found. (HTTP 404)
4) Run puppet module which installs and imports core library
puppet apply --debug /etc/puppet/
5) Result:
Debug: Executing '/usr/bin/murano package-list'
Debug: Executing '/usr/bin/murano package-import /var/cache/
Notice: /Stage[
Everything reports about success but nothing actually was imported to the Murano, there is no core library and Murano does not work at all.
UPD: Murano was configured to use glance-glare service for package backend.
description: | updated |
Changed in mos: | |
importance: | Undecided → High |
no longer affects: | mos |
tags: | added: on-verification |
tags: | removed: on-verification |
root@node-3:~# source ./openrc
root@node-3:~# keystone endpoint-list
Authorization Failed: The resource could not be found. (HTTP 404)