From 0d6ccf84468f387b7539f7005756719229a65d67 Mon Sep 17 00:00:00 2001 From: EMaksy Date: Mon, 16 Dec 2024 15:09:52 +0100 Subject: [PATCH] Update specification.md --- guides/specification.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/specification.md b/guides/specification.md index 03213545..2f363ad2 100644 --- a/guides/specification.md +++ b/guides/specification.md @@ -79,6 +79,7 @@ severity: warning metadata: target_type: cluster cluster_type: hana_scale_up + hana_scenario: performance_optimized provider: [azure, nutanix, kvm, vmware] facts: @@ -730,6 +731,7 @@ Examples of entries in the scope. What is actually available during the executio | `env.target_type` | one of `cluster`, `host` | No enum available | All | `env.provider` | one of `azure`, `aws`, `gcp`,`kvm`,`nutanix`, `vmware`, `unknown` | [Providers](https://github.com/trento-project/web/blob/main/lib/trento/enums/provider.ex) | All | `env.cluster_type` | one of `hana_scale_up`, `hana_scale_out`, `ascs_ers`, `unknown` | [Cluster types](https://github.com/trento-project/web/blob/main/lib/trento/clusters/enums/cluster_type.ex) | `target_type` is `cluster` +| `env.hana_scenario` | one of `performance_optimized`, `cost_optimized`, `unknown` | [Hana Scale Up Scenario](https://github.com/trento-project/web/blob/main/lib/trento/clusters/enums/hana_scenario.ex) | `cluster_type` is `hana_scale_up` and one of `performance_optimized` or `cost_optimized` | `env.architecture_type` | one of `classic`, `angi` | [Architecture types](https://github.com/trento-project/web/blob/main/lib/trento/clusters/enums/hana_architecture_type.ex) | `cluster_type` is one of `hana_scale_up`, `hana_scale_out` | `env.ensa_version` | one of `ensa1`, `ensa2`, `mixed_versions` | [ENSA version](https://github.com/trento-project/web/blob/main/lib/trento/clusters/enums/cluster_ensa_version.ex) | `cluster_type` is `ascs_ers` | `env.filesystem_type` | one of `resource_managed`, `simple_mount`, `mixed_fs_types` | [Filesystem type](https://github.com/trento-project/web/blob/main/lib/trento/clusters/enums/filesystem_type.ex) | `cluster_type` is `ascs_ers`