Jump to: navigation, search

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

(This is the table with the mapping from the ansible role "tripleo-upgrades" variables to the type of upgrade executed.)
Line 3: Line 3:
 
* ->: upgrade is executed, from -> to.
 
* ->: upgrade is executed, from -> to.
 
* n [+|-1]: the release referring to
 
* n [+|-1]: the release referring to
 +
 +
NOTE1: overcloud_upgrade and mixed_upgrades are the same, we have to make them converge.
 +
NOTE2: the _step variables are no longer used.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 26: Line 29:
 
|-
 
|-
  
| ffu_undercloud_upgrade  
+
| ffu_undercloud_upgrade (not yet implemented)
 
| n -> n + 3  
 
| n -> n + 3  
 
| noop       
 
| noop       

Revision as of 10:01, 7 May 2018

Variables from tripleo-upgrades ansible role

  • ->: upgrade is executed, from -> to.
  • n [+|-1]: the release referring to

NOTE1: overcloud_upgrade and mixed_upgrades are the same, we have to make them converge. NOTE2: the _step variables are no longer used.

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 (not yet implemented) n -> n + 3 noop
undercloud_upgrade n -> n + 3 noop