Scylla Cloud Clusters

{% for user, clusters in results|dictsort %}

{{ user }}

{% for cluster in clusters %} {% if cluster.hours_remaining is not none %} {% if cluster.hours_remaining < 0 %} {% elif cluster.hours_remaining < 1 %} {% else %} {% endif %} {% else %} {% endif %} {% endfor %}
Env Cloud Provider Cluster Name Cluster ID Status DB Nodes VS Nodes Created At Hours to Keep
{{ cluster.environment|capitalize }} {{ cluster.cloud_provider }} {{ cluster.cluster_name }} {{ cluster.cluster_id }} {{ cluster.status }} {{ cluster.db_node_count }} {{ cluster.vs_node_count }} {{ cluster.created_at }}TO DELETE ({{ "%.1f"|format(-cluster.hours_remaining) }}h overdue){{ "%.1f"|format(cluster.hours_remaining) }}h{{ "%.1f"|format(cluster.hours_remaining) }}hManual
{% endfor %}