-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(manager): switch to new default monitor branch -
branch-4.7
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ami_id_monitor: 'resolve:ssm:/aws/service/debian/release/10/latest/amd64' # Debian Buster latest image | ||
ami_monitor_user: 'admin' | ||
monitor_branch: 'branch-4.6' # Pass it as debian image is not the formal monitor image | ||
monitor_branch: 'branch-4.7' # Pass it as debian image is not the formal monitor image | ||
|
||
manager_scylla_backend_version: '2023' # Notice: Uses 2023.1, while other (newer deb) use 2024, since we support both |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ami_id_monitor: 'resolve:ssm:/aws/service/debian/release/11/latest/amd64' # Debian Bullseye latest image | ||
ami_monitor_user: 'admin' | ||
monitor_branch: 'branch-4.6' # Pass it as debian image is not the formal monitor image | ||
monitor_branch: 'branch-4.7' # Pass it as debian image is not the formal monitor image |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ami_id_monitor: 'ami-011ef2017d41cb239' # Rocky Linux 8 (Official) image, region - us-east-1 | ||
ami_monitor_user: 'rocky' | ||
monitor_branch: 'branch-4.6' # Pass it as debian image is not the formal monitor image | ||
monitor_branch: 'branch-4.7' # Pass it as debian image is not the formal monitor image |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ami_id_monitor: 'resolve:ssm:/aws/service/canonical/ubuntu/server/20.04/stable/current/amd64/hvm/ebs-gp2/ami-id' # Canonical, Ubuntu, 20.04 LTS, amd64 focal latest image | ||
ami_monitor_user: 'ubuntu' | ||
monitor_branch: 'branch-4.6' # Pass it as debian image is not the formal monitor image | ||
monitor_branch: 'branch-4.7' # Pass it as debian image is not the formal monitor image |