[tripleo] tripleo-image-elements 6.0.0 (ocata)
We are satisfied to announce the release of: tripleo-image-elements 6.0.0: Disk image builder elements for deploying OpenStack. This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/tripleo-image-elements/ For more details, please see below. Changes in tripleo-image-elements 5.0.0..6.0.0 ---------------------------------------------- ad33b59 Update .gitreview for stable/ocata 662ba39 Follow HTTP/HTTPS redirects 8597926 Add release notes for Ocata-3 fbfe282 Add reno support 96cb130 Add a script to zero /etc/sysconfig/ip6tables at build time 00b9869 Set IRONIC_AGENT_MULTIPATH_DRIVERS to '' when undefined 15b5776 Add element to customize dracut on the agent f6f9321 Purge chrony package in NTP element 48c2a3f Add a script to zero /etc/sysconfig/iptables at build time 4c51932 Add element to rebuild dracut enabling modules b9fb532 Copy map-services script to tripleo elements c538d27 Show team and repo badges on README 866bf14 Don't depend on os-collect-config element 7863089 Remove vim configuration in source file 2312f80 Fix typos in README.md & rootwrap.conf 8688c28 Set correct content-type for o-r-c curl calls 4b16047 Include lsb_release in the hosts element since it's used there. 3648c68 Make 'module' directives match filenames 8692ae9 Fix tr syntax in 51-hosts fae231a Open tripleo-image-elements for Ocata a5fdfee Remove galera package from being explicitly installed with mariadb 2c9e505 Add zaqar.use_websockets option to o-c-c Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 + .gitreview | 1 + README.md | 7 + .../os-apply-config/etc/cinder/rootwrap.conf | 6 +- .../delorean-repo/pre-install.d/01-delorean-repo | 8 +- .../hosts/os-refresh-config/configure.d/51-hosts | 2 +- elements/hosts/package-installs.yaml | 1 + elements/hosts/pkg-map | 7 + elements/iptables/install.d/99-empty-iptables | 9 + elements/ironic-agent-multipath/README.rst | 10 + elements/ironic-agent-multipath/element-deps | 2 + .../environment.d/10-ironic-agent-multipath.bash | 4 + .../finalise.d/98-regenerate-initramfs | 17 ++ .../ironic-agent-multipath/package-installs.yaml | 2 + elements/mariadb/install.d/10-mariadb-packages | 2 +- elements/ntp/install.d/50-ntp | 5 + .../os-apply-config/etc/os-collect-config.conf | 3 + elements/os-refresh-config/element-deps | 1 - .../post-configure.d/99-refresh-completed | 4 +- elements/os-svc-install/bin/map-services-tripleo | 95 ++++++++ .../os-svc-install/install.d/04-os-svc-install | 2 + elements/os-svc-install/upstart/os-svc-enable.conf | 2 - elements/overcloud-dracut/README.rst | 7 + elements/overcloud-dracut/element-deps | 2 + .../finalise.d/98-regenerate-initramfs | 13 + elements/overcloud-dracut/package-installs.yaml | 2 + elements/rdo-release/README.md | 2 +- .../custom-policies/tripleo-selinux-mariadb.te | 2 +- .../custom-policies/tripleo-selinux-rabbitmq.te | 2 +- releasenotes/notes/6.0.0-0d097c704b6602e8.yaml | 37 +++ releasenotes/source/_static/.placeholder | 0 releasenotes/source/conf.py | 264 +++++++++++++++++++++ releasenotes/source/index.rst | 18 ++ releasenotes/source/unreleased.rst | 5 + test-requirements.txt | 1 + tools/releasenotes_tox.sh | 28 +++ tools/tox_install.sh | 30 +++ tox.ini | 4 +- 38 files changed, 592 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e1d0224..4c9a602 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,0 +7 @@ testrepository>=0.0.18 +reno>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org