Skip to content

Commit

Permalink
Review Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
ralikio committed Jan 31, 2025
1 parent 043a23f commit 0654212
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/contributor/03-11-hap-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ The following table shows a mapping of plans to hyperscaler types:
| azure | azure |
| azure_lite | azure |
| aws | aws |
| free | azure, aws |
| gcp | gcp |
| preview | aws |
| sap-converged-cloud | openstack |
Expand Down Expand Up @@ -223,6 +224,7 @@ The constraints used for validation during KEB startup include:

The last example shows initial configuration created to mimic the current bahaviour of KEB at the time of writing the document. The configuration enforces that:
* azure, aws, gcp have their own pools of dedicated bindings.
* free plan uses aws or azure dedicated bindings depending on the provider value.
* gcp clusters in the region cf-sa30 use the pool of secret bindings marked with labels: `hyperscalerType: gcp_cf-sa30`,
* sap-converged-cloud clusters use the pool of secret bindings marked with labels: `hyperscalerType: openstack_<HYPERSCALER_REGION>` and all these pools are shared.
* trial clusters can use one of two pools of shared secret bindings marked with labels: `hyperscalerType: azure` or `hyperscalerType: aws` depending on the used trial provider type.
Expand All @@ -242,4 +244,6 @@ hap:
- sap-converged-cloud(HR=*) -> S # pool: hyperscalerType: openstack_<HYPERSCALER_REGION>; shared: true
- azure_lite # pool: hyperscalerType: azure
- preview # pool: hyperscalerType: aws
- free # pool: hyperscalerType: aws
# pool: hyperscalerType: azure
```

0 comments on commit 0654212

Please sign in to comment.