Jump to: navigation, search

Difference between revisions of "Tripleo-upgrades-fs-variables"

(Created page with "This is the table with the mapping from the ansible role "tripleo-upgrades" variables to the type of upgrade executed. mixed_upgrade is u n is the value of the variable "rel...")
 
(This is the table with the mapping from the ansible role "tripleo-upgrades" variables to the type of upgrade executed.)
Line 1: Line 1:
This is the table with the mapping from the ansible role "tripleo-upgrades" variables to the type of upgrade executed.
+
Variables from tripleo-upgrades ansible role
  
mixed_upgrade is u
+
* ->: upgrade is executed, from -> to.
 
+
* n [+|-1]: the release referring to
n is the value of the variable "release" usually taken from the release file.
 
 
 
Symbols:
 
 
 
->: upgrade is executed, from -> to.
 
n [+|-1]: the release referring to
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 24: Line 18:
 
| mixed_upgrade           
 
| mixed_upgrade           
 
| n           
 
| n           
| n - 1 > n   
+
| n - 1 -> n   
 
|-
 
|-
  

Revision as of 09:59, 7 May 2018

Variables from tripleo-upgrades ansible role

  • ->: upgrade is executed, from -> to.
  • n [+|-1]: the release referring to
Fs variable Undercloud Overcloud
overcloud_upgrade n n - 1 -> n
mixed_upgrade n n - 1 -> n
ffu_overcloud_upgrade n + 3 n -> n + 3
ffu_undercloud_upgrade n -> n + 3 noop
undercloud_upgrade n -> n + 3 noop