Comment 0 for bug 1572785

Revision history for this message
Serg Melikyan (smelikyan) wrote : Package import during MOS deploy silently fails

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/modules/osnailyfacter/modular/murano/murano.pp
5) Result:
Debug: Executing '/usr/bin/murano package-list'
Debug: Executing '/usr/bin/murano package-import /var/cache/murano/meta/io.murano.zip --is-public --exists-action u'
Notice: /Stage[main]/Main/Murano::Application[io.murano]/Murano_application[io.murano]/ensure: created

Everything reports about success but nothing actually was imported to the Murano, there is no core library and Murano does not work at all.