[Bug 1947120] [NEW] rpm fails to recognize signatures from latest centos/fedora

2021-10-14 Thread Alfredo Moralejo
Public bug reported: Hello, When trying to read rpm packages from latest fedora/centos i get an error: # wget https://composes.stream.centos.org/production/latest-CentOS-Stream/compose/BaseOS/x86_64/os/Packages/filesystem-3.16-2.el9.x86_64.rpm # rpm -q -i -p filesystem-3.16-2.el9.x86_64.rpm

[Bug 1651704] Re: Overcloud deployment fails when node introspection is enabled

2017-01-09 Thread Alfredo Moralejo
After some additional testing, i'd say that this issue may be related to error handling when running introspection bulk and one of the introspection fails. In this case one of them is failing because of https://bugs.launchpad.net/tripleo/+bug/1651719 but "openstack baremetal introspection bulk

[Bug 1651704] Re: Overcloud deployment fails when node introspection is enabled

2017-01-09 Thread Alfredo Moralejo
I'm following the tripleo-quickstart workflow. 1. Create VMs in virthost, one for undercloud, one for controller and one for compute 2. I deployed undercloud 3. Run following commands: openstack baremetal import --json instackenv.json openstack baremetal configure boot openstack baremetal

[Bug 1651704] Re: Overcloud deployment fails when node introspection is enabled

2016-12-23 Thread Alfredo Moralejo
I've reproduced this locally running RDO from master. I have a ironic installation (a tripleo undercloud), and i've registered a node and instrospect it: This is how the node looks like from ironic perspective: $ openstack baremetal show e14be55d-8dd9-4b08-aa5d-efab2b5a5c01 This command is

[Bug 1651704] Re: Overcloud deployment fails when node introspection is enabled

2016-12-23 Thread Alfredo Moralejo
Checking nova-compute.log it seems it's not a matter of waiting, see: 2016-12-21 06:38:28.987 23446 INFO nova.compute.resource_tracker [req-4ec06e18-d31c-4254-8bc1-9cad7fb8b5e8 - - - - -] Final resource view: name=c6f8f4ba-9c7c-4c87-b95a-67a5861b7bec phys_ram=0MB used_ram=0MB phys_disk=0GB

[Bug 1651704] Re: Overcloud deployment fails when node introspection is enabled

2016-12-21 Thread Alfredo Moralejo
So, if we focus in the node where introspection run properly (c6f8f4ba- 9c7c-4c87-b95a-67a5861b7bec), we can see following info: 1. Introspection finishes successfully with right information according to inspector logs: 2016-12-21 06:41:24.030 24006 INFO ironic_inspector.plugins.standard [-]

[Bug 1651704] Re: Overcloud deployment fails when node introspection is enabled

2016-12-21 Thread Alfredo Moralejo
I had reported the db integrity error in a separated LP https://bugs.launchpad.net/tripleo/+bug/1651719 . -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1651704 Title: Overcloud deployment fails

[Bug 1632743] Re: Missing files from python-magnum 3.1.1-0~cloud0

2016-11-05 Thread Alfredo Moralejo
Any plan to ship 3.1.1-1 to newton stable repo in cloud-archive, i only see it in newton-proposed repo. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1632743 Title: Missing files from python-magnum

[Bug 1593664] [NEW] openstackclient fails with --os-token and --os-url

2016-06-17 Thread Alfredo Moralejo
Public bug reported: Since https://github.com/openstack/python- openstackclient/commit/6ae0d2e8a54fd5139e63a990ab4bdce634e73c5e was merged, authentication using admin token is failing. Test: export OS_IMAGE_API_VERSION=1 export OS_IDENTITY_API_VERSION=3 export