Skip to content

Commit

Permalink
Update specification.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EMaksy committed Dec 16, 2024
1 parent ef81544 commit 0d6ccf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guides/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit 0d6ccf8

Please sign in to comment.