As an alternative to switching this process to ansible, we can handle the installation of the required packages for the overcloud image building process in the command itself. This change adds an install for tripleo-common and the image element packages required to build the overcloud images as part of the `openstack overcloud image build` command itself. Change-Id: I32eb04c81cba0f9688ddf6e40874790f033e84e8changes/77/760377/1
parent
03da56c949
commit
b942e8db03
@ -0,0 +1,8 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
A dnf installation of tripleo-common, tripleo-ironic-python-agent-builder,
|
||||
openstack-tripleo-image-elements, openstack-tripleo-puppet-elements, and
|
||||
xfsprogs has been included as part of the `openstack overcloud image build`
|
||||
command. This allows us to drop these as always required dependencies for
|
||||
tripleoclient.
|
Loading…
Reference in new issue