-
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.
[POWEROPS-2598] feat: setup prod toolkit configs (#390)
* feat: add prod toolkit configs * feat: add prod toolkit configs * feat: change type in the toolkit config to use staging instead of dev * docs: update docs for auth env variables --------- Co-authored-by: emiliedahl <56264522+emiliedahl@users.noreply.github.com>
- Loading branch information
1 parent
05739ae
commit 11eef1e
Showing
7 changed files
with
114 additions
and
31 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
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
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,14 @@ | ||
environment: | ||
name: heco-prod | ||
project: heco-prod | ||
type: prod | ||
selected: | ||
- power_model_v1 | ||
|
||
variables: | ||
custom_modules: | ||
power_model_v1: | ||
power_ops_type_space: "power_ops_types" | ||
power_ops_instance_space: "power_ops_instances" | ||
power_ops_models: "power_ops_core" | ||
version: "1" |
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,14 @@ | ||
environment: | ||
name: lyse-prod | ||
project: lyse-prod | ||
type: prod | ||
selected: | ||
- power_model_v1 | ||
|
||
variables: | ||
custom_modules: | ||
power_model_v1: | ||
power_ops_type_space: "power_ops_types" | ||
power_ops_instance_space: "power_ops_instances" | ||
power_ops_models: "power_ops_core" | ||
version: "1" |
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