5de2194aa7
This release note explains the improvements around the repo build process. Closes-bug: 1509115 Change-Id: I692eb206b1831fd7e857cd5a97e5f7742d59bf37
13 lines
746 B
YAML
13 lines
746 B
YAML
---
|
|
features:
|
|
- Repeatable deployments are now easier since the manifest files for
|
|
OpenStack software uses the exact content from an upstream repository.
|
|
Specific commits or tags can be referenced within the manifest. The
|
|
``yaprt`` package is no longer used to build the repo.
|
|
- Developers can specify additional python packages for the repo build
|
|
process by creating YAML files within ``/etc/openstack_deploy/``.
|
|
Refer to the `documentation on adding packages <http://docs.openstack.org/developer/openstack-ansible/developer-docs/extending.html#build-the-environment-with-additional-python-packages>`_ for more details.
|
|
upgrade:
|
|
- The ``repo-store-source.yml`` playbook has been removed as it is no longer
|
|
needed.
|