scylladb / scylladb

NoSQL data store using the seastar framework, compatible with Apache Cassandra
http://scylladb.com
GNU Affero General Public License v3.0
13.52k stars 1.29k forks source link

Invalid GETTING_STARTED_URL links in scylla_util.py #9043

Open avelanarius opened 3 years ago

avelanarius commented 3 years ago

GETTING_STARTED_URL defined in scylla_util.py for each cloud has invalid links:

https://github.com/scylladb/scylla/blob/6df3139455b5e8810b36aa117f410360cb2773f4/dist/common/scripts/scylla_util.py#L128

None of those links work. I'm not sure what links should be specified in the linked Python script, especially as it seems that those links have been dead for a while now (I'm not sure if there was ever a "Getting started Azure" website).

One of the places that uses those links is scylla_login script: https://github.com/scylladb/scylla-machine-image/blob/next/common/scylla_login. It gives a poor UX for a user that starts a Scylla on an unsupported instance and is given a dead link as a instruction to correctly start Scylla.

eliransin commented 3 years ago

@tzach / @lauranovich do we have links for it or are they unavailable / wip? who should produce those pages?

tzach commented 3 years ago
eliransin commented 2 years ago

I have submited a redirection request according to what is mentioned here https://github.com/scylladb/scylla/issues/9043#issuecomment-884091717 Once it is done we will complete this issue.

annastuchlik commented 8 months ago

We haven't added the redirections as they may not be stable. Instead, the following links can be used:

Launch on AWS https://opensource.docs.scylladb.com/stable/getting-started/install-scylla/launch-on-aws.html Launch on GCP https://opensource.docs.scylladb.com/stable/getting-started/install-scylla/launch-on-gcp.html Launch on Azure https://opensource.docs.scylladb.com/stable/getting-started/install-scylla/launch-on-azure.html