generated from vshn/go-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from vshn/feat/dbaas-templates
Add Templates for Exoscale DBaaS products
- Loading branch information
Showing
24 changed files
with
162 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Exoscale Kafka | ||
|
||
{{- define "_dbaas_usage" -}} | ||
{{ $keySeg := splitList ":" .Source -}} | ||
{{ if ge (len $keySeg) 5 -}} | ||
Plan: {{ index $keySeg 4 }} | ||
{{ end -}} | ||
Qty: {{.Quantity | printf "%.0f"}} Instance-Hours | ||
Unit Price: CHF {{.PricePerUnit | printf "%.8f"}} / {{.Unit}} / Hour | ||
{{ end -}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Exoscale Kafka | ||
|
||
Qty: 87955674 Instance-Hours | ||
Unit Price: CHF 0.00000075 / UNIT / Hour |
5 changes: 5 additions & 0 deletions
5
description_templates/golden/kafka:exoscale:*:*:business-16.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Exoscale Kafka | ||
|
||
Plan: business-16 | ||
Qty: 87955674 Instance-Hours | ||
Unit Price: CHF 0.00000075 / UNIT / Hour |
5 changes: 5 additions & 0 deletions
5
description_templates/golden/kafka:exoscale:*:*:premium-30x-32.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Exoscale Kafka | ||
|
||
Plan: premium-30x-32 | ||
Qty: 87955674 Instance-Hours | ||
Unit Price: CHF 0.00000075 / UNIT / Hour |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Exoscale MySQL | ||
|
||
Qty: 87955674 Instance-Hours | ||
Unit Price: CHF 0.00000075 / UNIT / Hour |
5 changes: 5 additions & 0 deletions
5
description_templates/golden/mysql:exoscale:*:*:business-225.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Exoscale MySQL | ||
|
||
Plan: business-225 | ||
Qty: 87955674 Instance-Hours | ||
Unit Price: CHF 0.00000075 / UNIT / Hour |
5 changes: 5 additions & 0 deletions
5
description_templates/golden/mysql:exoscale:*:*:startup-16.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Exoscale MySQL | ||
|
||
Plan: startup-16 | ||
Qty: 87955674 Instance-Hours | ||
Unit Price: CHF 0.00000075 / UNIT / Hour |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Exoscale OpenSearch | ||
|
||
Qty: 87955674 Instance-Hours | ||
Unit Price: CHF 0.00000075 / UNIT / Hour |
5 changes: 5 additions & 0 deletions
5
description_templates/golden/opensearch:exoscale:*:*:premium-30x-16.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Exoscale OpenSearch | ||
|
||
Plan: premium-30x-16 | ||
Qty: 87955674 Instance-Hours | ||
Unit Price: CHF 0.00000075 / UNIT / Hour |
5 changes: 5 additions & 0 deletions
5
description_templates/golden/opensearch:exoscale:*:*:startup-8.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Exoscale OpenSearch | ||
|
||
Plan: startup-8 | ||
Qty: 87955674 Instance-Hours | ||
Unit Price: CHF 0.00000075 / UNIT / Hour |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Exoscale PostgreSQL | ||
|
||
Qty: 87955674 Instance-Hours | ||
Unit Price: CHF 0.00000075 / UNIT / Hour |
5 changes: 5 additions & 0 deletions
5
description_templates/golden/postgres:exoscale:*:*:premium-32.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Exoscale PostgreSQL | ||
|
||
Plan: premium-32 | ||
Qty: 87955674 Instance-Hours | ||
Unit Price: CHF 0.00000075 / UNIT / Hour |
5 changes: 5 additions & 0 deletions
5
description_templates/golden/postgres:exoscale:*:*:startup-8.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Exoscale PostgreSQL | ||
|
||
Plan: startup-8 | ||
Qty: 87955674 Instance-Hours | ||
Unit Price: CHF 0.00000075 / UNIT / Hour |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Exoscale Redis | ||
|
||
Qty: 87955674 Instance-Hours | ||
Unit Price: CHF 0.00000075 / UNIT / Hour |
5 changes: 5 additions & 0 deletions
5
description_templates/golden/redis:exoscale:*:*:hobbyist-2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Exoscale Redis | ||
|
||
Plan: hobbyist-2 | ||
Qty: 87955674 Instance-Hours | ||
Unit Price: CHF 0.00000075 / UNIT / Hour |
5 changes: 5 additions & 0 deletions
5
description_templates/golden/redis:exoscale:*:*:premium-16.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Exoscale Redis | ||
|
||
Plan: premium-16 | ||
Qty: 87955674 Instance-Hours | ||
Unit Price: CHF 0.00000075 / UNIT / Hour |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Exoscale Kafka | ||
|
||
{{template "_dbaas_usage" . -}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Exoscale MySQL | ||
|
||
{{template "_dbaas_usage" . -}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Exoscale OpenSearch | ||
|
||
{{template "_dbaas_usage" . -}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Exoscale PostgreSQL | ||
|
||
{{template "_dbaas_usage" . -}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Exoscale Redis | ||
|
||
{{template "_dbaas_usage" . -}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters