From 4616f898e6b95f23eaa6c31eae5c56465c49a729 Mon Sep 17 00:00:00 2001 From: Vlad Zolotarov Date: Sat, 17 Feb 2024 23:20:19 -0500 Subject: [PATCH] scylla-node: molecule: use SM 3.2 Signed-off-by: Vlad Zolotarov --- ansible-scylla-node/molecule/ubuntu2004-enterprise/molecule.yml | 2 +- ansible-scylla-node/molecule/ubuntu2004/molecule.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible-scylla-node/molecule/ubuntu2004-enterprise/molecule.yml b/ansible-scylla-node/molecule/ubuntu2004-enterprise/molecule.yml index 21fc79ea..3fe736d4 100644 --- a/ansible-scylla-node/molecule/ubuntu2004-enterprise/molecule.yml +++ b/ansible-scylla-node/molecule/ubuntu2004-enterprise/molecule.yml @@ -78,7 +78,7 @@ provisioner: #devmode: True # skip_ntp: True skip_swap: True - scylla_manager_deb_repo_url: "http://downloads.scylladb.com/deb/ubuntu/scylladb-manager-2.6-bionic.list" + scylla_manager_deb_repo_url: "http://downloads.scylladb.com/deb/ubuntu/scylladb-manager-3.2.list" scylla_yaml_params: force_schema_commit_log: true consistent_cluster_management: true diff --git a/ansible-scylla-node/molecule/ubuntu2004/molecule.yml b/ansible-scylla-node/molecule/ubuntu2004/molecule.yml index c76fa669..4cade1f0 100644 --- a/ansible-scylla-node/molecule/ubuntu2004/molecule.yml +++ b/ansible-scylla-node/molecule/ubuntu2004/molecule.yml @@ -78,7 +78,7 @@ provisioner: # devmode: True # skip_ntp: True skip_swap: True - scylla_manager_deb_repo_url: "http://downloads.scylladb.com/deb/ubuntu/scylladb-manager-2.6-bionic.list" + scylla_manager_deb_repo_url: "http://downloads.scylladb.com/deb/ubuntu/scylladb-manager-3.2.list" scylla_yaml_params: force_schema_commit_log: true consistent_cluster_management: true