Skip to content

Commit

Permalink
ansible-scylla-node: Adds Ubuntu 22.04 to the support matrix
Browse files Browse the repository at this point in the history
This patch adds support for Ubuntu 22.04 based on https://opensource.docs.scylladb.com/stable/getting-started/os-support.html

Signed-off-by: Eduardo Benzecri <[email protected]>
  • Loading branch information
ebenzecri authored and vladzcloudius committed Oct 5, 2023
1 parent b03bce0 commit 407512e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible-scylla-node/tasks/upgrade/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
},
# Ubuntu
ubuntu: {
'22': {
minimum_version: '22.04',
template: 'ubuntu',
oss: ['5.2','5.1','5.0'],
enterprise: ['2023.1','2022.2','2022.1','2021.1']
},
'20': {
minimum_version: '20.04',
template: 'ubuntu',
Expand Down

0 comments on commit 407512e

Please sign in to comment.