Upgrades developer documentation layout.

A new section is being added with the intention
of spreading the knowledge about upgrades/updates
process within the TripleO community.

Change-Id: Ib3f3f8f411383e72b125d1e9f2608a6f76f06494
This commit is contained in:
Jose Luis Franco Arza 2017-11-06 11:59:40 +01:00
parent 2ac02e6fb6
commit 5305eae4e2
7 changed files with 106 additions and 0 deletions

View File

@ -8,4 +8,5 @@ Documentation of developer-specific options in |project|.
tripleo.sh
tht_walkthrough/tht_walkthrough
upgrades/upgrades
release

View File

@ -0,0 +1,24 @@
.. TODO: This is a template which is being
completed. The subsections stated
here might differ from the ones in the
final version.
Major upgrades/Minor upgrades CI coverage
-----------------------------------------
Upgrades CI jobs
~~~~~~~~~~~~~~~~
# WORK IN PROGRESS
How to add a new upgrade/update job in the CI
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# WORK IN PROGRESS
Debugging CI jobs
~~~~~~~~~~~~~~~~~
# WORK IN PROGRESS
Replicating CI jobs
~~~~~~~~~~~~~~~~~~~
# WORK IN PROGRESS

View File

@ -0,0 +1,16 @@
.. TODO: This is a template which is being
completed. The subsections stated
here might differ from the ones in the
final version.
How to collaborate to the upgrades/updates workflow
---------------------------------------------------
Relevant repositories
~~~~~~~~~~~~~~~~~~~~~
# WORK IN PROGRESS
Guide: Implementing keystone upgrade steps
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# WORK IN PROGRESS

View File

@ -0,0 +1,12 @@
.. TODO: This is a template which is being
completed. The subsections stated
here might differ from the ones in the
final version.
Fast forward upgrade (N -> N+3) in TripleO
----------------------------------------------------
Tutorial: Fast forward upgrade from Newton to Queens
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# WORK IN PROGRESS

View File

@ -0,0 +1,20 @@
.. TODO: This is a template which is being
completed. The subsections stated
here might differ from the ones in the
final version.
Upgrade to a major release in TripleO
-------------------------------------
Major upgrade workfow
~~~~~~~~~~~~~~~~~~~~~
# WORK IN PROGRESS
Tutorial: Upgrade from Pike to Queens
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# WORK IN PROGRESS
Tutorial: Upgrade from Ocata to Pike
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# WORK IN PROGRESS

View File

@ -0,0 +1,16 @@
.. TODO: This is a template which is being
completed. The subsections stated
here might differ from the ones in the
final version.
Update to a minor release in TripleO
-------------------------------------
Minor update workfow
~~~~~~~~~~~~~~~~~~~~
# WORK IN PROGRESS
Tutorial: Minor update
~~~~~~~~~~~~~~~~~~~~~~
# WORK IN PROGRESS

View File

@ -0,0 +1,17 @@
Major Upgrade/Minor update developer documentation
==================================================
This section is intended to give a better understanding of the upgrade/update
process in TripleO. As well as a walkthrough for developers on the way upgrade
workflow enables OpenStack services upgrade.
# WORK IN PROGRESS: Intended for Queens release
.. toctree::
:maxdepth: 2
major_upgrade
minor_update
fast_fw_upgrade
ci_upgrades
collab_upgrades