From 5de2194aa74700fcc191d8bb560ae76405f3db7a Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Tue, 9 Feb 2016 09:42:42 -0600 Subject: [PATCH] Docs/Reno: Updated repo build process This release note explains the improvements around the repo build process. Closes-bug: 1509115 Change-Id: I692eb206b1831fd7e857cd5a97e5f7742d59bf37 --- .../notes/updated-repo-build-26c0f7020e3257fa.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 releasenotes/notes/updated-repo-build-26c0f7020e3257fa.yaml diff --git a/releasenotes/notes/updated-repo-build-26c0f7020e3257fa.yaml b/releasenotes/notes/updated-repo-build-26c0f7020e3257fa.yaml new file mode 100644 index 0000000000..c5d455ac09 --- /dev/null +++ b/releasenotes/notes/updated-repo-build-26c0f7020e3257fa.yaml @@ -0,0 +1,12 @@ +--- +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 `_ for more details. +upgrade: + - The ``repo-store-source.yml`` playbook has been removed as it is no longer + needed.