mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 14:15:46 +00:00
docs: automate generation docs: rm _data dir fix: windows build Closes scylladb/scylladb#15276
20 lines
1.1 KiB
ReStructuredText
20 lines
1.1 KiB
ReStructuredText
.. -*- mode: rst -*-
|
|
|
|
{{version}}
|
|
{{ '-' * version|length }}
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - Region
|
|
- x86 AMI ID
|
|
- Launch x86
|
|
- ARM AMI ID
|
|
- Launch ARM
|
|
{% for row in data[1:] %}
|
|
* - {{ row[0] }}
|
|
- {{ row[2] }}
|
|
- `Node <https://console.aws.amazon.com/ec2/v2/home?region={{ row[1] }}#LaunchInstanceWizard:ami={{ row[2] }}>`__ {% if row|length > 4 %} / `Cluster <https://{{ row[1] }}.console.aws.amazon.com/cloudformation/home?region={{ row[1] }}#/stacks/quickcreate?templateURL=http://downloads.scylladb.com.s3.amazonaws.com/{{ row[4] }}&stackName=scylla-cluster¶m_ScyllaDBAmi={{ row[2] }}>`__{% endif %}
|
|
- {{ row[3] }}
|
|
- `Node <https://console.aws.amazon.com/ec2/v2/home?region={{ row[1] }}#LaunchInstanceWizard:ami={{ row[3] }}>`__ {% if row|length > 5 %} / `Cluster <https://{{ row[1] }}.console.aws.amazon.com/cloudformation/home?region={{ row[1] }}#/stacks/quickcreate?templateURL=http://downloads.scylladb.com.s3.amazonaws.com/{{ row[5] }}&stackName=scylla-cluster¶m_ScyllaDBAmi={{ row[3] }}>`__{% endif %}
|
|
{% endfor %} |