python-tripleoclient/releasenotes/notes/image-vendor-packages-a0d667e0c7aa1bbd.yaml
Gabriele Cerami 6dcfef81fb Remove vendor plugins from image build
mirroring what is done for master and newton in tripleo-common [1]
we are removing vendor plugins from default image build process, because
they are proven to be unreliable, difficult to gate and slow to fix.

[1] https://review.openstack.org/409809

Change-Id: I52371311d02d987ec198380ec268addd27f36684
Closes-Bug: 1658645
2017-01-23 17:43:09 +00:00

11 lines
588 B
YAML

---
upgrade:
- |
Some packages previously built into the default overcloud-full image to
support vendor integration have been removed due to difficulties related
to CI stability. To add these packages for the vendor support you require
you can either build a custom image containing the packages (see
http://docs.openstack.org/developer/tripleo-docs/basic_deployment/basic_deployment_cli.html#get-images)
or you can use virt-customize (http://libguestfs.org/virt-customize.1.html)
to install the required extra packages in a pre-built overcloud-full image.