Commit Graph

23 Commits

Author SHA1 Message Date
Ghanshyam Mann a43311b7ef Retire Tripleo: remove repo content
TripleO project is retiring
- https://review.opendev.org/c/openstack/governance/+/905145

this commit remove the content of this project repo

Change-Id: Ic209179b0be9c3746a702ccea2dd35e883e78bee
2024-02-24 11:43:49 -08:00
Steve Baker 275a56fc2a Add release note for thin provisioning
Change-Id: I96f543875def15587973e30c21eb6df1451b7d86
2022-10-21 10:21:37 +13:00
Steve Baker e57e998b0e Add a separate /boot partition
The overcloud-hardened-uefi-full image now has a separate partition
mounted to /boot. This means grub no longer needs to mount the root
partition. This will allow trying layouts which grub doesn't support,
such as LVM thin-provisioning. Since grub now uses the common path of
loading an ext4 /boot partition, early boot may now be more robust, or
have better error messages for incorrectly built images.

Change-Id: I27be9c3e82ed20dcfc7a6f7dcb992006d44f933f
Depends-On: https://review.opendev.org/c/openstack/diskimage-builder/+/846838
2022-06-21 14:06:22 +12:00
LiZekun 918b802ec2 remove unicode literal from code
All strings are considered as unicode string from Python 3.

This patch drops the explicit unicode literal (u'...')
appearances from the unicode strings.

Change-Id: I7247c37d7e082ffa4ea9e8540b25351bb9b851c5
2022-02-23 02:53:21 +00:00
OpenStack Release Bot d1e9b0542c Update master for stable/wallaby
Add file to the reno documentation build to show release notes for
stable/wallaby.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/wallaby.

Sem-Ver: feature
Change-Id: I12783838405916e071a0520d6e5d00ab1753345b
2021-11-03 08:33:31 -06:00
OpenStack Release Bot e23ba31d67 Update master for stable/victoria
Add file to the reno documentation build to show release notes for
stable/victoria.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/victoria.

Sem-Ver: feature
Change-Id: Ia6996f87c9e700fe1f9551b7a302fb01ba121478
2021-04-01 09:21:14 +00:00
Andreas Jaeger 6e7d0123ec Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Disable openstackdocs_auto_name to use 'project' variable as name.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: I5aedf5a96bc39825dac6b0ddd0005c9e8e0b1619
2020-06-03 20:37:04 +02:00
OpenStack Release Bot 922d5b3bb7 Update master for stable/ussuri
Add file to the reno documentation build to show release notes for
stable/ussuri.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/ussuri.

Change-Id: Ib38dc3b5e3887559202082d2c0438b9446d08151
Sem-Ver: feature
2020-05-26 17:15:55 +00:00
OpenStack Release Bot 4e36b418ad Update master for stable/train
Add file to the reno documentation build to show release notes for
stable/train.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/train.

Change-Id: I1c982d30f765a1138320b574eb88137181af5e2c
Sem-Ver: feature
2019-10-21 14:21:57 +00:00
OpenStack Release Bot a7cd393e03 Update master for stable/stein
Add file to the reno documentation build to show release notes for
stable/stein.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/stein.

Change-Id: I9a268798f4c8722fc08be32a1430d086f9ff87c2
Sem-Ver: feature
2019-04-18 14:59:43 +00:00
OpenStack Release Bot 11434dbbf4 Update reno for stable/rocky
Change-Id: I6135338e20a384d095e34e6f630d4578f829bca6
2018-08-24 14:45:10 +00:00
Juan Antonio Osorio Robles 08096ad00f remove os-cloud-config element
It's not being used anymore.

Change-Id: I429c0013802af3bcb80f9a623b8fce0a2e52bb64
2018-04-20 09:47:24 +03:00
OpenStack Release Bot 8d84bd7955 Update reno for stable/queens
Change-Id: I1acc7810c18183a521f32e51b5409adffc057a65
2018-03-03 11:43:35 +00:00
Emilien Macchi 82fc1bb6d1 Use Python to compute release notes version
Leave the version fields blank, since the release notes document
applies to all versions.
That will avoid manual changes in the future like we did until now.

Change-Id: Ie3dbe8cc7345326b927f46c932d7f294cbfbf8cb
2017-08-30 14:32:04 -07:00
OpenStack Release Bot 1135dda03e Update reno for stable/pike
Change-Id: Ic62f6cddbb1f5033c8dd60802d205635937e4e93
2017-08-24 21:05:14 +00:00
Emilien Macchi a7d1e89fc0 Prepare reno for TripleO Pike RC1
Change-Id: I75ac5b5d8a7067871544ce26bbc6c208a8522095
2017-08-18 09:56:08 -07:00
Emilien Macchi f3f06c7704 Release 7.0.0.0b3
Change-Id: Ie9292167704f513ec37a2534180886f85016fcba
2017-07-24 08:22:37 -07:00
Emilien Macchi 35068ac7ea Switch from oslosphinx to openstackdocstheme
As part of the docs migration work[0] for Pike we need to switch to use the
openstackdocstheme.

[0] https://review.openstack.org/#/c/472275/

Change-Id: I497a3d33d70a6464ab642f7b1009efe19ba4ea8e
2017-07-06 12:38:48 -07:00
Emilien Macchi 401d861950 Release 7.0.0.0b2
Change-Id: Id946072a0b2d71123e133de756791155913c66df
2017-06-07 10:52:52 +02:00
Emilien Macchi 683256d1f9 Prepare 7.0.0.0b1 (pike-1)
Change-Id: I3bbe4b9f874e854c53d83c72149bede17f653efe
2017-04-07 16:10:37 -04:00
OpenStack Release Bot c947c9624e Update reno for stable/ocata
Change-Id: I2ec1f345e0e0196ea3ee2b1e7d40aeaf3b0bc8d9
2017-02-16 12:59:26 +00:00
Emilien Macchi 85979269c2 Add release notes for Ocata-3
Change-Id: Ifaee95bea9ead68d4c6d8796c49918034fa373c6
2017-01-30 10:37:31 -05:00
Emilien Macchi fbfe282203 Add reno support
Change-Id: I1d482797282d9f5c08f14c83b24ef55d2e0bf41e
2017-01-29 14:40:35 +00:00