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:
parent
2ac02e6fb6
commit
5305eae4e2
@ -8,4 +8,5 @@ Documentation of developer-specific options in |project|.
|
|||||||
|
|
||||||
tripleo.sh
|
tripleo.sh
|
||||||
tht_walkthrough/tht_walkthrough
|
tht_walkthrough/tht_walkthrough
|
||||||
|
upgrades/upgrades
|
||||||
release
|
release
|
||||||
|
24
doc/source/install/developer/upgrades/ci_upgrades.rst
Normal file
24
doc/source/install/developer/upgrades/ci_upgrades.rst
Normal 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
|
||||||
|
|
16
doc/source/install/developer/upgrades/collab_upgrades.rst
Normal file
16
doc/source/install/developer/upgrades/collab_upgrades.rst
Normal 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
|
||||||
|
|
12
doc/source/install/developer/upgrades/fast_fw_upgrade.rst
Normal file
12
doc/source/install/developer/upgrades/fast_fw_upgrade.rst
Normal 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
|
||||||
|
|
20
doc/source/install/developer/upgrades/major_upgrade.rst
Normal file
20
doc/source/install/developer/upgrades/major_upgrade.rst
Normal 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
|
||||||
|
|
16
doc/source/install/developer/upgrades/minor_update.rst
Normal file
16
doc/source/install/developer/upgrades/minor_update.rst
Normal 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
|
||||||
|
|
17
doc/source/install/developer/upgrades/upgrades.rst
Normal file
17
doc/source/install/developer/upgrades/upgrades.rst
Normal 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
|
Loading…
x
Reference in New Issue
Block a user