Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support developer-mode instance types #479

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

benipeled
Copy link
Contributor

Currently, attempting to launch machine-image-setup on instances that don't meet scylla's requirements would result in setup failures,

This commit adds support for developer-mode instance types. when users launch these instances, scylla will run on developer-mode, and a WARN message will be displayed in the login message to inform users about the intended usage of these instances.

Fix: #477

Currently, attempting to launch machine-image-setup on instances that
don't meet scylla's requirements would result in setup failures,

This commit adds support for developer-mode instance types. when users
launch these instances, scylla will run on `developer-mode`, and a WARN
message will be displayed in the login message to inform users about the
intended usage of these instances.

Fix: scylladb#477
@benipeled
Copy link
Contributor Author

Example login with the warn msg

image (2)

Copy link
Contributor

@syuu1228 syuu1228 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@benipeled
Copy link
Contributor Author

Verified with https://jenkins.scylladb.com/job/scylla-master/job/releng-testing/job/next-machine-image/189

GCP e2-micro (dev instance)

image

GCP n1-standard-8 (non dev instance)

image

AWS i3.xlarge (non dev instance)

image

@benipeled benipeled merged commit ef39bd0 into scylladb:next Sep 19, 2023
1 check passed
@benipeled
Copy link
Contributor Author

@tzach FYI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for GCP e2-micro
3 participants