
This has been observed during an IHA FFU process. Namely after the OS upgrade by LEAPP the fence_compute resource will fail starting because python3-novaclient is not installed. Normally this is taken care of by rpm dependencies, but fence_compute is buggy and does not explicitely have that dep (https://bugzilla.redhat.com/show_bug.cgi?id=1857247) So we need to make sure the package is installed before creating the resource. Tested this on four consecutive successful IHA FFU runs and it worked okay. Related-Bug: #1888398 Change-Id: I6816d414409da3748b2e341ec05ebcad86ad8fd1 (cherry picked from commit c1e9447998c635a825529cff99b99ed13a4e89d7)
Team and repository tags
puppet-tripleo
Lightweight composition layer for Puppet TripleO.
Contributing
- Free software: Apache License (2.0)
- Source: http://git.openstack.org/cgit/openstack/puppet-tripleo
- Bugs: http://bugs.launchpad.net/tripleo (tag: puppet)
- Documentation:
- TripleO: https://docs.openstack.org/tripleo-docs/latest/
- Testing with puppet: https://docs.openstack.org/puppet-openstack-guide/latest/contributor/testing.html
- Release Notes https://docs.openstack.org/releasenotes/puppet-tripleo
Description