Jump to: navigation, search

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

Line 11: Line 11:
 
! Fs variable             
 
! Fs variable             
 
! Undercloud  
 
! Undercloud  
! Overcloud   
+
! Overcloud
 +
! Role tag  
 
|-
 
|-
  
Line 19: Line 20:
 
| n           
 
| n           
 
| n - 1 -> n  
 
| n - 1 -> n  
 +
| TODO
 
|-
 
|-
  
Line 26: Line 28:
 
| n + 3       
 
| n + 3       
 
| n -> n + 3  
 
| n -> n + 3  
 +
| TODO
 
|-
 
|-
  
Line 31: Line 34:
 
   undercloud_upgrade: true
 
   undercloud_upgrade: true
 
| n -> n + 1  
 
| n -> n + 1  
| noop      
+
| noop
 +
| TODO   
 
|}
 
|}

Revision as of 06:57, 8 May 2018

Tripleo upgrades releases control variables

  • They are used at tqe, tripleo-upgrade and toci
  • The the "_step" variables are only used by the legacy role "overcloud-upgrade", and this is only used by the jjb tripleo-quickstart-upgrade-baremetal-builder
  • The containerized_overcloud_upgrade and containerized_undercloud_upgrade just state if we want to go to a containerized, but from a release point of view doesn't matter.

Type of upgrades executed

Fs variable Undercloud Overcloud Role tag
 overcloud_upgrade: true 
 mixed_upgrade: true      
n n - 1 -> n TODO
  ffu_overcloud_upgrade: true
  mixed_upgrade: true
n + 3 n -> n + 3 TODO
  undercloud_upgrade: true
n -> n + 1 noop TODO