ansible/vars/all
Kevin Fenzi 2ca4c402f5 Fedora 36 Beta Freeze in effect
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-02-22 11:37:49 -08:00
..
00-FedoraCycleNumber.yaml F35 is GA 2021-10-29 10:10:11 -04:00
FedoraBranched.yaml F36 branching 2022-02-08 15:55:04 +00:00
FedoraBranchedBodhi.yaml F36 - enable bodhi for updates 2022-02-22 14:01:25 +00:00
FedoraBranchedNumber.yaml test more 2018-10-01 21:37:06 +00:00
FedoraPreviousCycleNumber.yaml Perhaps we need to filter for int here. 2018-10-01 21:23:06 +00:00
FedoraPreviousPrevious.yaml vars: F32 is still supported for a bit longer. 2021-05-03 08:46:22 -07:00
FedoraPreviousPreviousCycleNumber.yaml test more 2018-10-01 21:37:06 +00:00
FedoraRawhideNumber.yaml try removing singquotes 2018-10-01 21:27:34 +00:00
Frozen.yaml Fedora 36 Beta Freeze in effect 2022-02-22 11:37:49 -08:00
README Drop a unused file, update readme. 2018-10-01 21:57:27 +00:00
RelEngFrozen.yaml F36 - enable bodhi for updates 2022-02-22 14:01:25 +00:00

This directory contains variables (one per file) that are loaded into 
various playbooks. The first set of these is to allow templates to 
handle the various stages of Fedora development so we don't have to 
remember all the places that need changing. 

There's 3 states for Fedora releases:

1:

Rawhide N+1
Fedora N (stable)
Fedora N-1 (stable)

2: We branch a new release from rawhide: 

Rahide N+2
Fedora N+1 (pre)
Fedora N (stable)
Fedora N-1 (stable)

3. That release is released:

Rawhide N+1
Fedora N (stable)
Fedora N-1 (stable)
Fedora N-2 (stable)

These are controlled by some variables: 

00-FedoraCycleNumber.yaml - The current stable release
FedoraBranchedBodhi.yaml - If bodhi is enabled, If it's prebeta or postbeta
FedoraBranchedNumber.yaml - The current branched release, or 0 if it doesnt exist
FedoraBranched.yaml - true if there is a branched, false otherwise
FedoraPreviousCycleNumber.yaml - number of previous stable release
FedoraPreviousPreviousCycleNumber.yaml - number of previous previous stable release or 0
FedoraPreviousPrevious.yaml - true if there is a previous previous, otherwise false
FedoraRawhideNumber.yaml - The number of the current rawhide
Frozen.yaml - If we are frozen or not, true or false