Jump to: navigation, search

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

Line 36: Line 36:
  
 
| undercloud_upgrade     
 
| undercloud_upgrade     
| n -> n + 3
+
| n -> n + 1
 
| noop       
 
| noop       
 
|}
 
|}

Revision as of 12:58, 7 May 2018

Table with the variables from the tripleo-upgrades ansible role, they are used at the featureset. The containerize_overcloud_upgrade, overcloud_upgrade and mixed_upgrades are the same, we have to make them converge. The the _step variables are no longer used.

Fs variable Undercloud Overcloud
overcloud_upgrade n n - 1 -> n
containerize_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 + 1 noop