🌐 Multi-Cloud Orchestration Portal

Manage deployments across Azure, AWS, GCP, IBM, Oracle, and On-Prem HCI

Total Environments

{{ environments|length }}

Enabled

{{ environments|selectattr('enabled')|list|length }}

Cloud Providers

{{ by_provider|length }}

Admin Regions

{{ environments|selectattr('role', 'equalto', 'admin')|list|length }}
{% for provider, envs in by_provider.items() %}

{{ provider|upper }} Environments

{{ envs|length }} environment(s)
{% for env in envs %}

{{ env.name }}

Role: {{ env.role }}
Region: {{ env.region }}
Location: {{ env.location }}
{% if env.enabled and env.name in env_statuses %}
{{ env_statuses[env.name].status|title }}
{% endif %}
View Details {% if env.enabled %} {% endif %}
{% endfor %}
{% endfor %}