Skip to content

Commit

Permalink
script: update backport scripts for reef
Browse files Browse the repository at this point in the history
Signed-off-by: Nizamudeen A <[email protected]>
  • Loading branch information
nizamial09 committed Mar 4, 2023
1 parent 01ad87e commit 3d15f68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/script/backport-resolve-issue
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,8 @@ def read_from_file(fs):
def releases():
return ('argonaut', 'bobtail', 'cuttlefish', 'dumpling', 'emperor',
'firefly', 'giant', 'hammer', 'infernalis', 'jewel', 'kraken',
'luminous', 'mimic', 'nautilus', 'octopus', 'pacific', 'quincy')
'luminous', 'mimic', 'nautilus', 'octopus', 'pacific', 'quincy',
'reef')

def report_params(a):
global dry_run
Expand Down Expand Up @@ -352,7 +353,7 @@ def ver_to_release():
return {'v9.2': 'infernalis', 'v10.2': 'jewel', 'v11.2': 'kraken',
'v12.2': 'luminous', 'v13.2': 'mimic', 'v14.2': 'nautilus',
'v15.2': 'octopus', 'v16.0': 'pacific', 'v16.1': 'pacific',
'v16.2': 'pacific', 'v17.0': 'quincy'}
'v16.2': 'pacific', 'v17.0': 'quincy', 'v18.0': 'reef'}

def usage():
logging.error("Redmine credentials are required to perform this operation. "
Expand Down
1 change: 1 addition & 0 deletions src/script/ceph-backport.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1087,6 +1087,7 @@ function try_known_milestones {
octopus) mn="13" ;;
pacific) mn="14" ;;
quincy) mn="15" ;;
reef) mn="16" ;;
esac
echo "$mn"
}
Expand Down

0 comments on commit 3d15f68

Please sign in to comment.